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: 

S_USER_TCD

Former Member
0 Kudos

Hi All,

can someone enlighten me as the the use of this tcode?

From the documentation it appears that it controls the tcodes that an admin can assign to roles.

Can it be set to * to allow all tcodes to be added?

Thanks.

3 REPLIES 3

jurjen_heeck
Active Contributor
0 Kudos

Well, you've just put it as it is.

The object can limit the tcodes an administrator can add to (or take from) roles and yes, the value can be set to *.

This object is only of importance if you delegate parts of your security. In that way you can make sure an HR security administrator does not assign anything but HR tcodes.

Former Member
0 Kudos

From SAP Help:

Authorization Object: S_USER_TCD: Authorization system: Transactions in roles

This authorization object determines the transactions that an administrator can assign to a role, and the transactions for which he or she can assign transaction authorization (object S_TCODE).

The user can execute only Tcodes which are assigned in field TCD

If TCD cantains * then user can execute all the transactions

0 Kudos

Thanks everyone for your help.