Answer Posted / adarsh mohanty
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 ? | 17 Yes | 1 No |
Post New Answer View All Answers
How to print page numbers in a script through SE38 Program ?
What is difference between script and report?
you want to link to a layout set. What abap 4 commands will you use?
How can I trigger new page in sapscripts?
I want to display quantity & Price based on Particular Language and Country in SAP Script , How we can do that ? One particular statement is there for that, What is that ?
How would you call a subroutine in sap script?
I need to debug sapscript. What steps would you recommend should I take?
What does read_text?
Explain the variable in sapscript
How do we set the date, time format?
How can i read the data in bar code form directly into sap i.e. without being uploading it to TXT file and then uploading to SAP.
Structures used in perform statement in scripts ?
Explain composer.
How to transfer the objects? Have you transferred any objects ?
How can you copy forms from one client to other?