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

abap memory usage

Former Member
0 Likes
535

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

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
476

We could consider that parallel execution/asynchronous call in other process performs this type of operation (CALL FUNCTION - STARTING NEW TASK)

Regards,
Raymond

Read only

JK
Contributor
0 Likes
476

you find the Infos under 'parallel processing' in the abap docu

http://help.sap.com/saphelp_nwpi71/helpdata/en/43/5621defc1be74eb25de334f464b9cf/content.htm?framese...

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