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

User Creation

Former Member
0 Likes
579

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.

4 REPLIES 4
Read only

former_member156446
Active Contributor
0 Likes
542
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.
Read only

0 Likes
542

Hi joy,

Thanks for your reply. But my question is that *bapi_user_create* will rwturn any system generated password or not?

Read only

0 Likes
542

no, you need to provide the password.

password is a mandatory field

Read only

0 Likes
542

thanks Joy