cancel
Showing results for 
Search instead for 
Did you mean: 

Make ALV cells allow upper/lower case input

Former Member
0 Kudos

Hello,

my question it's pretty simple and in fact it's really easy to do in a regular ALV, but I would like to know, how to define one column in an webdynpro's ALV to recognize the input in upper/lower case in the output table.

So, if I write in one cell 'Test' and then press enter the output table should show 'Test' and not changing it to 'TEST'

Any hint on this?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Most of the time data elements have conversion routines attached at the domain levels, as soon as you hit enter after keying in the values they get called. if you want to stop automatic conversion to some specific format 1. Either remove these routine . 2. create your own domain, without attaching conversion routine. 3. Declare new type as string or char .

Greetings

Prashant

arjun_thakur
Active Contributor
0 Kudos

Hi Javier,

Change the TYPE property of the attributes of the node (which is binded to the data node of ALV component ) to STRING type. Then the case conversion will not happen automatically.

I hope it helps.

Regards

Arjun