Application Development 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: 

Email notification on password reset in SAP ABAP system

Former Member
0 Kudos

Hi

Can anyone guide us how to send Email notification to the user on his password reset in SAP ABAP system.

Regards

Vijay

3 REPLIES 3

Former Member
0 Kudos

Dear Vijay,

Well as far as i am aware there is no standard method that SAP provides directly.

You have to configure your SMTP system and write down a program for this so that whenever a users changes they are informed.

Sorry Buddy.

Regards,

Den

Former Member
0 Kudos

Hi Vijay,

There is no SAP Standard program as such for this. You need to take help of your ABAPpers to write some specific program for this.

Regards,

Manisha

Former Member
0 Kudos

HI Vijay,

Exactly you need to contact your abaper , our abaper has done this.

Created a Ztransaction code for resetting password only.

So if we will change password , it will automatically send a mail to user .

Regards,