9/15/2012

SAP Memory and ABAP Memory


SAP Memory:
  • ·        Global Memory.
  • ·        Uses GET and SET Parameter to send the data between main sessions.
  • ·        It is available to user throughout the ending Sessions.
ABAP Memory:
  • ·        Local Memory.
  • ·        Uses IMPORT and EXPORT Parameter to send the data between internal sessions.
  • ·        It is available to user throughout the external Sessions.