When we should use ABAP Memory and SAP Memory ?
Answer / 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 |
What is The Diff Between RFC & FM ? Urjent.
What do you mean by symbols? What are their different types?
Explain the character format in layout set.
What is the work you have done in the MM module and what programs did you use for creating views in MM ?
what is the use of outline option?
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...?
Different types of ABAP memory ?
How do we define text symbols?
How to assign own form to a standard print program?
What is the use of rscltcop program?
What is sap script?
What are the modules in FI that you have worked on ?