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


Please Help Members By Posting Answers For Below Questions

What is the function of the transport system and workbench organiser? : abap data dictionary

801


What is a report?

946


what is the process of creating quotation using BAPIs.

1775


Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary

864


What is a development class? : abap data dictionary

909






there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?

1956


did u done enhancement framework?how u implemented?

5267


How to find Kernal badi ?

1341


What are conditional chain statement?

909


Select up to 1 row and select single difference ?

819


what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?

1958


What are your ways to performance optimization?

1116


What is tcode se16. For what is it used. Explain briefly?

724


What is your approach to find exit and BAdi?

1049


How to determine the attributes of an internal table?

785