Ansicht
Dokumentation

/VIRSA/USER_RESET_PASSWORD - Reset Users Password

/VIRSA/USER_RESET_PASSWORD - Reset Users Password

Addresses (Business Address Services)   General Material Data  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This BAPI is used to reset the password of a user, it provides the option to reset the password to one provided as input or can generate one if not provided. Also the BAPI can verify the credentials of the user who is trying to reset the password. The BAPI provides email id of the user whose password is reset so that a notification can be sent to the user with the new logon credentials.

Example

Suppose you want to change the Password of the User 'XUSER'.
userid = 'XUSER'.
password_new = 'PASSWORD'
call function '/VIRSA/USER_RESET_PASSWORD'
,,exporting
,,,,userid = userid
,,,,password_new = password_new
,,importing
,,,,password = password
,,,,email = email
,,,,return = return.

Notes

Further information





Parameters

EMAIL
PASSWORD
PASSWORD_NEW
RETURN
SYNCHONIZE
USERID
USRPSWDDATA
VERIFICATION_SYSTEM

Exceptions

Function Group

SA/SAPLAEPRHR

ABAP Short Reference   BAL Application Log Documentation  
This documentation is copyright by SAP AG.

Length: 1801 Date: 20240329 Time: 062035     sap01-206 ( 30 ms )