‎2007 Feb 06 4:45 PM
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
‎2007 Feb 06 4:48 PM
‎2007 Feb 06 4:46 PM
‎2007 Feb 06 4:48 PM
Hi,
Please try this program RPR_ABAP_SOURCE_SCAN.
Regards,
Ferry Lianto
‎2007 Feb 06 4:48 PM
Hi,
Execute the program RSRSCAN1 and give the * in the program name and and enter the String in the Find String parameter
Regards
Sudheer
‎2007 Feb 06 4:48 PM
‎2007 Feb 06 4:53 PM
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
‎2019 Jul 25 7:52 PM
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.
‎2019 Jul 26 4:39 PM
‎2007 Feb 07 1:15 AM
‎2019 Jul 25 2:38 PM
Use the function "Search in source" in the ABAP Editor instead.
(Transaction SE38, Menu "Utilites")
‎2019 Jul 25 7:49 PM
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.
‎2019 Jul 25 7:55 PM