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
What is a size category?
What are interactive reports?
What are the differences between sap memory and abap memory?
What are the types of views? : sap abap data dictionary
Define dispatcher?
How many ways can a sap system be accessed?
what is call back in alv?
What are hashed tables?
What is the difference between synchronous and asynchronous updates?
What is an authorization in sap?
How to convert the Unit for 'Distance' (The value from one Unit to another).
when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.
What are the control break events in abap? : abap data dictionary
What is web dynpro for abap?
What is the use of buffering?