What is the difference between ABAP memory and SAP memory?
Answer Posted / nandy
ABAP- memory
export and import parameters are used to utilise ABAP memory
u can move from one main session to 6 internal sessions
SAP-memory
Set and get parameters are used to utilise SAP memory
U can move from one main session to otehr in SAP
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the aggregate objects in the dictionary? : abap data dictionary
How is the command suppress-dialog useful?
How many primary keys can be created for a table?
What is a modification assistant?
How do you import pay scale data from non sap to sap? : sap abap hr
In which table the material master data is stored?
Can you define a field without a data element? : abap data dictionary
Can we create field without data element? If yes, how?
What should be the approach for writing a bdc program? : abap bdc
What is an authorization in sap?
Name the function module used to convert logical file names to physical file names in abap/4 programs?
Explain read dataset in sap abap?
What are the data classes in abap?
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What are the parameters in bdc_insert? : abap bdc