‎2010 Aug 25 10:31 AM
Hi,
Is there a way to extract specific authorization values for a particular user?
In SUIM, using "Users by Complex Selection Criteria" will display all the authorization & values. You then need to find that particular authorization, say "P_ORGIN" and go through each one of them to find the values assigned. It is very tedious if the user have a lot of the "P_ORGIN" authorization assigned.
I think in this case, SUIM is not the best way.
Is there a way to quickly zoom into and look at all the values in just that particular authorization, in this case, "P_ORGIN"?
Thanks
‎2010 Aug 25 11:00 AM
Dear Sisab,
Maybe you can use SUIM in the following way,
Users by Complex Selection Criteria,
1. Choose the particular User ID,
2. Type the authorization object 'P_ORGIN' in 'Selection by values',
3. Click 'Entry values', the relevant fields in P_ORGIN will be shown,
4. Type the value corresponding to your requirement.
Hope this can help you .
Best Regards!
Brian Li
‎2010 Aug 25 7:55 PM
If your focus is on HR authroizations one of the ways :
SE16 - table name AGR_USERS
The technical name will provide the assignment coming from organizational management.
Take just those roles :
use SE16 - AGR_1251
Which will give you an output export to excel filter on P_origin.
If you are not using Organizational management:
Then use SE16 - AGR_1251 find roles having P-origin
get the role list and use AGR_USERS to find role to user relationship.
‎2010 Aug 26 12:15 AM
What about SU56? It's easy to find a node corresponding to particular authorization object and then see all values from all profiles.
Cheers
‎2010 Aug 26 1:17 AM
I thought this will be helpful if its one user?
what if we have many users? have multiple objects "P_orgin"
‎2010 Aug 26 1:23 AM
Yes, it works only for one user but he mentioned that he wants to see authorization values for "for a particular user".
Cheers