1.

What Is The Difference Between Sap Memory And Abap Memory?

Answer»

SAP Memory: GLOBAL, user-related memory that EXTENDS BEYOND transaction limits. Access to the SAP memory is via SPA/GPA parameters.
ABAP Memory: Memory area within each MAIN session, which can be accessed by programs using the EXPORT and IMPORT statements and which remains available using a series of program calls (call SEQUENCE).

SAP Memory: Global, user-related memory that extends beyond transaction limits. Access to the SAP memory is via SPA/GPA parameters.
ABAP Memory: Memory area within each main session, which can be accessed by programs using the EXPORT and IMPORT statements and which remains available using a series of program calls (call sequence).



Discussion

No Comment Found