cancel
Showing results for 
Search instead for 
Did you mean: 

Reg the Passsword field values.

former_member199126
Participant
0 Kudos

Hi all,

I have a input field in my WD application which the property is password field. I have bound that to an atribute of type char40.The problem is during validation of the pass , i use code wizard to get the values of that password field and i see all the characters of my password are getting changed into upper case even if i give it in lowercase.

Any ways to get it correct ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Not Active Contributor

Former Member
0 Kudos

Hi Not Active Contributor

Answers (1)

Answers (1)

former_member282968
Contributor
0 Kudos

Hi Karthikeyan,

Please refer the below link:

http://scn.sap.com/thread/1743145

With regards,

former_member199126
Participant
0 Kudos

That thread describe about the translate statement. My problem is not that. What ever i give in my password field gets converted in to caps. For Ex....If i give Welcome-1 , it s changed to WELCOME-1 ..it gives me problem in validation.

Any help ???