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 |
difference between cluster and pooled tables
What is database utility? : abap data dictionary
Hi guru, In a report prg there is an event called : at SELECTION-SCREEN on VALUE-REQUEST FOR <fieldname>. pls tell me that when i am using a module pool prg how do I call the above event. In other words what is the module pool equivalent for the above event which is used in a report prg. Hope I am able explain my query.
What are the two levels in defining a match code ?
Select up to 1 row and select single difference ?
what are diffrences between user-exits and customer-exits?
What is the difference between field string and internal table?
what is the role of extended syntax check in performance tuning?
13) How to get POPUP SCREEN in a program?
please tell me. different ways of find out the user exist?what is the basic difference between ,user exist ,BAdi,Bapis?
What are the aggregate objects in data dictionary? : sap abap data dictionary
What are different ABAP editors? What are the differences?