Hi all,
In all documentation about parallel processing in ABAP, one of the prerequisites is the following. However I cannot find further explanation what that is the case.
– The calling program should not change to a new internal session after making an asynchronous RFC call. That is, you should not use SUBMIT or CALL TRANSACTION in such a report after using CALL FUNCTION STARTING NEW TASK.
Link to the help page
Implementing Parallel Processing - Background Processing - SAP Library
I'm just wondering whether it's related to maximum number of sessions a user can have in SAP (I think the default is 6). If a new session is started, this will reduce the number of session available for parallel processing.
If anyone can clarify, it'd be great.
Regards,
Stevanic