‎2008 May 06 7:40 AM
Hi experts
I need a function module to search which all function modules are used in a particular report.
Appropriate answer will be rewarded.
Thanks
‎2008 May 06 7:45 AM
Welcome to SDN !!!
Why you need a FM for this requirement? We have FIND facility given by SAP. You can use this to find all the FM used in a report.Click on Find (Ctrl + F1) option. In Find String write Call Function and click on radoi button In Main Program and this will list all the FMs called in a report.
Let me know if any doubts.
Best Regards,
Vibha
Please mark all the helpful answers
‎2008 May 06 7:45 AM
Welcome to SDN !!!
Why you need a FM for this requirement? We have FIND facility given by SAP. You can use this to find all the FM used in a report.Click on Find (Ctrl + F1) option. In Find String write Call Function and click on radoi button In Main Program and this will list all the FMs called in a report.
Let me know if any doubts.
Best Regards,
Vibha
Please mark all the helpful answers
‎2008 May 06 7:53 AM
Hi Karandeep,
I doubt there is any FM for searching the FM name in a program. You can use the way which Vibha mentioned.
Second way is execute the transaction in debugging mode.
Put a break point on command CALL FUNCTION.
Regards
Sourabh
‎2008 May 06 7:55 AM
Let me clarify the scenario
i have been given list of reports in which i need to search that whether a function module used is obsolete or not(as i am comparing FMs of 4.7 and 6.0).
So i need the list of all FM used in Reports.
I need a hard code for that.
Is there any FM which will help me to search?
Thanks
‎2008 May 06 8:14 AM
Hi,
You can try one alternative. Try using these program.
RPR_ABAP_SOURCE_SCAN
RSRSCAN1
These program searches for a string.
You search for string " CALL FUNCTION".
Hope this helps.
Regards
Sourabh