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
How can I display barcodes in sapscripts?
Explain the paragraph format in layout set.
How to assign own form to a standard print program?
How to design the windows in script?
What is sap script? What is the purpose of sap script?
What does read_text?
What is sap script? Difference between sap script and report?
Differentiate between window and page window.
Can we have more than one Selection Screen and how ?
How do I create standard texts for the sapscripts?
What is t.code for script styles?
How to download/upload image sapscripts from & to your pc?
If the second page is not triggering what is the problem?
Can you assign your own form to a standard print program? How ?
How to create standard text in sapscripts?