Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos
  • Locale parameter for the upper(), lower(), and init_cap() functions are added to allow casing functionality for different languages.
  • Syntax : upper(Input string as varchar, input locale as varchar)

For e.g. Here we have mentioned input locale language as ‘UK’

              upper(Colume_Name,’UK’)

Labels in this area