‎2016 Aug 02 3:27 AM
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?
‎2016 Aug 02 5:21 AM
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