cancel
Showing results for 
Search instead for 
Did you mean: 

Find Profiles with specific Authorizations

Giridharan
Explorer
0 Kudos

We have a old system, which still uses the Profile concept not roles.

As there are no Roles in the system, we are assigning profiles directly to user.

I need to find the the profiles which has a specific company code. (I need a table similar to AGR_1251) AGR_1251 brings the Roles as Output, but i need Profiles as output, if i give the value BUKRS as input.

Kindly help

Accepted Solutions (0)

Answers (2)

Answers (2)

Abinathsiva
Active Contributor
0 Kudos

Hi,

AGR_1251 is org data,

AGR_1252 is Object data please check accordingly

Giridharan
Explorer
0 Kudos

Hi Abinath,

Thanks for the response.

As i said, AGR* gives the Role as result. But i need to find the Profiles.

The system does not have any roles, company is still using the old profile concept.

There is a Table UST04, but it gives only User <> profile assignments. there is no search criteria to filter by Authorizations.

Sriram2009
Active Contributor
0 Kudos

Hi Giridharan

I think you can use the transaction code SUIM with this you can find your requirements

Regards

Sriram

Giridharan
Explorer
0 Kudos

In SUIM, Roles by complex criteria, we have option to find Roles by User assignment.

but in Profiles by complex criteria, we don't have the above option, to get the results based on Users assignment.

To search in Profiles by complex criteria, i need to know the Authorization object.

for example, I need Profile that contain access to Company code 005.

Auth obj for finding company code such as 'F_BKPF_BUK'. but there are lot of module specific Auth. objects for company codes, so it is difficult to find the exact profile.

if there is any table, like AGR_1251/AGR_1252 where i can search by Field Value will help.

Let me know, if there is any other way to find the Profiles which contains specific codes access.

Thank you all for the help