When we should use ABAP Memory and SAP Memory ?

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


Please Help Members By Posting Answers For Below Questions

What are the output types and Tcodes ?

1407


How to create standard text in sapscripts?

541


How to add extra functionality to a standard print program without touching the print program ?

2876


What does read_text?

563


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.

1474






Differentiate between protect and end protect.

570


What is the difference between EHP 4.0 and ECC 6.0 .Is there any different settings to be done in the system for functional modules?I have done ECC 6.0 version. Please tell me the answer of the question as soon as possible?

10515


Why the Main window Triggers first in Scripts ?

1565


What is the use of itcsy structure?

720


What is the purpose of sap script? Difference between sap script and report?

623


Is it possible to create a sapscript without a main window?

624


Explain the paragraph format in layout set.

537


What is sapscript? What are the components of sapscript?

604


Explain the constant in sapscript

631


What are different tools to report data in SAP? What all have you used ?

2306