InterviewSolution
| 1. |
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. 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. |
|