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

Differentiate between window and page window.

573


How to edit standard SAPSCRIPT called by standard program ?

6176


i want default printer name in sap-scripts? please help me how to handle this one.

2643


What is difference between script and report?

611


What is client concept in sapscript? What is client dependent and client independent?

543






Hello ABAP GURUS.. I WANT TO KNOW DO WE DEVELOPE SCRIPTS FROM SCRATCH OR WE USE STANDARD SCRIPTS OF SAP..? AND WHAT LOGO WE HAVE IN STANDARD IN LOGO WINDOW OF STANDARD SCRIPT BUSINESS DOCUMENTS...?

2536


How to transfer the objects? Have you transferred any objects ?

2427


What are problem you faced in script?

513


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

587


How would you call a subroutine in sap script?

564


What is the use of itcsy structure?

698


What is the work you have done in the MM module and what programs did you use for creating views in MM ?

1689


What are the types of windows?

545


you want to link to a layout set. What abap 4 commands will you use?

530


What is t.code for script styles?

576