‎2010 Aug 07 12:01 AM
Hi, anyone knows what bapi i could use to get the profiles assigned to a user?
I tried SUSR_GET_PROFILES_OF_USER but this one doesn't give me the profile text
‎2010 Aug 07 12:05 AM
In BAPI BAPI_USER_GET_DETAIL, if you provide user name, you will get roles assigned to the users in table ACTIVITYGROUPS. Alternately, this can be obtained from table AGR_USERS.
Role names can also be found in AGR_DEFINE table.
‎2010 Aug 07 12:05 AM
In BAPI BAPI_USER_GET_DETAIL, if you provide user name, you will get roles assigned to the users in table ACTIVITYGROUPS. Alternately, this can be obtained from table AGR_USERS.
Role names can also be found in AGR_DEFINE table.
‎2010 Aug 07 12:12 AM