ABAP Keyword Documentation → ABAP Glossary
internal session
Instance within an ABAP session with its own memory area in which the data and objects of an ABAP program are stored when the program is executed. An internal session is created when an ABAP program is called in the shared memory, and exists for as long as the main program of its main program group is being executed.