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

ABAP Code Search

Former Member
0 Likes
589

Hi All,

Is there any standard program which searches for a specific string in all the codes in a system and displays it

Regards

Simin.R

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
554

Execute this program and specify the string that you are looking for and execute

---<b>RPR_ABAP_SOURCE_SCAN </b>

4 REPLIES 4
Read only

Former Member
0 Likes
555

Execute this program and specify the string that you are looking for and execute

---<b>RPR_ABAP_SOURCE_SCAN </b>

Read only

0 Likes
554

Hi Santosh,

thanks for the reply my problem is solved

Regards

Simin.R

Read only

Former Member
0 Likes
554

Hi,

You can put the cursor on the code and press the button "whjere used list" in the menu.

Hope this solves your purpose.

Award points if it helps.

-Gaurang

Read only

Former Member
0 Likes
554

use

System==> Status

There is Program(Screen) u can find the program name and all regarding u using screen

Rewards if helpful.