‎2009 Mar 15 5:37 AM
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.
‎2009 Mar 15 7:14 AM
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.
‎2009 Mar 15 7:14 AM
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.
‎2009 Mar 16 3:14 PM
Hi Avinash,
Thanks a lot for your valuable reply. its quite helpfull for me.
‎2009 Mar 15 7:20 AM
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