Web Generation User Exits › UpperCaseExit–Web Generation Upper Case Exit › UpperCase Method—Converts string to Upper Case › Default Behavior
By default, the String.toUpperCase() is used which in turn will call Character.toUpperCase() using default locale for the JVM.