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
What are the types of Ports?
How to reprocess error idoc's ?
What is a partner profile? What are the types of partner profiles?
How do you reprocess previously generated idoc with same number?
What do we21 t-code stand for?
What happens in the inbound process?
What are the types of partner profiles?
What is a message type ?
What is the conversion rule of lae/idoc?
Where is all the idocs will be stored after creation?
What is oak code in ale idocs?
What is EDI?
How the data is coming from 3rd party system to sap system?
Explain the structure of idoc?
How to trigger the idoc?