‎2009 Apr 08 3:43 PM
Hi Everyone,
Currently I am using 'BAPI_USER_CREATE' FM to craete the User ID in the ECC and BI System.
I want to have system generated password. Is it possible to get system generated password using this BAPI?. If yes, then pl.tell how?
If no then please tell me other way to create user id and get system generated password.
‎2009 Apr 08 3:50 PM
Documentation: Creates a new user with the name USERNAME and the specified attributes.
An initial password and the surname in the address must be transferred.
‎2009 Apr 08 3:54 PM
Hi joy,
Thanks for your reply. But my question is that *bapi_user_create* will rwturn any system generated password or not?
‎2009 Apr 08 3:56 PM
no, you need to provide the password.
password is a mandatory field
‎2009 Apr 08 4:04 PM