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: 

Authority check for ZTcodes..?

Former Member
0 Kudos

How to perform the authority check for the ZTcodes ?

Regards

Rakesh

4 REPLIES 4

Former Member
0 Kudos

get your developers to code in appropriate AUTHORITY-CHECK statements and logic into their custom programs linked to the Z tcodes

Former Member
0 Kudos

In addition to Alex's advise, please also consider calling function module AUTHORITY_CHECK_TCODE if it is a report transaction. There are also export parameters via which you can check whether the transaction can be called or not, and by which tcode. You can maintain these transaction pairs in SE97.

For some other transaction types (see FB01, or SE16 for example), there is a possibility to add an additional authorization object to be checked with values (optional) at the transaction start in transaction SE93. There are some old transactions which still check S_TCODE in there, but they usually check some sort of mutually inclusive authorization required to use the transaction.

Cheers,

Julius

0 Kudos

Hi,

I strongly suggest to add the ztransactions and objects with transaction SU24 to the table usobt_c, so they will be available when using transaction PFCG when creating/maintaining roles.

Have fun

Bye

Jan van Roest

0 Kudos

Hi Jan,

Yes, that is a very good point.

Also for customizing transactions...

Cheers,

Julius