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 do the consistency checks service do?
How do you achieve filtering in a distribution model?
What do the receiver determination service do?
What do we21 t-code stand for?
What do bd50 t-code stand for?
What is the serialization of idoc message type?
What are the advantages of ale?
What do we42 t-code stand for?
What are sap ale converters? What are the minimum requirements for them?
How do you create a custom idoc?
Explain the configuration methodology for sap ale?
What is the main difference between interfaces and xi, I think both are cross-applications right?
What is an idoc status? What are the different types of idoc statuses ?
What is a message type ?
Suppose their is one sender and we have three receivers. While generating an idoc will it generate 3 idocs for three receivers? Explain in detail how the flow goes from outbound to inbound systems?