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: 

Finding all roles which have inactive obj..?

Former Member
0 Kudos

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

Former Member

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

6 REPLIES 6

Former Member

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

0 Kudos

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

0 Kudos

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.

0 Kudos

Yepp.. you are right.

I inactivated an obj and checked it. its working.

Thanks

0 Kudos

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

Thanks

0 Kudos

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.