NEW SAP GUI SESSION

Question:
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
Answer:
Yes you can... but you forgot to ask how
CALL FUNCTION ABAP4_CALL_TRANSACTION STARTING NEW TASK <taskname>.
Regards
Sudhir/Mohit
Answer:
Thanks a lot..

More Articles:

Call screen?
Totals for Currency field In ALV?
Table Maintenance problem?
Update in call transaction make dump?
Dynamicaly creating of internal table?
Using a parameter in a select statement?