‎2012 Jan 09 9:06 AM
Hi All
I tried using a function module SUSR_USER_CREATE, to create a new user, but it was expecting a address number. So, I tried using a function module SUSR_COMP_ADDR_DEFAULT_GET. It will give the output using function module SUSR_COMP_ADDR_DEFAULT_GET.
However, I am getting this message PASSWORD NOT ALLOWED. I request to share the information, how to use the function module or is there any other way to create the user id in SAP through a function module. The reason for creating the function module, is to call this function module from a BSP PAGE.
Thanks
Bala
‎2012 Jan 09 9:11 AM
‎2012 Jan 10 3:44 AM
Hi Bala,
Try using these function modules
SUSR_BAPI_USER_CREATE
BAPI_USER_CREATE
BAPI_USER_CREATE1
BAPI_USER_INTERNET_CREATE ( This internally calls BAPI_USER_CREATE1)
Please read the FM documentation for more information.