Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Internal Session Creation.

Former Member
0 Likes
499

How can I create an internal session?

3 REPLIES 3
Read only

Former Member
0 Likes
469

Hi,

Will you please provide more clear description about your question.

Thanks,

Sakthi C

Read only

0 Likes
469

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.

Read only

Former Member
0 Likes
469

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