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
Can i have some Realtime Scenarios on Reports.
What is elementary search help? : sap abap data dictionary
How can I make a differentiation between dependent and independent data? : abap hr
Different between Interface and Abstract classes?
How to Raise a Particular Ticket in Realtime ?
How did you transfer legacy data in the mid of the financial year (us) to the sap system? : sap abap hr
What is the difference between skip and new-line?
What is the difference between call transaction and session method? : abap bdc
What is the difference between scrolling a table horizontally and vertically?
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
How do you save data in bdc tables? : abap bdc
What will happen when we use fully buffered in abap?
What is native sql?
What are the payroll related Infotypes
Difference between user exit and badis?