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

threading

Former Member
0 Likes
421

Hi ,

does ABAP supports concept of multithreading, if no then how can one peroform multitasking and parallel processing ..

Regards

Rajeev

1 ACCEPTED SOLUTION
Read only

former_member196517
Contributor
2 REPLIES 2
Read only

varma_narayana
Active Contributor
0 Likes
395

Hi Rajeev..

We can perform parallel Processing in ABAP using

1) Asynchronous RFC Calls:

CALL FUNCTION '<Fm>' STARTING NEW TASK 'T1'

2) Background Jobs: (We can run several background jobs paralelly.

Creating Job in SM36.

<b>reward if Helpful.</b>

Read only

former_member196517
Contributor