Suppose in the Report Program I want to pass data to
another Report Program ..how will you do that one?
Answer Posted / norty_n
U can do this by EXPORT IMPORT concept...
u export all the data which you want may it be an internal
table or just a structure or some data object using the
command...
EXPORT <f1> <f 2> ... TO MEMORY ID <key>. for individual
variables and for exporting internal table the command is
EXPORT <Table name> to MEMORY ID <Key>.
Then, u can import them in some other program by using the
command ...
IMPORT <f1> [TO <g 1>] <f 2> [TO <g 2>] ... FROM MEMORY ID
<key>.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What will exactly the hide statement do?
What is an rdbms?
what is the transaction transaction for setting parameters rdisp/buffermode
What are the functional areas? User groups? and how does ABAP query work in relation to these?
What is an “on input filed” statements?
Explain about the tables exists in a data dictionary and what are they? : abap data dictionary
What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary
Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?
How do you process errors in session method ? : abap bdc
What are the differences between macro and subroutine?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
what is code to upload cost centers through call trans. and procedure
What is the difference between call transaction method and the session method? : abap bdc
Explain the advantages of different types of bdc's?
What are the different types of view?