2007 Nov 07 5:18 PM
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
2007 Nov 07 7:55 PM
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
2007 Nov 07 6:29 PM
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
2007 Nov 07 7:01 PM
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.
2007 Nov 07 7:55 PM
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
2007 Nov 08 11:33 AM
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
2007 Nov 07 9:26 PM
2007 Dec 11 2:43 AM