⟩ What is the difference between SAP MEMORY and ABAP MEMORY?
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).