Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

parallel processing

praveen_kumar194
Active Contributor
0 Kudos

Hi Experts,

I need to build one interface which will create/process huge data in CRM. previously we created two report programs one program will divide the data and send this data to other program and submits it as background job. it results multiple jobs which run parallel.

I came to know that there is another way to achieve parallel processing mentioned in the blog http://scn.sap.com/docs/DOC-31024.

What is the difference between these two methods and which is one better or are both same ?

Please suggest. Thanks.

2 REPLIES 2

Former Member
0 Kudos

Hi Praveen,

Only a few people went through this thread . I`m waiting the answer from my Morning.

As far as i know, to create a background job, it`s consume work processor  of current SAP system server, but by parallel processing, you could indicate another system server to execute those FMs, consume work processor of other server. If do not set 'GROUP', both consume work processor of current sever, then it`s same performance, i think.

I`m not sure this, waiting gurus wake up,

regards,

Archer

0 Kudos

Also note that background jobs consume background processes when aRFC consumes interactive processes (and a main process, the caller, that can be a background one).

Usually SAP systems have more interactive processes, check with SM50/SM51.

Regards,

Raymond