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

Parallel processing

Former Member
0 Likes
687

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.

5 REPLIES 5
Read only

Former Member
0 Likes
652

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.

Read only

former_member156446
Active Contributor
0 Likes
652
Read only

Former Member
0 Likes
652
Read only

Former Member
0 Likes
652

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

Read only

Former Member
0 Likes
652

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.