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

How many Internal sessions?

Former Member
0 Likes
1,814

Hi,

How to find out that a particular program uses how many internal sessions?

Is there any function module?

Regards,

Rahul

Hi,

How to find out that a particular program uses how many internal sessions?

Is there any function module?

Regards,

Rahul

8 REPLIES 8
Read only

Former Member
0 Likes
1,325

This message was moderated.

Read only

Former Member
0 Likes
1,325

Hi rahul,

When you call a function module, the ABAP runtime system checks whether you have ... It is only of limited value for passing data between internal sessions.

http://help.sap.com/saphelp_nw70/helpdata/en/c6/617d0ce68c11d2b2ab080009b43351/content.htm

thanks

trinadh

Read only

Former Member
0 Likes
1,325

Hello rahul..

Well there is no functional module or a system-field which shows the number of internal session being used by a program..

However there can be a maximum of 9 internal seesions that you can have in one external sessions(max 6 external sessions are permitted in one logon)

Hope this clears your doubt..

Good luck,

Bhumika

Read only

Former Member
0 Likes
1,325

hii!

There is no direct transaction or function module to know the number of internal modules.But when you make any program through se38 or se80 There are two buttons on left hand upperside of your session(Blue colored arrows). You can click on them to switch between your internal sessions

Regards

Abhijeet Kulshreshtha

Read only

Former Member
0 Likes
1,325

Hai,

You can have maximum upto 9 internal sessions. and there is no such Function Module for finding this.

Regards,

Swapna.

Read only

Former Member
0 Likes
1,325

hiiii

there is no any FM or t-code to know how many internal session you are using..just you can use max 9 sessions.but if you are trying to open again then it will show an error saying so many internal session.and you will not be able to navigate any more and all will be closed.

reward if useful

thx

twinkal

Read only

Former Member
0 Likes
1,325

Hi

just you can use max 9 sessions.but if you 'll try to open again then it will show an error saying so many internal session..

Thanks

Kinjal

Read only

Former Member
0 Likes
1,325

Hi,

we can generate a session list using ' /o ' in the command field.

This gives the list of sessions in use.

regards,

teja.