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
I have created a sapscript in language de. Now I need to translate it to en. How could I do this?
If u want to add any fields in the layout what is the procedure you follow ?
i want default printer name in sap-scripts? please help me how to handle this one.
Can we add new records to the already displayed ALV list.
Is it possible to create a sapscript without a main window?
Explain the constant in sapscript
How can I copy sapscripts from one client to another, or export/import them?
you want to link to a layout set. What abap 4 commands will you use?
What are the modules in FI that you have worked on ?
How can I create a shaded box?
What is sap script? What is the purpose of sap script? Difference between sap script and report?
What are the output types and Tcodes ?
How to download/upload image sapscripts from & to your pc?
What are the different types of windows in sapscripts?
What are the various text formatting options in sapscript?