cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro, Logon screen, remove "Change password" option

elko_hasse
Participant
0 Kudos

Hello,

I have a web dynpro application. I want users keep from changing their password themselves.

Is there any possibility to remove the "change password" option on the web dynpro logon screen ?

(sorry, screenshot only in german "Kennwort ändern" = "change passwort")

Thanks

Elko

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello Elko,

To make this change, you have to change logon screen for your webdynpro application/service.

Goto SICF and change your service(wd application settings).

You have specify here your own class which should be inherited from std class CL_ICF_SYSTEM_LOGIN.

Method for your requirement is HTM_LOGIN.

Check example class CL_ICF_EXAMPLE01_LOGIN for more information.

Hope this helps.

KR

Atul