what is the diff between sap memory and abap memory?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / swamy
abap memory comes on application server and sap memory
comes on database server
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / gurulakshmi
SAP memory is a memory area to which all main sessions
within a SAPgui have access. You can use SAP memory either
to pass data from one program to another within a session,
or to pass data from one session to another. Application
programs that use SAP memory must do so using SPA/GPA
parameters (also known as SET/GET parameters).
ABAP memory is a memory area that all ABAP programs within
the same internal session can access using the EXPORT and
IMPORT statements
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / lutfa ahmed
ABAP MEMEORY:
-------------
It is a memory area in roll area of an abap program.
SAP MEMORY:
-----------
It is a memory area in sapgui.It is used either to pass data
from one program to another within a session or to pass data
from one session to another.
Is This Answer Correct ? | 1 Yes | 0 No |
Can you edit IDoc content for successful IDocs?
How idoc is posted to r/3 system?
What is the whole process to send custom idoc from source system to destination system?
What is extended idocs with steps
What do the business process harmonization service do?
How do you reprocess error inbound idocs ?
What is an ale ?
What is structure of idoc?
What is oak code in ale idocs?
If you send an IDoc say 100008008 from system ECC1 to system ECC2, will the IDoc number in ECC2 be 100008008?
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?
what are the roles and responsibilities of a technical consultant will be assigned in idoc development in real time? in case of a)IDOC EXTENSION b)sending TRANSACTIONAL IDOC c)CHANGE POINTERS