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

Function module to find users for given authorization object

Former Member
0 Likes
1,444

Hi Experts,

I have to develop new report which display all the users who has authorization object which is given by us. i need some function modules to make my program simple.

Please help me on this..

Thanks and regards,

Raja

4 REPLIES 4
Read only

Former Member
0 Likes
928

Hi!

You might check out transactions PFCG and PFUD. Might find something useful.

Regards

Tamá

Read only

Former Member
0 Likes
928

Hi

check the fun modules

SUSR_BAPI_USER_PROFS_GET

or check the tables

AGR_USERS

AGR_1252

UST12

AGR_PROF

AGR_TCODES

check the transactions PFCG and SSUIm and SU53 etc

Regards

Anji

Read only

Former Member
0 Likes
928

hi,

Get the profiles of a user from this function module SUSR_USER_PROFS_PROFILES_GET

regards,

Santosh Thorat

Read only

0 Likes
928

Hi,

Check out this function module which gives authorization object of a particular object SUSR_USER_AUTH_FOR_OBJ_GET.

regards,

Santosh Thorat