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

Plants access to users

Former Member
0 Likes
1,979

Hi All,

I want to pull a report having all users with plant access.

Is there any table where we can find users having access to particular plants.

Please do the needful.

Thanks,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,535

Plant security can be found in table AGR_1252 and role assignment in AGR_Users combine those 2 for yor request

4 REPLIES 4
Read only

Former Member
0 Likes
1,536

Plant security can be found in table AGR_1252 and role assignment in AGR_Users combine those 2 for yor request

Read only

Former Member
0 Likes
1,535

The info is in a few different tables, you will need to create a query (BI, SQVI/SQ01, Access etc) that uses AGR_USERS and AGR_1252 filtered on Plant.

Read only

Former Member
0 Likes
1,535

Please ignore.

Edited by: Subramaniam Iyer on May 4, 2010 1:52 PM

Read only

Former Member
0 Likes
1,535

Thanks all