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

How to search for a string in ALL Function Modules source code

Former Member
0 Likes
2,503

Hello,

I want to search for the string "HELLO" in all FUNCTION MODULES source code(FM, no reports/programs).

Is this possible? How?

Cheers,

Andy

3 REPLIES 3
Read only

Former Member
0 Likes
1,205

HI,

Please use the SAP standard program RPR_ABAP_SOURCE_SCAN.

Thanks,

Sriram Ponna.

Read only

0 Likes
1,205

Using program RPR_ABAP_SOURCE_SCAN (as mentioned above), limit program names to SAPL* for function modules and check the "Expand includes" checkbox.

Read only

Former Member
0 Likes
1,205

hi,

Execute RPR_ABAP_SOURCE_SCAN to search for a string in the code ... Press where-used-list button on the program which takes to the function group or the function module where it is used ..

Regards,

Santosh