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

Function module to modify the user roles & profiles

Former Member
0 Likes
558

Hi All,

i need a function module to modify the Profiles & roles of a user.

Thanks in Advance.

Phani.

2 REPLIES 2
Read only

Former Member
0 Likes
520

Hi all

I too have the same requirement i need a function module to modify the Profiles & roles of a user.

Your help will be appreciated.. Urgent*

Thank you,

Markiv.

Read only

0 Likes
520

hello MARKIV,

use the fm BAPI_USER_ACTGROUPS_ASSIGN for assigning the roles.

delete the profiles of the user qnd assign the profiles to the user:

BAPI_USER_PROFILES_DELETE

BAPI_USER_PROFILES_ASSIGN

i used the above FMs for my requirement.

Regards,

Phani.