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

Seeeion

former_member329386
Participant
0 Likes
463

Hi Experts

What is the terminal session in SAP memory or ABAP memory ?

What is the use ?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
442

Terminal Session

Terminal at which the user is working.

Number of external sessions (session) opened by the user (up to 6)

2 REPLIES 2
Read only

Former Member
0 Likes
443

Terminal Session

Terminal at which the user is working.

Number of external sessions (session) opened by the user (up to 6)

Read only

Former Member
0 Likes
442

Whenever you log on to a SAP system a session is opened (up to 6 max). Those sessions allocate a certain amount of memory based on what transaction you are executing in that session. The memory is allocated from the application server you are logged on to.

Use transaction SM04 to display a list of all users that are currently logged on. By double clicking on a user name you'll get a list of all open sessions for that user. On the overview you can also see the total amount of memory allocated to the sessions of each user.

Hope that helps,

Michael