‎2008 Nov 15 6:18 AM
I am executing a program in background and that program internally calls 4 other programs. I want to execute those 4 programs at the same time (concurrently).
Please suggest.
Regards,
Rajendra Dhaka
‎2008 Nov 15 6:32 AM
Refer:
http://help.sap.com/saphelp_nw04/helpdata/en/fa/096e92543b11d1898e0000e8322d00/content.htm
http://help.sap.com/saphelp_nw70/helpdata/EN/c4/3a7f1f505211d189550000e829fbbd/content.htm
Edited by: AJAY TIWARI on Nov 15, 2008 7:33 AM
‎2008 Nov 15 7:01 AM
Hi Ajay,
It is mentioned over the above link that "You should not use SUBMIT or CALL TRANSACTION in such a report after using CALL FUNCTION STARTING NEW TASK.", but I have to use the SUBMIT statement to call those 4 programs.
I think this parallel processing is used for calling a function module in different sessions.
Please guide.
Regards,
Rajendra Dhaka