‎2007 Aug 01 7:11 AM
Hi All,
i need a function module to modify the Profiles & roles of a user.
Thanks in Advance.
Phani.
‎2007 Sep 18 11:23 AM
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.
‎2007 Sep 18 5:24 PM
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.