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 meant by a schema? : sap abap hr

582


What is the transaction code to display the payroll results ? : abap hr

566


What is the meaning of abap/4 editor integrated with abap/4 data dictionary?

630


What is screen flow logic? What are the sections in it?

598


when does a list get sent to the screen on the presentation layer?

1436






What are indexes? : sap abap data dictionary

552


What is pretty printer?

591


What is pnp-sw-found ? : abap hr

861


Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul

1709


how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer

1811


What is a table cluster? : abap data dictionary

725


IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.

1499


can anybody give me functional specification (or table name & field names) of stock analysis report, work in progress report,generating vendor detailed list

1509


What is personnel sub are

1570


The max number of calling modes stacked at one time is?

584