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 is a Message type and Idoc Type? What is the difference between Message type and an IDoc type?
Suppose there 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?
Imagine that there is one sender and three receivers. While sending an idoc, how many idocs would be generated? Explain the flow from outbound to inbound system.
How to reprocess edited idoc's ?
What is a message control in sap?
explain idoc
What are sap ale converters? What are the minimum requirements for them?
Can I create a flat file from an IDOC? If Yes , How?
What happens in the outbound process?
How do you correct and reprocessing the idoc?
What do we57 t-code stand for?
What are the advantages ale/idocs?
What are the components of an idoc?
You wan to send an idoc to multiple systems. How will you do that?
Suppose I was sent 10 records using outbound in ale/idoc 8 records are up dated in data base tables what happend remaing records did not showing error in we02?