Answer Posted / 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 |
Post New Answer View All Answers
What is meant by authorization? : sap abap hr
What is the client concept in sap?
What are indexes? : abap hr
5) How to rereive text elements in SF and script?
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
what is mean be On Change of in Control Break statement
What is meant by search help? : sap abap data dictionary
How do you retrieve the data for repetitive structures ? : abap hr
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
How do you connect to the remote server if you are working from the office for the client in remote place?
What is off cycle payroll run
Explain what is an rdbms?
What is the bitwise operator in the sap abap?
What is the difference between a substructure and an append structure? : abap data dictionary
What are the two ways for restricting the value range for a domain? : abap data dictionary