SAP ABAP Question:
Download Questions PDF

What are the differences between SAP memory and ABAP memory?

Answer:

ABAP Memory is a memory area in the internal session (roll area) of an ABAP program. Data within this area is retained within a sequence of program calls, allowing you to pass data between programs that call one another. It is also possible to pass data between sessions using SAP Memory.

SAP Memory is a memory area to which all sessions within a SAPgui have access. You can use SAP memory either to pass data from one program to another within a session (as with ABAP memory) or to pass data from one session to another.

Download SAP ABAP Interview Questions And Answers PDF

Previous QuestionNext Question
Can there be more than 1 main window in SAP Script?What are differences between At selection-screen and At selection-screen output?