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

Finding all roles which have inactive obj..?

Former Member
0 Likes
1,223

Hi,

Is there any way to find the roles which have inactive objects.At table level we can find the objects which are inactive or deleted, but i am unable to find the roles which have inactive objects.

Regards

Rakesh

1 ACCEPTED SOLUTION
Read only

Former Member
1,130

You can find this in table AGR_1251 - field which indicates "deleted" is field called DELETED.

Hi,

Is there any way to find the roles which have inactive objects.At table level we can find the objects which are inactive or deleted, but i am unable to find the roles which have inactive objects.

Regards

Rakesh

6 REPLIES 6
Read only

Former Member
1,131

You can find this in table AGR_1251 - field which indicates "deleted" is field called DELETED.

Read only

0 Likes
1,130

Hi,

Table AGR_1251 shows only roles from which objects which have been deleted, is there any way to find the objects which are inactivated only.

Thanks

Rakesh

Read only

0 Likes
1,130

In this table, deleted does mean inactive. Test it out this one role. Inactivate an authorization object and then look for it in this table.

Read only

0 Likes
1,130

Yepp.. you are right.

I inactivated an obj and checked it. its working.

Thanks

Read only

0 Likes
1,130

This means that the objects which are deleted and inactivated are shown in the list.

Thanks

Read only

0 Likes
1,130

Yes, if you run any reports or queries from this table make sure that this field is included with not equal value to ensure that only active values are included. Note though that SUIM reports already take this into account so you don't need to specify if you run them.