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

Function Module (URGENT)

Former Member
0 Likes
593

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
569

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

4 REPLIES 4
Read only

Former Member
0 Likes
570

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

Read only

Former Member
0 Likes
568

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

Read only

Former Member
0 Likes
568

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

Read only

0 Likes
568

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