NEW SAP GUI SESSION
Hi ABAP Gurus,
Is it possible to create a new SAP GUI session through program?
The requirement is I need to dispaly a report selection screen in a seprate session for the user.
I am in version 3.1H
Thanks in advance for your help,
MGK
Yes you can... but you forgot to ask how
CALL FUNCTION ABAP4_CALL_TRANSACTION STARTING NEW TASK <taskname>.
Regards
Sudhir/Mohit
Thanks a lot..