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

No return messages when using parallel processing

Former Member
0 Likes
537

Hi everyone,

I have a CALL FUNCTION STARTING NEW TASK DESTINATION IN GROUP in my code,  when I checked the results, it has no return messages..However, when I used the straight forward approach (not using parallel processing, without the STARTING NEW TASK DESTINATION IN GROUP keywords ) , it has return messages. What does it mean?

1 REPLY 1
Read only

Former Member
0 Likes
459

Dear Aer Seratla,

Call Function STARTING NEW TASK DESTINATION IN GROUP is to work in Background, if you want to return the message then you must set the Message with type A. You will get the return message through ST22.

Please refer the below link :

STARTING NEW TASK ABAP command - SAP

Call Function without STARTING is to work in Foreground, so you will get the return message directly.

Regards,

Yance