Answer Posted / vijeta aharwar
ABAP Memory- The contents of the ABAP/4 memory are retained
only during the lifetime of an external session. You can
retain or pass data across internal sessions. The EXPORT to
memory and IMPPORT from MEMORY statement allow you to write
data to or read data from the ABAP memory.
EX: EXPORT it_tab TO MEMORY ID 'ZADI1'.
IMPORT it_TAB FROM MEMORY ID 'ZADI1'.
SAP MEMORY - Otherwise known as global memory is available
to a user during the entire duartion of a terminal session.
It's contents are retained across transaction boundaries as
well as external and internal sessions. SET PARAMETER & GET
PARAMETER statements allows you to WRITE TO/ READ from the
SAP memory.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the use of perform statement in scripts ?
What are the components/elements/layout sets in sap script ?
Explain compare tool.
What is layout set? What is it used for?
Which are frequently used system variables in sapscript?
What are the different types of windows in sapscripts?
How do I create standard texts for the sapscripts?
What are the modules in FI that you have worked on ?
What does read_text?
What is sap script? Difference between sap script and report?
What does the smartforms development class start with ?
How to create standard text in sapscripts?
When a program is created and need to be transported to production does selection texts always go with it ? if not how do you make sure ? Can you change the CTS entries? How do you do it ?
Difference between ABAB Memory and SAP Memory ?
How can I print logos in sapscripts?