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?
are there any advantages of using ale over database replication or distributed businesses in sap?
What is a message type ?
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
What is an edi ?
which type of workprocess can execute only once in r/3 system(sap)?
Where is all the idocs will be stored after creation?
how to send the idoc to multiple sub systems?
how will u handle the situation in a report using function module to generate a IDOC how will u handle the error IDOC in same report .
What is the serialization of idoc message type?
How do you Edit IDoc contents manually?
How do you achieve filtering in a distribution model?