‎2007 Dec 30 11:00 AM
‎2007 Dec 30 11:16 AM
Hi,
Will you please provide more clear description about your question.
Thanks,
Sakthi C
‎2007 Dec 30 11:26 AM
Dear Jaspreet,
There is a function module called 'SAPGUI_SET_FUNCTIONCODE' that will create a new session dynamically from a program.
Expample:
Report ABAPmaster.
call function 'SAPGUI_SET_FUNCTIONCODE'
EXPORTING
functioncode = '/oSE38'
EXCEPTIONS
function_not_supported = 1
others = 2.
Best Regards,
Rajesh.
Please reward points if found helpful.
‎2007 Dec 30 11:25 AM
Hi,
actually u can create upto 9 sessions in sap
if u type /n and tcode in command field then it will be in current session if u want ot openn a new session then type /o and tcode then it will open another session.
in bdc if u want to open another session then u have call another bdc_open_group fm
You can not open more than 6 sessions. May be basis people may help you, contact with them.
Regards