Answer Posted / diwakar
Import and Export memory are ABAP memory.
Export Memory : We used this memory to read data objects
from ABAP Program to ABAP Memory .For that we use
Export <f1>[from <g1>].....<fn>[from <gn>] to memory
id<key>.
Import Memory : We used this memory to read data objects
from ABAP memory to ABAP Program .For this we use
Import <f1>[to <g1>......<fn>[to <gn>] to memory id
<key>
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How do you validate the selection criteria of a report? And how do you display initial
Is a logical database a requirement/must to write an abap/4 query?
What is a projection view? : abap data dictionary
can anyone please tell me, in orient paper mill project which fields exits for creating report.
What is the difference between the exits created in M.M and S&D?
Explain the advantages and disadvantages of abap query tool?
Explain different types of locks?
Sal abap on hana interview
What is meant by exclusive, not cumulative lock? : sap abap data dictionary
What is meant by stacked list?
What is a subscreen? How can we use a subscreen?
What is a data dictionary? : sap abap data dictionary
How do you document ABAP programs? Do you use program documentation menu option?
How can we omit a leading sign and a leading zero in sapscript?
Define spool request?