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: 

roles assigned to a user

Former Member
0 Kudos

Hi,

when testing FM 'BAPI_USER_LOCACTGROUPS_READ'. I requested the roles of my username, but I get error message 'You have not logged onto the central system' .

Any clues or alternatives on how to get the roles of a user ?

thanks,

Rolf

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Try this FM SO_CHECK_USER_ROLE

pass the user name it will list all the details

Regards

Shiva

3 REPLIES 3

Former Member
0 Kudos

Hi

Try this FM SO_CHECK_USER_ROLE

pass the user name it will list all the details

Regards

Shiva

Former Member
0 Kudos

CRM_ROLES_OF_USER_GET

0 Kudos

Hello,

You can make use of BAPI_USER_GET_DETAIL.

Its probably more independant of CUA setup as compared to the one you are using.

Rgds

Kevin