Application Development and Automation 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: 
Read only

Program - Parallel processing

Former Member
0 Likes
581

Hi

I need to get an idea about the parallel processing of a program to get a better performance and submit the program in background. If anyone have any simple code which give a better undersatnding please post it.

4 REPLIES 4
Read only

Former Member
0 Likes
496

First get data from Application server or Presentation server.

Taka a count and for every 1lakh records open a job and submit it and close the job. then get next 1 lakh records and do the same. It will create multiple jobs at same time and process parallely. But at the end of the main program make sure to check the status of the all jobs so that once all jobs are finished then complete your main program.

Read only

Former Member
0 Likes
496

Hi,

Use the following link for parallel processing.

http://help.sap.com/erp2005_ehp_04/helpdata/EN/7e/cb836643a311d189ee0000e81ddfac/frameset.htm

For the submit option in background processing , enter word "submit" in SE38, click on F1, you will get complete documentatsion and technical details on using it in program.

Regards,

Mansi.

Read only

Former Member
0 Likes
496

Hi Vighnesh

You can search a lot about

parallel processing

in SCN.

Use advance search option like.....

https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=parallelprocessing&adv=false&sortby=cm_rnd_rankvalue

Let me know in case of any issues.

s@chin

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
496

Hi,

Refer wiki on Enhanced - Easily implement parallel processing in online and batch processing:-

https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/enhanced%252b-%252beasily%252bimplement%...

Hope this helps you.

Regards,

Tarun