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 difference between set screen and call screen ?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
Define infotype ? : abap hr
What are the different control break statements available inside a loop?
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
What is direct input method ?
what next in SAP-ABAP/4 is it going to be change?
Can we specify the next screen number with a variable?
Can a filed occur in several field groups?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
What are the prerequisites for creating foreign key relationship?
Explain get cursor field?
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
Difference between sy-tabix and sy-index? Where it is used?
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?