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 is the function of the transport system and workbench organiser? : abap data dictionary
What is a report?
what is the process of creating quotation using BAPIs.
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
What is a development class? : abap data dictionary
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
did u done enhancement framework?how u implemented?
How to find Kernal badi ?
What are conditional chain statement?
Select up to 1 row and select single difference ?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What are your ways to performance optimization?
What is tcode se16. For what is it used. Explain briefly?
What is your approach to find exit and BAdi?
How to determine the attributes of an internal table?