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: 

Roles for same transaction

Former Member
0 Kudos

Hi:

I have created 2 different roles. One for QM and one for PM. These two roles have same tranaction CT04 in then. How can I make seperation so that user with QM roles should not have access to the PM chara and the user with PM roles should not have access to QM characteristics.

Thanks

3 REPLIES 3

former_member248712
Active Participant
0 Kudos

Did you try using C_CABN_GRP Auth Obj.

AB

0 Kudos

Just to add to AB,

By default, C_CABN_GRP is set to check only, you need to make it C/M.

And then create separate Authorization groups for QM and PM. And then you can restrict the characteristic access accordingly.

Regards,

Zaheer

sreekanth_sunkara
Active Participant
0 Kudos

Hi,

go in to each role and manually deactivate different objects in both roles that you do need in PM and QM

thanks,