what is difference bt ABAP MEMORY AND SAPMEMORY
Answers were Sorted based on User's Feedback
Answer / sridhar madisetty
ABAP Memory :
The data shared across all the internal sessions are the
ABAP Memory.
Log on to SAP. A session will be created , If you would
like to store some data at some area and use the same in
the other session (call transaction). You can use the
stored data in the other session by using the
commands "Export/Import from memeory".
SAP Memory : The data stored globally and shared at
external/Internal sessions (System->Create new session)
can be done through the 'Set/Get parameter'.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / rajiv
Hi,
ABAP Memory Means: Using Export and Import Parameters
wiht help of sub routines form Application.
SAP Memory Means: Using SET and GET Parameters Addressing
to Memory ID Parameters.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ganesh
SAP Memory :SAP memory is a memory area to which all main sessions within a SAP 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.
Here simply we use Set and Get parameters for passing the values.
ABAP memory :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 ? | 0 Yes | 1 No |
How can we determine a vendor is Bloc/Unblock from the table LFA1?
How to change standard data base table ?
1)What is the main difference between Enhancements and BADI?
How do you use tab sets in layout sets?
How to transfer legacy data into base tables by scheduling a time frame using bdc?
Explain what is the difference between primary key and unique key?
In the windows NT environment A-gate and w-gate are connected via which protocols?
what is mean be On Change of in Control Break statement
what is DATA ,TYPES,PaRAMETERS called in ABAP terms?
Can we reuse a userexit?
in real time with the help of scripts what we can do?
what is table maintenace generator? How to create it?