‎2008 Mar 18 6:55 AM
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
‎2008 Mar 18 7:15 AM
No
I'm sorry there's nothing more to say about that There's no way to restrict within roles.
‎2008 Mar 18 10:42 AM
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
‎2008 Mar 18 11:06 PM
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
‎2008 Mar 19 11:55 AM
>
> There is a coding technique which can be used
Shame on you for invoking SY-UNAME
‎2008 Mar 19 11:33 AM