Difference between ABAB Memory and SAP Memory ?

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


Please Help Members By Posting Answers For Below Questions

What does read_text?

568


How can I trigger new page in sapscripts?

549


What is the use of the position and size command in sapscripts?

544


Can we print bar codes in SAP only from ZEBRA printer ?

1604


Explain composer. What does it do?

554






How can I format the date being displayed in the sapscript?

564


What is the purpose of sapscript?

631


How to download/upload image sapscripts from & to your pc?

603


How can I format the time in the sapscript?

568


What are the modules in FI that you have worked on ?

2188


How can I change the page size of the layout?

548


What are the modules in FI that you have worked on ?

1471


Explain the windows in layout set.

562


Which are frequently used system variables in sapscript?

611


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.

1476