Parallel Processing Technique in SAP using SPTA框架 原理很简单,同时能启动多个线程并行跑,但是ECP有个和其他模块区别的是,每次编辑员工需要加锁,所以并行跑的时候,要把一个人的数据放入到一个包,以防同一个人进入两个不同的包,相互锁的问...
Solved: Hello, I'm currently thinking about implementing a simple class to handle parallel processes (much like the function SPTA_PARA_PROCESS_START_2). But while doing
I've implemented this method with very good results, and you don't need to bother thinking on the synchronization, or distribution across multiple application servers, as all of that is already done by FM SPTA_PARA_PROCESS_START_2. I normally used bgRFC when I don't care about the ...