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
What are step loops? How do you program page down page up in step loops?
How can I debug my sapscript?
Explain the character format in layout set.
What are the modules in FI that you have worked on ?
How does check, continue and exit commands work in loop and end Loop.
Can we add new records to the already displayed ALV list.
How can I get the landscape format in sapscript?
What do you mean by symbols? What are their different types?
How can I prevent page-break in the message that is to be displayed?
How can I display barcodes in sapscripts?
What are different tools to report data in SAP? What all have you used ?
Different types of ABAP memory ?
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.
Can we have more than one Selection Screen and how ?
What is the use of itcsy structure?