BAPI to change the User's password
by Chandra Wipro
The BAPI "BAPI_USER_CHANGE" could be used to change the User's
password. Please check the sample code below:
CALL FUNCTION 'BAPI_USER_CHANGE'
EXPORTING
username = userid
password = new_password
passwordx = 'X'.
|