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 are the advantages ale/idocs?
What are the types of records in SAP ALE Idocs and where is this information stored?
How to Reprocess Idocs in SAP?
Where is all the idocs will be stored after creation?
how many type of records in Idoc?
6 Answers Bristle Cone, iGate,
What is the whole process to send custom idoc from source system to destination system?
How the data is coming from 3rd party system to SAP System? Please explain me which conncetion you have to do?
What are the different types of Idoc statuses that you know?
Explain the Important tcodes in ALE Idocs?
are there any advantages of using ale over database replication or distributed businesses in sap?
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 a partner profile?