Application Development and Automation 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: 
Read only

User List for a specific Authorization Object

Former Member
0 Likes
4,007

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
Read only

Former Member
0 Likes
1,558

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
Read only

Former Member
0 Likes
1,559

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

Read only

Former Member
0 Likes
1,558

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

Read only

0 Likes
1,558

Hey

thanks for quick answers.

Let me try your suggestions..

Ali

Read only

0 Likes
1,558

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

Read only

0 Likes
1,558

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

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