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

Auto-generated password through email

Former Member
0 Likes
2,183

whenever users request to change their password, we used to reset their password and inform ... alternatively I would like to initialize their password and can they receive such autogenerated password through email.

is there any facility like forgot password based on hint questions etc. in SAP.

2 REPLIES 2
Read only

Former Member
0 Likes
1,368

Hi,

you can

  1. Create a new random password using function module RSEC_GENERATE_PASSWORD
  2. Set the new (initial) user password using function module BAPI_USER_CHANGE
  3. Send an email to the user, if you have the email address in the user data.
    Sending Mails - Home Page - ABAP Development - SCN Wiki

Regards,

Klaus

Read only

0 Likes
1,368

can the above generated password (through su01)  be automatically sent to designated users.