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

TCODE ou PROGRAM to view programs without authority checks

balbino_soaresferreirafil
Active Participant
0 Likes
294

Hi,

Anyone know any report ou TCODE that list report, programs and classes that do not have authority checks in a package?

I need to know which programs in a package that are not using AUTHORITY_CHECK...

Thanks,

Balbino Soares

1 REPLY 1
Read only

FredericGirod
Active Contributor
0 Likes
267

Hi,

you have to scan all the abap program, it's long, very long.

you could go in SU24, and look the authority check known by SAP. the data is store in the USOBX_C and USOBX USOBT .. tables

I think you will find all the Z.. transaction because the dev never put data into this transaction.

regards

Fred