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: 

how to find list of reports by searching a string

Former Member
0 Kudos

Hi experts ,

I want to know the list of reports which are using the logic ( like if personnel sub area(PSA) starts with y ).

can any body tell me the standard report names which is give list of report names by using a string.

I know one standrad reportname : 1. RPR_ABAP_SOURCE_SCAN

2. RPINCL10 .

<b>I WANT OTHER THAN THESE STANDARD REPORTS.</b>

2 REPLIES 2

Former Member
0 Kudos

hey place u r cursor over there and click on the where used list in application tool bar ...........u will all get all the reports,tables, classes,bsp's....every thing with seperate ...tags ...............

i hope this would be helpful...........

reward points if helpful........

Former Member
0 Kudos

HI

in your program

select that string

and follow this path

<b>utilities - > where used list</b> then it will show that string where it is used in that repository

reward if usefull