‎2009 Oct 15 2:44 PM
High,
i have selection screen with select-options. during datatransfer from screen to programm, the options will be converted to upper case. in my table i have values in mixed case so they can't be found in my select statement. is there a possibility to convert the values of a specific column during the select so that they can be compared with the upper case select-options from the selection screen?
thanks for your answers!
harry
‎2009 Oct 15 2:47 PM
‎2009 Oct 15 2:48 PM
‎2009 Oct 16 6:45 AM
‎2009 Oct 16 6:52 AM
Find the sample code below
DATA text TYPE string.
text = `Careful with that Axe, Eugene`.
TRANSLATE text TO UPPER CASE.
Regards,
Nikhil