Application Development 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: 

Lower fucntion and round function in ABAP cds

dv_u
Participant
540

Hi all,

Why lower fucntion is not working in ABAP cds when o am trying to convert parameters into lower

1 ACCEPTED SOLUTION

gabmarian
Active Contributor
323

Functions LOWER and UPPER have been introduced with ABAP Release 7.51. Probably you are using a system version lower than that.

3 REPLIES 3

gabmarian
Active Contributor
324

Functions LOWER and UPPER have been introduced with ABAP Release 7.51. Probably you are using a system version lower than that.

0 Kudos
322

yes, it's right. Thanks

former_member602690
Active Participant
0 Kudos
322

TRANSLATE text TO LOWER CASE.