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

Functional Module

Former Member
0 Likes
475

Is there any function module which gives me the names of all the functional modules which have be used in the give REPORT.

4 REPLIES 4
Read only

Former Member
0 Likes
446

Hi Ramya,

can you please elaborate your question.

Regards,

Vijay

Read only

amit_khare
Active Contributor
0 Likes
446

Check this FM -

RPY_FUNCTIONMODULE_READ

Regards,

Amit

Reward all helpful replies.

Read only

0 Likes
446

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.

Read only

Former Member
0 Likes
446

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