Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

bapi_user_change

Former Member
0 Likes
630

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
552

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.

2 REPLIES 2
Read only

Former Member
0 Likes
553

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.

Read only

0 Likes
552

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 !!!!!