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: 

User List for a specific Authorization Object

Former Member
0 Kudos

Hi all,

i am looking for a way to get a list of all users assigned to a specific Authorization Object with specific values. The FM 'authority_check' is the other way arround and not that what i need. Do someone have an idea.

Many thanks in advance.

Ali

1 ACCEPTED SOLUTION

Former Member
0 Kudos

use. tables usr02, agr_users, agr_tcodes, agr_define ,agr_1252 and eventualy tstsc and usvart for descriptions in required language. There are all informations on authorisations present in yor systems.

BR, JAcek

5 REPLIES 5

Former Member
0 Kudos

use. tables usr02, agr_users, agr_tcodes, agr_define ,agr_1252 and eventualy tstsc and usvart for descriptions in required language. There are all informations on authorisations present in yor systems.

BR, JAcek

Former Member
0 Kudos

Hi,

Try this FM

SUSR_USER_AUTH_FOR_OBJ_GET

Check this FM

AUTHORIZATION_DATA_READ_SELOBJ

Rgds,

Prakash

Message was edited by: Prakashsingh Mehra

0 Kudos

Hey

thanks for quick answers.

Let me try your suggestions..

Ali

0 Kudos

Hi Prakash,

im sorry this fm needs as parameter a user id, and what i want is the other way arround. alls assigned user to a authorization object.

Regards,

ali

0 Kudos

UST04 table can used to get the list of users for specific authorization

Edited by: Debasish Khaitan on Dec 3, 2008 1:41 PM