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: 

To Find out Programs where Sy-UName is Hardcoded.

Former Member
0 Kudos

Hi All,

I have got a requirement where we want to find all the programs,FM where Sy-Uname is Hardcoded.

Please suggest any Program or Table from where we could retrieve this data.

Thanks in advance.

Thanks and Regards.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

try transaction codescanner ..

dont know if your system is having this transaction ..

in this transaction give the text you want to search and then it gives you search result of all programs where the text is being used.

6 REPLIES 6

mithun_shetty4
Contributor
0 Kudos

Use where used list on Data Element UNAME for programs or

use Program RPR_ABAP_SOURCE_SCAN

Former Member
0 Kudos

Hi,

Goto SE11 give Data Eliment UNAME and click where used list in that you can find Programe names.

Regards,

Sanjay Gogikar.

Former Member
0 Kudos

try transaction codescanner ..

dont know if your system is having this transaction ..

in this transaction give the text you want to search and then it gives you search result of all programs where the text is being used.

0 Kudos

try transaction codescanner

Typo Actually the transaction is CODE_SCANNER.

Cheers,

Suhas

0 Kudos

Not in front of the system suhas ..;)..

system = sap console..

Br,

Vijay

Edited by: sniper on Dec 23, 2011 1:40 PM

0 Kudos

Hi Sniper,Suhas

Thanks a lot.

My Problem is solved.

Thanks a Lot.