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

Authorization query

Former Member
0 Likes
540

Hi All,

I have a role zexample which has many users assigned to it.

But i want to give a transaction to a specific user in that role. Is there any way that i can give the tcode to that user without creating a new role??

Tonmoy Bhaumik

5 REPLIES 5
Read only

jurjen_heeck
Active Contributor
0 Likes
515

No

I'm sorry there's nothing more to say about that There's no way to restrict within roles.

Read only

Former Member
0 Likes
515

hi,

afaik, it can't be done.

simply create he new role or copy from another one, and assign it to specific user.

rgds,

alfonsus guritno

Read only

Former Member
0 Likes
515

There is a coding technique which can be used, and in some special cases it is justified to ensure that a specific user only can run the code (though this is debatable) and in some cases that specific users cannot be used to run the code, regardless of the role.

However such techniques create overhead of maintenance of the code or tables used by the code.

I would recommend avoiding them, in favour of an authorization object which has a field which can control whether a use can or cannot use that transaction, or a feature of it.

Kind regards,

Julius

Read only

0 Likes
515

>

> There is a coding technique which can be used

Shame on you for invoking SY-UNAME

Read only

Former Member
0 Likes
515

NO