‎2008 Jan 21 5:53 AM
Is there any function module which gives me the names of all the functional modules which have be used in the give REPORT.
‎2008 Jan 21 6:00 AM
Hi Ramya,
can you please elaborate your question.
Regards,
Vijay
‎2008 Jan 21 6:01 AM
Check this FM -
RPY_FUNCTIONMODULE_READ
Regards,
Amit
Reward all helpful replies.
‎2008 Jan 21 6:07 AM
1. RPY_FUNCTIONMODULE_READ will not tell you about the number of FM used in a given report lets say report ZABC. this particular FM is going to tell you whether a FM existst by that name and if yes then what is the use..etc...
2. I donot think there is any FM that can tell you about the number of FM called in a given report. However will be interested to know if there is any.
‎2008 Jan 21 6:03 AM
Hi,
I dont think there is FM to your requirement. However you can goto the report and click on search button on the tool bar, give CALL FUNCTION as the search parameter.
You will find all the list of FM used in program.
Reward point if useful