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: 

How to get the all the Orgnizational elements assigned to a ROLE

Former Member
0 Kudos

Hi ALL,

Please let me know how to get all the Organizational Levels/elements(eg Company code, Business area and account type) that are asigned to a perticular role.

Thanks in advance.

seshu.

2 REPLIES 2

athavanraja
Active Contributor
0 Kudos

you have to read AGR_* tables to get the details.

Regards

Raja

0 Kudos

Hi Raja,

You can get the details from AGR_1252 table, but it is transaction table which will contain many entries. I need to update the huge number of roles with some fields(Org Elements), so for each role selecting the data from AGR_1252 table may not be the efficient way.

So I am looking for some master data tables for Org Elements of a role.

Thanks for your response

Seshu.