‎2008 May 20 7:31 AM
hi,
i have a report in which in the selection screen i have a check box u201CParallel Processingu201D. If ticked, the system should take the number of unique Plant/Material combinations selected and break up the sessions in to 5 equal amounts of data. It should create as many sessions as required but restrict to a maximum of five to run at one time before running the remainder.
‎2008 May 20 7:39 AM
Hi,
Parallel processing can be implemented in the application reports that are to run in the background. You can implement parallel processing in your own background applications by using the function modules and ABAP keywords.
/people/naresh.pai/blog/2005/06/16/parallel-processing-in-abap
Regards,
Raj.
‎2008 May 20 7:44 AM
for some more info on parallel processing:
http://help.sap.com/saphelp_nw04/helpdata/en/22/0425c6488911d189490000e829fbbd/content.htm
‎2008 May 20 7:50 AM
Hello,
Check these links.
http://help.sap.com/saphelp_nw04/helpdata/en/22/0425c6488911d189490000e829fbbd/content.htm
http://www.kabai.com/abaps/z83.htm
***************Reward points,if found useful
‎2008 May 20 7:56 AM
Dear friend
you cant make the window more then 6 screen or 6 session
your 5 session is comming.
and the 6th one is itself the runnnig t code.
better you do one this make a user input commmand
or tick or hotspot on to make other data on other page
and overwriting on this page.
this on is realy help full.
once more R/3 cant allow you make session more then 6 on a single server.
pls,rewards are helpful.
yours
vivek
‎2008 May 20 10:35 AM
i have to use function modules, JOB_OPEN and JOB_CLOSE in a wrapper program that mirrors the report but breaks the data down in to sessions. i have never done this. Can i have a sample code in which JOB_OPEN and JOB_CLOSE are used to break the data into parallel sessions.