cancel
Showing results for 
Search instead for 
Did you mean: 

Analysis Authorization Obejct Vs details

former_member707977
Discoverer
0 Kudos

Dear All,

I have created an analysis authorization object and added this in a newly created Role.

this role is added to users' profiles.

  • For this requirement, I have created an authorization object in T.code: RSECADMIN

And then I have created a role:ZNEW_ROLE_EMP

This role added in user's profile:

1. Now I am reading the user profile: from the table: AGR_USERS

2. Next I am getting Auth object name from the table: AGR_1251 based on role

3. Now I want to read the details of the Auth object/profile which are added into it, here in my case, I want to read the entries of the Info object(ZEMPLOYEE) which is added in this auth object.

How can I achieve this, could you all please tell me any table or Function module or any other way.

Thanks in Advance!

Best Regards

Salim

    Accepted Solutions (1)

    Accepted Solutions (1)

    FCI
    Active Contributor
    0 Kudos

    The table RSECVAL_STRING contains the authorized values of analysis authorization.

    Regards,

    Frederic

    Answers (1)

    Answers (1)

    former_member707977
    Discoverer
    0 Kudos

    Thank you very much Frederic Cincet!

    I will implement this solution.

    Best Regards

    Salim