what is difference bt ABAP MEMORY AND SAPMEMORY

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


Please Help Members By Posting Answers For Below Questions

what is difference between set screen and call screen ?

765


I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management

1986


Define infotype ? : abap hr

958


What are the different control break statements available inside a loop?

806


If I want to execute a program only in background not in foreground is there any option for this? : abap bdc

759


What is direct input method ?

1682


what next in SAP-ABAP/4 is it going to be change?

1879


Can we specify the next screen number with a variable?

753


Can a filed occur in several field groups?

797


What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary

730


What are the prerequisites for creating foreign key relationship?

876


Explain get cursor field?

898


Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?

1875


Difference between sy-tabix and sy-index? Where it is used?

723


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?

1205