SAP USER SESSION - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

user session
Status of an ABAP_ASINSTANCE that exists between an ABAP user logging on to the AS ABAP and off again. During the user session, the user can work with the AS ABAP. A user session is characterized by the user name, client ID, and logon language. There are different types of user sessions for different purposes and they can be opened in different ways- Each user session is linked with at least one and up to 16 ABAP sessions.
BEGIN_SECTION VERSION 5 OUT The user memory is assigned to a user session has its own memory area.
END_SECTION VERSION 5 OUT
ABAP_MORE_INFO