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

Functional module for assinging user role

Former Member
0 Likes
873

Is there any functional module, where in if I give my login-id a user role will be assigned to that id

Is there any functional module, where in if I give my login-id a user role will be assigned to that id

6 REPLIES 6
Read only

Former Member
0 Likes
813

check this BAPI :-

/FSCAA/BAPI_BP_ADD_ROLES

Read only

former_member404244
Active Contributor
0 Likes
813
Read only

Former Member
0 Likes
813

Hello

Try table AGR_USERS.

Enter user name and get all roles for user.

Read only

Former Member
0 Likes
813

Hi,

FM:- SUSR_USER_MAINT_WITH_DIALOG

Read only

Former Member
0 Likes
813

Hi,

Please try using the following BAPIs

/VIRSA/ROLE_ASSIGN_CUA (BAPIs for HR systems)

/VIRSA/ROLE_ASSIGN_CUA_NH (BAPIs for Non HR systems)

Hope this helps u

Regards,

Radhika

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
813

Hello,

For this you can use the FM: PRGN_1001_SAVE_USER_ASSIGNMENT. It directly updates the table AGR_USERS.

Hope this helps.

BR,

Suhas