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
Which are frequently used system variables in sapscript?
Explain the variable in sapscript
How can I copy sapscripts from one client to another, or export/import them?
How do you create boxes in sap script?
what is the use of outline option?
What is the use of rstbserv program?
How to debug a script?
What is difference between script and report?
You want to display top 5 records from an internal table. How will you do that?
How many main windows are allowed for sapscript?
How to use the new-window command?
How can I change the page size of the layout?
What are the advantages and disadvantages of ABAP/4 query tool ?
What is the use of rswbo052 program?
How to print page numbers in a script through SE38 Program ?