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

running process in a programm in a parallel way

Former Member
0 Likes
488

hi,

i am running a report which send to a Z FM 4000 emp to calc material stock, because its a very complicated FM and the FM deals with 1 employee each time the process takes alot of time. I want to know is there a way to run this Function Modoul in a paralle way- do have 2 proccess in 1 time and each one of them deal with 2000 employess

thanks

Ami

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
459

Hi,

You can use the following sysntax:


CALL FUNCTION func STARTING NEW TASK task 
              [DESTINATION {dest|{IN GROUP {group|DEFAULT}}}] 
              parameter list 
              [{PERFORMING subr}|{CALLING meth} ON END OF TASK]. 

You can refer the link - http://help.sap.com/saphelp_nw04/helpdata/en/3d/a846df17c1014e928626637ab06838/content.htm for details.

Regards,

Harish

hi,

i am running a report which send to a Z FM 4000 emp to calc material stock, because its a very complicated FM and the FM deals with 1 employee each time the process takes alot of time. I want to know is there a way to run this Function Modoul in a paralle way- do have 2 proccess in 1 time and each one of them deal with 2000 employess

thanks

Ami

2 REPLIES 2
Read only

Former Member
0 Likes
460

Hi,

You can use the following sysntax:


CALL FUNCTION func STARTING NEW TASK task 
              [DESTINATION {dest|{IN GROUP {group|DEFAULT}}}] 
              parameter list 
              [{PERFORMING subr}|{CALLING meth} ON END OF TASK]. 

You can refer the link - http://help.sap.com/saphelp_nw04/helpdata/en/3d/a846df17c1014e928626637ab06838/content.htm for details.

Regards,

Harish

Read only

Former Member
0 Likes
459

search the blogs, there are several excellent blogs on this very topic. one quite recent one, in fact.