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 |
What is an IDoc Extension?
If you send an IDoc say 100008008 from system ECC1 to system ECC2, will the IDoc number in ECC2 be 100008008?
what is the table for trfc port
What are the disadvantages of ale?
How the data is coming from 3rd party system to sap system?
Explain ale
How do we generate idoc in sap ?
What do the business process harmonization service do?
explain idoc
What is a distribution model in ALE IDocs?
which type of workprocess can execute only once in r/3 system(sap)?
Explain the idoc base in idocs?