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

User Password change?

Former Member
0 Likes
764

Dear Abapers,

how to change password of user through abap program?

Is there any BAPI for changing the password?

Give me the tips to proceed..

Regards,

Madan Mohan.

Dear Abapers,

how to change password of user through abap program?

Is there any BAPI for changing the password?

Give me the tips to proceed..

Regards,

Madan Mohan.

5 REPLIES 5
Read only

GauthamV
Active Contributor
0 Likes
730

Did you check this ?

[change user-password by program|https://forums.sdn.sap.com/click.jspa?searchID=20626198&messageID=577842]

Read only

Former Member
0 Likes
730

Hi,

Use the FM:BAPI_BPARTNER_CHANGEPASSWORD

Regards,

PePe

Read only

Former Member
0 Likes
730

hi,

Check FM ME_USER_CHANGE_PASSWORD

Read only

former_member222860
Active Contributor
0 Likes
730

Hi,

BAPI_USER_CHANGE

it can reset the pwd.

regards

Mahesh

Read only

Former Member
0 Likes
730

Got the Solution.

Thanks A lot Guys...