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 groups

Former Member
0 Likes
557

I had assigned an authorization group ZAUT to a custom table. How are authorizations assigned to the roles of the user profiles. Some body neesd to get change access and others needs to get display access.

Thanks,

Naren

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
536

You cannot do that using authorization group. You have to create a custom authorization object and then use table events(SE54) to do additional authorization checks.

Srinivas

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
536

Try transaction code PFCG. This is role administraction, you add the autorization to the role and assign the role to the user. You can assign the authorization object to an existing role that the user already has.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
536

goto PFCG transaction

enter the role that u want to add the authorization group.

click on change

in the Authorizations tab , at last click on lens icon

select <b>manually</b> pushbutton on application toolbar

u can enter authorization groups there

after this the role is assigned to the user in SU01

Read only

Former Member
0 Likes
537

You cannot do that using authorization group. You have to create a custom authorization object and then use table events(SE54) to do additional authorization checks.

Srinivas