on ‎2010 Jun 29 1:50 PM
Hallo Gurus,
I have a question for You.
In the table USR02 there is a field PWDSTATE. It is quite disturbing but it equals to 255 (sometimes 254). What do these numbers mean?
There are following meanings in the help:
-2 : Password cannot (generally) be changed
-1 : Password cannot be changed today (only allowed once a day)
0 : Password can be changed, but does not have to be changed
1 : Password is initial and must be changed
2 : Password has expired and must be changed
3 : Password must be changed because it no longer meets the new rules
But what about 254 and 255?
Waiting for Your response.
Regards,
Evgeny
Request clarification before answering.
254 and 255 are the binary compliment numbers -2 and -1, respectively.
Proof:
Find a user with PWDSTATE=255 in table USR02 and choose one.
Then, run function module SUSR_USER_PASSWORD_STATUS_GET with the chosen userid.
You will see PWDSTATE = 1-
PWDSTATE=254 (or -2) is usually for userid that is set up as Service type or System type
(they are not subjected to password change rule).
Hope it helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
no answer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
up
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.