Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reading Source Code of Report

Former Member
0 Likes
913

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

5 REPLIES 5
Read only

Former Member
0 Likes
866

Then create it!!!

Read only

Former Member
0 Likes
866

Hi Sandeep,



report abc.


data : itab type table of string.

read report 'ZPROGRAM' into ITAB .


regards,

amit m.

Read only

kiran_k8
Active Contributor
0 Likes
866

Sandeep,

Go to the transaction code ABAPHELP,check for the keyword READ REPORT

Kiran.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
866

You can use the statement

Read Report.

Search in SCN or Google for more details.

Read only

Former Member
0 Likes
866

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