cancel
Showing results for 
Search instead for 
Did you mean: 

standard WDA appl to change own password

Former Member
0 Kudos

Hi all,

our users do not have sapgui installed on their machines.

all of them access sap related applications via webdynpro abap pages using IE or Chrome.

we gave direct urls of webdynpro applications to the users. when they open in IE, it asks for username and password. it is working properly.

When the user wants to change his password, we should allow the user via browser based application.

is there any standard WebDynpro ABAP application provided by SAP, that will allow the logged in user to change his own password.

thanks,

Ganesh.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ganesh,

Try using the Fm below :

S_WAP_USER_PASSWORD_RESET

SUSR_INTERNET_PASSWORD_RESET

Regards,

Ashvin

former_member184578
Active Contributor
0 Kudos

Hi,

Since you are only having browser access, you could use SAP GUI for html, using ITS.


http://<server>:<port>/sap/bc/gui/its/webgui?~transaction=SU3

Then in the toolbar -> Pasword Change.

hope this helps,

Regards,

Kiran

harsha_jalakam
Active Contributor
0 Kudos

Hi Ganesh,

Please check BAPI_USER_CHANGE which is the function module used to change user password, which can be used for building custom application.

Complete explanation can be found here in thread.

Thank You,

Harsha