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

Executing 4 programs parallely via main program in background

Former Member
0 Likes
444

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

2 REPLIES 2
Read only

Former Member
0 Likes
413

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