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

Password resetting.

Former Member
0 Likes
584

Hi Friends,

I have a requirement in my project to reset the user password to 'initpass'. This will be used in the case, when user forgets his current password. In this case, the user have to answer few security questions. If the user has answered correctly, it will allow him to reset.

But the old password will not be supplied.

Could you please let me know whether there is any function module or BAPI's which allow me to perform this.

Kindly share your ideas upon this.

Thanks & Regards,

John Chacko

Hi Friends,

I have a requirement in my project to reset the user password to 'initpass'. This will be used in the case, when user forgets his current password. In this case, the user have to answer few security questions. If the user has answered correctly, it will allow him to reset.

But the old password will not be supplied.

Could you please let me know whether there is any function module or BAPI's which allow me to perform this.

Kindly share your ideas upon this.

Thanks & Regards,

John Chacko

2 REPLIES 2
Read only

Former Member
0 Likes
513

Hi,

use BAPI_USER_CHANGE BAPI

or

use ME_USER_CHANGE_PASSWORD BAPI

Read only

Former Member
0 Likes
513

Initially check answers of user. If answers are valid, call FM/BAPI to reset the password.

Please check following BAPI's / FM's to change/reset the password->

BAPI_EMPLOYEET_CHANGEPASSWORD

BAPI_EMPLOYEE_CHANGEPASSWORD

BAPI_EMPLOYEE_INITPASSWORD

BAPI_BUPA_PASSWORD_CHANGE

BAPI_BUPA_PASSWORD_INIT

FIEB_PASSWORD_UPDATE

G_EXTRACT_PASSWORD_CHANGE

RSEC_GENERATE_PASSWORD

IAC_CUSTOMER_CHANGE_PASSWORD

IAC_CUSTOMER_PASSWORD_INIT

IAC_CUSTOMER_CHANGE_PASSWORD_1

IAC_CUSTOMER_PASSWORD_INIT_1

Regards,

Aparna Gaikwad