Suppose in the Report Program I want to pass data to
another Report Program ..how will you do that one?
Answer Posted / gvkreddy
the above said i think IT is wrong.
by using the READ and INSERT statement possible
READ stmt: READ REPORT <REPORT NAME> INTO <INTAB>
INSERT stmt: INSERT REPORT <REPORT NAME> FROM <INTAB>
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
What is meant by search help? : sap abap data dictionary
What are field groups?
In which time constraint does the infotype records depend on the subtype ? : abap hr
What’s value table?
What is the difference between abap and hr abap? : abap hr
What is the difference between table and template?
What abap statement will trigger list generation?
What type of user exits have you written ?
How are the date abd time field values stored in sap?
What is a multiple line field?
How to add a column to a table control while using alphanumerical layout editor ?
How to read 5th record from Hash Internal Table?
How can end-of-selection be used?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization