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 are the basic components of dialog program?
What is the function of the correction system? : abap data dictionary
What function does data dictionary perform?
What are the major steps will you use for tuning?
What are the two different ways of building a match code object? : abap data dictionary
How to create user interfaces for lists?
Explain the disadvantages of logical databases?
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
Explain the different types of mode (run code) in call transaction method?
Define dispatcher?
What are the 3 types of function modules in sap?
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
What is search help exit? : sap abap data dictionary
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
What is the difference between collect and append statements?