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 find roles with certain org field values?

Former Member
0 Kudos

agr_1252 holds its values in Low and High fields. So if I want to discover roles giving visibility to certain $RSINFOAREA such as LRDR* and MRT, how to do it? Most roles in our system use ranges in the org.fields, such as 0DA - ZL*, so I would need to identify these and change the ranges to prevent visibility to our sensitive infoareas. But I don't see a way to do this with SQVI and there are no canned reports in SUIM. Has anyone faced and solved this b4?

1 ACCEPTED SOLUTION

former_member204634
Participant
0 Kudos

Hi

It seems to me at least on my system that RSINFOAREA is not an org element field - and in your landscape it has been changed into an org field. You can receive values of RSINFOAREA field either from agr_1251 or agr_1252 - depending upon the status of the field. Now after you have obtained value in ranges - you can see the exact individual values contained in ranges through table RSDAREA (Directory of InfoAreas) - hope this will help you.

Best Regards

Prashant

3 REPLIES 3

former_member204634
Participant
0 Kudos

Hi

It seems to me at least on my system that RSINFOAREA is not an org element field - and in your landscape it has been changed into an org field. You can receive values of RSINFOAREA field either from agr_1251 or agr_1252 - depending upon the status of the field. Now after you have obtained value in ranges - you can see the exact individual values contained in ranges through table RSDAREA (Directory of InfoAreas) - hope this will help you.

Best Regards

Prashant

0 Kudos

Hi

What you can do otherwise - is to search in SUIM - Roles by complex selection critera - selection by field name. Give field name as RSINFOAREA and specify the value range for which you want to identify the corresponding roles. This will give you the roles containing the ranges of RSINFOAREA as required. Hope this helps

Best Regards

Prashant

0 Kudos

What you can do otherwise - is to search in SUIM - Roles by complex selection critera - selection by field name. Give field name as RSINFOAREA and specify the value range for which you want to identify the corresponding roles. This will give you the roles containing the ranges of RSINFOAREA as required. Hope this helps

I never noticed that in SUIM before. Solved. Thank you, Prashant!