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

Reg:Report that reads the code.

former_member197425
Active Participant
0 Likes
566

Dear All,

I got a requirement to develop a report for Auditing purpose.The requirement is to develop a report which will

take "Report names" as input and it need to display all text elements used in each report.

How can it be done?.........

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
534

Hello

Use FM 'RPY_PROGRAM_READ' for this.

Dear All,

I got a requirement to develop a report for Auditing purpose.The requirement is to develop a report which will

take "Report names" as input and it need to display all text elements used in each report.

How can it be done?.........

3 REPLIES 3
Read only

Former Member
0 Likes
535

Hello

Use FM 'RPY_PROGRAM_READ' for this.

Read only

Former Member
0 Likes
534

Hi Check the table

REPOTEXT

The field " DATA " contains the details of the table in Raw format which you have to convert to character format

and

RPY_PROGRAM_READ Fm is perfect for this.

Read only

Former Member
0 Likes
534

This message was moderated.