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: 

Read Roles

Former Member
0 Kudos

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

GauthamV
Active Contributor
0 Kudos

You can get those details from AGR_1251 table.

amit_khare
Active Contributor
0 Kudos

Welcome to SCN.

Please do read Rules of Engagements.

Check FM - SUSR_USER_AUTH_FOR_OBJ_GET

former_member217544
Active Contributor
0 Kudos

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.