Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Convert to upper case during select

Former Member
0 Likes
557

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

4 REPLIES 4
Read only

Former Member
0 Likes
493

Yes - and if you search the forum, you'll see how.

Rob

Read only

Sm1tje
Active Contributor
0 Likes
493

Error!!

Read only

Former Member
0 Likes
493

Thanks for your help, guys!

Harry

Read only

nikhil_chitre
Active Participant
0 Likes
493

Find the sample code below

DATA text TYPE string.

text = `Careful with that Axe, Eugene`.

TRANSLATE text TO UPPER CASE.

Regards,

Nikhil