Wednesday, August 10, 2011

BAPI to change the User's password


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'.

No comments: