Skip to Content
0
Former Member
Dec 14, 2006 at 07:53 PM

Starting new foreground sessions from ABAP program.

199 Views

I am trying to start multiple foreground sessions from a 'driver' module asynchronously.

I have tried various forms of the call transaction, submit report and wrapping the code in a function module that I have called asynchronously. The function module will start an independent session, but as a background task instead of foreground one.

Anyone have any ideas or tried this before?

Thanks.