‎2015 Jan 28 3:34 PM
i wonder whether any way available to set abap programs to use more cpu of a server, something like multi-threading in c# etc?
Thank you
‎2015 Jan 28 3:40 PM
We could consider that parallel execution/asynchronous call in other process performs this type of operation (CALL FUNCTION - STARTING NEW TASK)
Regards,
Raymond
‎2015 Jan 28 3:42 PM
you find the Infos under 'parallel processing' in the abap docu
CALL FUNCTION func STARTING NEW TASK task [DESTINATION {dest|{IN GROUP {group|DEFAULT}}}] parameter list [{PERFORMING subr}|{CALLING meth} ON END OF TASK].