Skip to Content
0
Former Member
Apr 17, 2012 at 08:50 AM

Decrypt password of table BAPIUSW01

102 Views

Hi all!

I am creating users in BAPIUSW01 table. For this I use 3 BAPIS to (1) create the user, (2) initialize the password, (3) and change the password.

1 BAPI_CUSTOMER_CREATEPWREG --> it creates a user with password with all zeros

2 BAPI_CUSTOMER_INITPASSWORD --> it initializes the password, a random password that I would like to know

3 BAPI_CUSTOMER_CHANGEPASSWORD --> knowing the user password, you can change it

Is there anyway to decrypt the BAPIUSW01 password?

Thanxs for your attention!