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

Questions about authorization objects and user role

Former Member
0 Likes
891

Hello All,

I have a question about authorization object, hope you can give me some ideas, Thanks.

I have some authorization objects which is used in some roles. I would like to know are there any ways to find out which roles are using the specified authorization object?

Thanks

Sunny

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
844

Hello,

You can check the relation between Auth. Object & Roles in the table AGR_1251.

Alternatively you can use the t-code S_BCE_68001422 to check for roles associated with an auth. obj.

BR,

Suhas

Edited by: Suhas Saha on Jan 4, 2011 1:27 PM

Hello,

You can check the relation between Auth. Object & Roles in the table AGR_1251.

Alternatively you can use the t-code S_BCE_68001422 to check for roles associated with an auth. obj.

BR,

Suhas

Edited by: Suhas Saha on Jan 4, 2011 1:27 PM

4 REPLIES 4
Read only

Former Member
0 Likes
844

Sunnym

check PFCG tcode

Thanks

Bala Duvvuri

Edited by: Bala Duvvuri on Jan 4, 2011 1:50 AM

Read only

0 Likes
844

Hello,

Many Thanks of your reply.

When I execute the transactions. Message prompted "System is not part of central user maintenance". Should I need perform any setting before execute these transactiosn?

Thanks Again

Sunny

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
845

Hello,

You can check the relation between Auth. Object & Roles in the table AGR_1251.

Alternatively you can use the t-code S_BCE_68001422 to check for roles associated with an auth. obj.

BR,

Suhas

Edited by: Suhas Saha on Jan 4, 2011 1:27 PM

Read only

Former Member
0 Likes
844

Many Thanks of your help.

My question solved.