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

Using where used list

Former Member
0 Likes
1,338

Hi eveyone,

I need to find all the programs that are using a particular field...lets say zname...the only way that I knw is to go se11 and gointo the table where that field is defined...click on the field and do the where used list and then it will give me the list of all the programs where that field is being used...but my question is by doing so will I be able to get the list of all the programs or will I be missing any...because someone told me you might miss on if that field is used in the structure also and then it will not popup the list of the programs where that structure is used...so can you please tell me how can I take care of this.

Thanks,

Rajeev

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
1,292

or scan for the field name with program RPR_ABAP_SOURCE_SCAN. This will probably give you a few extra results, but at least you should not be missing anything.

Thomas

6 REPLIES 6
Read only

former_member156446
Active Contributor
0 Likes
1,292

when you hit the where used list.. a pop up appears asking what are all the places you would like to see... there check the structures checkbox also...

Read only

0 Likes
1,292

thanks for your reply but I didn't see any structure option in that popup window.

Read only

0 Likes
1,292

Hi Rajeev ,

Just go indepth of data element

( i mean data element level) and use where used list there u can see the check box

Regards

sas

Read only

former_member203501
Active Contributor
0 Likes
1,292

hi use this ..

program name RSRSCAN1

Read only

ThomasZloch
Active Contributor
0 Likes
1,293

or scan for the field name with program RPR_ABAP_SOURCE_SCAN. This will probably give you a few extra results, but at least you should not be missing anything.

Thomas

Read only

Former Member
0 Likes
1,292

Where used list of Programs will not provide you with the list of programs where the Data element is not used for type/like declaration.

Instead you should scan. Remeber giving the program name as Z* if you wish to search in z programs.