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

Read Roles

Former Member
0 Likes
655

Hi,

How to read authorization value for role.

Is there any FunctionModule which will read authorization values of several authorization objects assiged to Role.

Thanks in advance..

Krish..

3 REPLIES 3
Read only

GauthamV
Active Contributor
0 Likes
596

You can get those details from AGR_1251 table.

Read only

amit_khare
Active Contributor
0 Likes
596

Welcome to SCN.

Please do read Rules of Engagements.

Check FM - SUSR_USER_AUTH_FOR_OBJ_GET

Read only

former_member217544
Active Contributor
0 Likes
596

Hi Krish,

You can use the function module /VIRSA/ZCC_GET_AUTH_FOR_ROLE to get all the authorization objects present under a role.

Or else you can go with the solution suggested by Gautham. Both options provide same results.

Regards,

Swarna Munukoti.