‎2010 Jan 11 12:08 PM
Hi,
I want to developed Report In selection-screen I am going to pass Z-Report Name .
Aftrer excuting that report I will get O/P as Source code of that Z-report which i have passed through selection -screen .
Regards,
Sandeep
‎2010 Jan 11 12:10 PM
‎2010 Jan 11 12:13 PM
Hi Sandeep,
report abc.
data : itab type table of string.
read report 'ZPROGRAM' into ITAB .
regards,
amit m.
‎2010 Jan 11 12:15 PM
Sandeep,
Go to the transaction code ABAPHELP,check for the keyword READ REPORT
Kiran.
‎2010 Jan 11 12:15 PM
You can use the statement
Read Report.
Search in SCN or Google for more details.
‎2010 Jan 11 12:19 PM
Hi,
see the report 'RPR_ABAP_SOURCE_SCAN' or 'RSRSCAN1'
in se38 to read the source code of the GIven program...
and try to modify your code to display the report as output.
prabhudas