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: 

List of users that have a given role

Former Member
0 Kudos
153

I need a standard remote enabled function module that performs the same as PRGN_1001_READ_USER_ASSIGNMENT does. I need a list of all users that have a given role (activity group). It needs to be standard so that I can call it in several different ABAB Web AS from the environment where my program runs.

Does anyone know a standard remote enabled function module that does this?

Thanks in advance,

Carolina

1 ACCEPTED SOLUTION

rajasekhar_matukumalli3
Active Participant
0 Kudos
90

Hi Carolina,

Use the FM "ESS_USERS_OF_ROLE_GET" to get list of users with a specific role.

Reward points if useful.

Enjoy SAP

Raj

6 REPLIES 6

Former Member
0 Kudos
90

Hi

Welcome to SDN forum

check the following bapis and fun modules

SUSR_BAPI_USER_PROFILES_ASSIGN

SUSR_USER_PROFS_PROFILES_GET

BAPI_USER_GET_DETAIL

Regards

Anji

0 Kudos
90

Thanks for your reply, but I need to search by activity group/role, not by user and I need the function to be remote enabled.

rajasekhar_matukumalli3
Active Participant
0 Kudos
91

Hi Carolina,

Use the FM "ESS_USERS_OF_ROLE_GET" to get list of users with a specific role.

Reward points if useful.

Enjoy SAP

Raj

0 Kudos
90

Raj, thank you very much. It was exactly what I needed.

Sorry for not rewarding you with points, as it seems the point system have been removed yesterday...

Best regards,

Carolina

former_member182371
Active Contributor
0 Kudos
90

Hi,

have a look at transaction SUIM.

Best regards.

Former Member
0 Kudos
90

try SUIM. it useful