cancel
Showing results for 
Search instead for 
Did you mean: 

simple input field

Former Member
0 Kudos

quick question:

How can I avoid upper case conversion when getting value from a simple input field?

I binded input field to a node and when I get values from the node they are in upper case. I tried to look for alpha conversion field but I didn't see nothing like normal dynpro.

thanks in advance

Gabriele

Accepted Solutions (1)

Accepted Solutions (1)

pranav_nagpal2
Contributor
0 Kudos

Hi Gabriele,

Keep your attribute of type String...... this wont convert whole text in uppercase....

regards

Pranav

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks