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
Can I execute user exits? If yes, how?
Give an example of interface from your project explaining why you used it?
What is the difference between collect and sum?
what is diff between idocs,bdc,rfc and bapi. give real time answer
What is sequence number
What is the procedure you followed to upload the data?
when does a list get sent to the screen on the presentation layer?
Difference between sy-tabix and sy-index?
What are the three components of a work process?
In which particular scenario we use sorted table and which particular scenario we use standard table?
What are the uses of table pool or table cluster.
What are different types of parameters?
Explain the structure of a bdc sessions?
What are the different abap/4 editors?
What are the modes in lock objects? : sap abap data dictionary