‎2011 Jul 05 8:12 PM
Hi All,
We have the following requirement.
Whenever the user is trying to change his password by new password button, there needs to be pop up message saying all the conditions set for the password rules. Means a message showing how many characters are required in a password, how many in caps, how many numerals in the pop up.
Thanks & Regards,
Selvakumar M.
‎2011 Jul 05 8:53 PM
Hi,
that would be a little modification of the standard. The screen where you enter the new password is probably one of those in program SAPMSYST, you'll have to add the text you want (so, no need of additional popup).
BR
Sandra
‎2011 Jul 05 8:53 PM
Hi,
that would be a little modification of the standard. The screen where you enter the new password is probably one of those in program SAPMSYST, you'll have to add the text you want (so, no need of additional popup).
BR
Sandra
‎2011 Jul 05 9:08 PM
Actual requirement was to display all the possible error messages for the invalid password displayed in single shot rather than displaying one after other.
Eg: password - selva
Here
1. Password < 8
2. Doesnt contain a number.
Now my requirement is to display both the error message at the same time instead of checking for each error one and time and sending to user and making him change 2 times.
Thanks,
Selvakumar M.
‎2011 Jul 05 9:29 PM
I don't think you can change that, it is probably a call to a C function which sends back only one message at a time. Just have a look at the code behind the SAPMSYST screen.
‎2011 Jul 06 11:41 PM
True... It is not possible to display error message as i asked for. Thanks for your suggestion