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 update types possible?
Select up to 1 row and select single difference ?
What are the types of data types in the sap abap?
Performance tuning techniques
What is the difference between a substructure and an append structure?
Reports: Event functionality.
What is screen flow logic? What are the sections in it?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
Difference between open sql and native sql? : abap data dictionary
What kind of financial periods exist in sap? What is the relavent table for that?
What are the layers of data description in r/3? : abap data dictionary
Explain the table, which contain the details of all the name of the programs and forms?
Explain what is the difference between primary key and unique key?
How can we use multiple transactions by using bdc_insert? : abap bdc