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
How table control cn be generated using bdc? : abap bdc
What are the aggregate objects in the data dictionary? : abap data dictionary
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?
What are the various events associated with screen programming?
What are the sequences of event block?
What are the steps in a bdc session? : abap bdc
What are the types of the programming language used in the sap abap software?
2)In production what is the user exit?
When was the sap abap being created?
What is the basic difference internal tables and database tables? : abap data dictionary
What is amdp (abap managed data procedures)?
Can we create a gui status in a program from the object browser?
What is the difference between a structure and a table?
What are the kinds of foreign key fields?