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

where-used-list for syntax

Former Member
0 Likes
1,082

Hi Friends,

can i get the program names from where-used-list for a particular syntax.

for example, if i want to know what all are the program that used the syntax " append lines ". is it possible?. if so kindly explain me.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
752

Hi,

Use this report to find the strings used in the different programs RPR_ABAP_SOURCE_SCAN.

Give the Statement as the string and find the program name where they are used.

3 REPLIES 3
Read only

Former Member
0 Likes
753

Hi,

Use this report to find the strings used in the different programs RPR_ABAP_SOURCE_SCAN.

Give the Statement as the string and find the program name where they are used.

Read only

0 Likes
752

Hi Avinash,

Thanks a lot for your valuable reply. its quite helpfull for me.

Read only

Former Member
0 Likes
752

Vennila, Where Used utility is desinged got ABAP Object and not for the Language constructs hence you will not be able to use this Utility.

I generally take the way what Avinash has suggested. This programs looks up all the matching progrms from selection screen and finds particular string in it, In addition RPCSOUR* is some table which also hold the source code for report type objects (never tried recently found this).

Regards

Shital