SAP ALE IDocs Question:

What is the diff between sap memory and abap memory?

Tweet Share WhatsApp

Answer:

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.

Download SAP ALE IDocs PDF Read All 25 SAP ALE IDocs Questions
Previous QuestionNext Question
Explain some real time scenarios in ALE IDocs?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?