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

need function modul for role

Former Member
0 Likes
952

Hi All!

Do you know whether there is "function modul" existing

wherby I can find out Persons role by giving his name or ID ?

Thanks

sas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
878

Hi,

you FM -> BUPA_ROLES_GET_2

bye

7 REPLIES 7
Read only

Former Member
0 Likes
878

use table AGR_USERS instead....

You will find assignment of roles to different users.

i hope it is solved

Read only

Former Member
0 Likes
878

Try this one

ALM_ME_GET_USER_BY_ROLES

Read only

Former Member
0 Likes
878

Hi ALM_ME_GET_USER_BY_ROLES sounds good

but what is ACTIVITY_GROUP ????

bye

sas

Read only

0 Likes
878

This is the Role Name ..

Read only

Former Member
0 Likes
878

Hi,

You can use the function module CKEXUTIL_USER_TO_ROLE. The function module takes the USER-ID as input and gives out all the roles assigned to the user-id.

Call Function CKEXUTIL_USER_TO_ROLE..

....

....

Regards,

Ravi.

Read only

Former Member
0 Likes
878

Sorry I have forgotten to say its a matter of Busines Partner Role.

Is CKEXUTIL_USER_TO_ROLE..also working with Busines Partner Roles

Reagards

sas

Read only

Former Member
0 Likes
879

Hi,

you FM -> BUPA_ROLES_GET_2

bye