‎2009 Mar 06 5:07 AM
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.
‎2009 Mar 06 5:11 AM
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.
‎2009 Mar 06 5:12 AM
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.
‎2009 Mar 06 5:16 AM
Hi Vighnesh
You can search a lot about
parallel processingin 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
‎2009 Mar 06 5:20 AM
Hi,
Refer wiki on Enhanced - Easily implement parallel processing in online and batch processing:-
Hope this helps you.
Regards,
Tarun