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

BAPI to get profiles

fabian_nelis
Explorer
0 Likes
678

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

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
0 Likes
592

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.

2 REPLIES 2
Read only

former_member156446
Active Contributor
0 Likes
593

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.

Read only

0 Likes
592

sweet thank you