Blog about SAP ERP especially on technical field such as SAP Basis/NetWeaver concepts, monitoring, administration, performance tuning, SAP Implementations, ABAP, Data Migration, OS, Database server, and FAQs
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'.
Labels:
BAPI,
BAPI_USER_CHANGE,
Basis,
SAP,
user
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment