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: 

Function module to modify the user roles & profiles

Former Member

Hi All,

I am working on user maintenance and i need a function module to modify the user roles & profiles.

Thanks in Advance.

Phani.

1 REPLY 1

Former Member
0 Kudos

i used the below fms

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.