Show TOC

Object documentationUser Context Locate this document in the navigation structure

 

The user context is the data that is specifically assigned to an SAP user.

 

Whenever an SAP user starts a transaction (an ABAP program), the work process processing the request always requires the user context.

Structure

Each user can open up to six external sessions (  System   Create Session  ).

Note Note

You can configure the maximum number of external sessions with parameter rdisp/max_alt_modes, but we recommend that you do not change the default setting of six sessions.

End of the note.

The user context contains a user-specific area containing user and authorization data, and a session context for each external session (technical term: emode).

The following figure shows the structure of a user context.

This graphic is explained in the accompanying text.

Structure of User Context

Each external session can administrate from its side multiple internal sessions (technical term imode). This is not explained in detail in this documentation.

Integration

All user contexts are contained in a common resource, the SAP Extended Memory, which enables a fast context change.