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

find string in all programs

Former Member
0 Likes
12,727

hi naren,

please help me in this issue

how to find a string (Say 'ZPR0') in all programs at a time. Just like Where Used List.

thnaks in advance

kiran reddy

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
4,038

Try this program.

RPR_ABAP_SOURCE_SCAN

Regards,

Rich Heilman

11 REPLIES 11
Read only

Former Member
0 Likes
4,038

Hi,

You can use the program RSRSCAN1

Thanks,

Naren

Read only

ferry_lianto
Active Contributor
0 Likes
4,038

Hi,

Please try this program RPR_ABAP_SOURCE_SCAN.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
4,038

Hi,

Execute the program RSRSCAN1 and give the * in the program name and and enter the String in the Find String parameter

Regards

Sudheer

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
4,039

Try this program.

RPR_ABAP_SOURCE_SCAN

Regards,

Rich Heilman

Read only

0 Likes
4,038

Hello

Use porgram RPR_ABAP_SOURCE_SCAN to find a string in any program.

The purpose is to "To search ABAP program code/screen flow logic for specific texts (strings)"

Vj

Read only

0 Likes
4,038

As some people are still resurrecting very old threads (and sorry if I also do that), a little 2019 update for those searching answers: RPR_ABAP_SOURCE_SCAN doesn't exist anymore, use the program RS_ABAP_SOURCE_SCAN instead.

Read only

0 Likes
4,038

or transaction EWK1 also works

Dev.

Read only

Former Member
0 Likes
4,038
Read only

egoto
Explorer
0 Likes
4,038

Use the function "Search in source" in the ABAP Editor instead.

(Transaction SE38, Menu "Utilites")

Read only

Sandra_Rossi
Active Contributor
4,038

The question was about searching in "all programs". The menu you indicate is to search in only one master program and its includes.

As you resurrect that very old 2007 question whose best answer is now obsolete (RPR_ABAP_SOURCE_SCAN doesn't exist anymore), let's correct it -> run the program RS_ABAP_SOURCE_SCAN.

Read only

egoto
Explorer
0 Likes
4,038

Thank u very much, Sandra.