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

solution please

Former Member
0 Likes
503

HI sapians,

I have a scenario, where in which the roles contains 2 transactions SU01 and SU10 , i want the user to have only display access for SU01 where he will have all access except display for SU10.i dont want to replace SU01 BY SU01D Tx .i want to create this scenario.can u please explain me how to do this works as both the transactions use the same object S_USER_GRP.

regards

pavan

4 REPLIES 4
Read only

Former Member
0 Likes
480

Pavan,

Regardless of how you configure your roles you must remember that instances of objects are merged into the user buffer at login. Therefore a transactions that share objects can potentially have access they weren't intended to, although this is why you can have multiple instances of the same object. However because there is no link between which transaction is checking the object and its configuration you cannot segregate them.

Therefore it is not possible to segregate this kind of scenario, and as SU10 basically allows the same change abilities as SU01 it is not (in my opinion) a valid scenario.

If you have a User Administrator they should have both, everyone else shouldn't have either with change, this is a part of SoD (Segregation of Duty).

I hope this helps.

Regards

Ashley

Read only

0 Likes
480

HI ashley,

I know its not a valid scenario , but that my requirement. what is the way out now...?

regards

pavan

Read only

0 Likes
480

Hi Pavan,

Can you implement a user´s administration based on different user groups?.

Read only

0 Likes
480

Hi Pavan,

The only way i can see for you is to create a customized ABAP, with your own customized Authorization Objects.

You can then specify the transaction to do exactly what you want and control its authorizations completely separately to the SAP standard transactions.

Hope this helps you.

Regards

Ashley