what is the diff between sap memory and abap memory?
Answer Posted / nirmel
SAP memory (Global Memory): - is available to a user during
the entire duration of a terminal session. Its contents are
retained across transaction boundaries as well as external
and internal sessions.
ABAP/4 memory
The contents of the ABAP/4 memory are retained only during
the lifetime of an external session (see also Organization
of Modularization Units). You can retain or pass data
across internal sessions. The EXPORT TO MEMORY and IMPORT
FROM MEMORY statements allow you to write data to, or read
data from, the ABAP memory.
Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
How to trigger the idoc?
What do the receiver determination service do?
What is a Message type and Idoc Type?
What do the consistency checks service do?
What are the different types of Idoc statuses that you know?
What is an IDoc Extension?
What is an ale ?
Explain the multiple messages in idocs?
What is a message type ?
Differentiate between synchronous and asynchronous links.
How to reprocess edited idoc's ?
You want to create and send an IDOC to another the moment a PO is created in your system. How will you achieve this?
What is an Idoc status? What are the different types of Idoc statuses that you know?
What are the types of records in SAP ALE Idocs and where is this information stored?
What do bd65 t-code stand for?