2009 Sep 18 7:50 AM
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?.........
2009 Sep 18 7:55 AM
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?.........
2009 Sep 18 7:55 AM
2009 Sep 18 8:03 AM
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.
2009 Sep 18 8:10 AM