cancel
Showing results for 
Search instead for 
Did you mean: 

InfoObjects Lowercase letter

0 Kudos

Hi Experts,

I've found in SAP following statement:

Lowercase Letters 2
This setting determines whether the system converts the text value into
uppercase letters. If you check this box, the system uses the value exactly as it’s entered. If you leave the box unchecked, the value entered is converted to
uppercase letters in the screen template as, for example, a variable (see Chapter 9).

So I thought that it automatically convert data to UPPERCASE and I switched off this option for some IO. However, when I added MasterData via WebDynpro indeed it converted it to uppercase, but when I tried to load data to DSO I have error that I can't do it because of lowercase letters.

Is there any workaround to convert all Data to uppercase?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member302041
Contributor
0 Kudos

Hi,

If you use AMDP then you can use UPPER SQL statement.

If ABAP then TRANSLATE your_value TO UPPER CASE.

BR,