Question:
Hi,
In the selection screen , there is a select-option , when we enter the input value ( String ) and press enter the input is converted to uppercase. can any one tell me which event is handling this and how the input is automatically converted to uppercase . Actually i dont want the input to be converted to uppercase . Any way of doing this?
Thanks in Advance.
Rajanidhi Rajasekeran.
Answer:
have you checked the help for select-options? you might find one of the additions interesting
_________________
My ABAP Program does what I tell it to do... not what I want it to do...
Answer:
Check the domain of the input variable. Unless the 'Lowercase' check box is checked, all input will be converted to upper case.