ABAP memory / ABAP memory

the ABAP memory ist der temporäre Speicher, der von ABAP-Programmen und Objekten verwendet wird, die für alle Aktivitäten dieselbe interne Sitzung – oder denselben Speicherbereich – verwenden. Im Vergleich zum SAP-Speicher, der als globaler Speicher gilt, ist der ABAP-Speicher ein lokaler Speicher.
The ABAP memory is independent of the ABAP programs or objects that generate it, so that values can be transferred via different objects or programs regardless of its properties. This is particularly useful for programs that are live in the same session.

ABAP programs and objects mainly use two types of memory: ABAP memory and SAP memory. ABAP memory is quite limited compared to SAP memory and can be accessed from an internal main session, while SAP memory is accessible to programs or objects outside the main session. The ABAP memory is one of the most important tools available to programmers for transferring values across programs.

It helps in minimizing database usage and also helps in maximizing the speed and efficiency of the applications. The values transferred via ABAP memory are not saved in a SAP table. Instructions with the keywords “Export in Memory” and “Import from Memory” are used to access the ABAP memory. “Export to Memory” is used to read data from the ABAP memory, while “Import from Memory” is used to write data from the ABAP memory.

Was the explanation to "ABAP memory / ABAP memory"Helpful? Rate now:

Weitere Erklärungen zu Anfangsbuchstabe A