Application Development 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: 

find string in all programs

Former Member
0 Kudos

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

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Try this program.

RPR_ABAP_SOURCE_SCAN

Regards,

Rich Heilman

11 REPLIES 11

Former Member
0 Kudos

Hi,

You can use the program RSRSCAN1

Thanks,

Naren

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please try this program RPR_ABAP_SOURCE_SCAN.

Regards,

Ferry Lianto

Former Member
0 Kudos

Hi,

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

Regards

Sudheer

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Try this program.

RPR_ABAP_SOURCE_SCAN

Regards,

Rich Heilman

0 Kudos

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

0 Kudos

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.

0 Kudos

or transaction EWK1 also works

Dev.

Former Member

egoto
Explorer
0 Kudos

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

(Transaction SE38, Menu "Utilites")

Sandra_Rossi
Active Contributor

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.

egoto
Explorer
0 Kudos

Thank u very much, Sandra.