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

search for string of code in Function modules

kasithunuguntla
Participant
0 Likes
1,203

I know there are couple of programs to scan programs or screen modules for a pattern(*ABAP_SOURCE_SCAN).

But this program doesnt check Function Modules. I there a easy way to search for a pattern in Function modules.

I have to search for a string INDX in all custom Function Modules.

Your response is much appreciated.

Regards

Kasi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
704

Hello,

You may use the program RPR_ABAP_SOURCE_SCAN with program name SAPLZ* to search embedded string in custom function modules.

Thanks,

Venu

1 REPLY 1
Read only

Former Member
0 Likes
705

Hello,

You may use the program RPR_ABAP_SOURCE_SCAN with program name SAPLZ* to search embedded string in custom function modules.

Thanks,

Venu