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: 

Role

Former Member
0 Kudos

Hi,

I created a certain role in which i put in the authorization object - s_tcode - authorizations to a few transactions.I gave this role to a few users.Now i need to deny access to a certain transaction to a specific user who has this role.

My question is how do i deny access to a specific transaction to a specific user but all the other users with the same role will still have access to this transaction

Regards,

Moshe

1 REPLY 1

Former Member
0 Kudos

Hi Moshe,

Role contains a package of authorizations. This package is the same for all user who have the role. You can't restrict it depending to users.

You can copy the role into a new one, remove the specific transaction and assign it to the user.

Matthieu