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 are the events in classical reports?
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
What are different abap/4 editors?
What are pool tables?
What is a fall back class?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
HOW TO DIFFERENT CALL TRANSACTION ON THE BASIS OF DOUBLE CLICKING ON DIFFERENT FIELD.
Which FM do you use to find out who is reporting to whom
What is the structure of the bdc table? : abap bdc
Explain different types of locks?
What is a data element?
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
From Excel to ABAP - Is batch mode possible ?
What are control tables? : abap data dictionary
What are your ways to performance optimization?