Question:
Hi:
How do we create a system message ( or any other type of message) that would prompt for a password change, say about 15 days before the expiry date. The situation is just similar to the password promt we get for any Windows systems.
Regards,
Gopi
Answer:
Hi:
How do we create a system message ( or any other type of message) that would prompt for a password change, say about 15 days before the expiry date. The situation is just similar to the password promt we get for any Windows systems.
Regards,
Gopi
15 days in advance is crazy (and annoying).
let the users decide (e.g. via SET/GET parameter) how many working days in advance they want to get notified.
You can implement such an information in the SAP logon user exit.
Answer:
Hi,
I think also 15 day is a little bit crazy. But here the information you may use for message:
Table USR02 says when a user has changed his password the last time (field BCDA1). Parameter login/password_expiration_time says when you to change password.
Then you need a function module that creates a pop up (maybe TH_POPUP).
Your programmer should be able to build a little abap programm.
Bye
Answer:
15 days was just an example. But you guys pretty much answered my question. Thank you.
Gopi