2011 May 05 9:19 AM
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
2011 May 05 9:25 AM
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,
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
2011 May 05 9:25 AM
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
2011 May 05 2:53 PM
search the blogs, there are several excellent blogs on this very topic. one quite recent one, in fact.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |