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

New password button- Additional Message

selvakumar_mohan
Active Participant
0 Likes
592

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.

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
534

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

4 REPLIES 4
Read only

Sandra_Rossi
Active Contributor
0 Likes
535

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

Read only

0 Likes
534

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.

Read only

0 Likes
534

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.

Read only

0 Likes
534

True... It is not possible to display error message as i asked for. Thanks for your suggestion