‎2009 May 01 11:12 AM
i am creating a program that will change a user password
i am calling the bapi_user_change and send to it the username, password and passwordx = 'X'
but the user password dont change ( i even addaed commit work after the bapi but yet no changes )
does anyone have an idea.
thanks
‎2009 May 01 11:18 AM
This is correct i mean the way of changing is correct. here i have the same sample code
CALL FUNCTION 'BAPI_USER_CHANGE'
EXPORTING
username = v_lifnr
password = it_vendors-word
passwordx = 'X'
TABLES
return = it_mesgs.
But i am able to change the User password and check for authorization to change the user passwords.
‎2009 May 01 11:18 AM
This is correct i mean the way of changing is correct. here i have the same sample code
CALL FUNCTION 'BAPI_USER_CHANGE'
EXPORTING
username = v_lifnr
password = it_vendors-word
passwordx = 'X'
TABLES
return = it_mesgs.
But i am able to change the User password and check for authorization to change the user passwords.
‎2009 May 01 11:30 AM
i did the same but when the user try to logon with the new password he cannt but he can logon with the old password !!!!!