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

Input field in upper case

Former Member
0 Likes
1,669

Hello.

I put an input/ouptut field formatted in CHAR on my screen. declared CHAR variable with corresponding length.

So when I try to get a text which I typed in the field, I got this text BUT in the UPPER CASE.

SAP translate it automatically. How to escape that ?

Thank You.

1 ACCEPTED SOLUTION
Read only

Petr_Plenkov
Active Participant
0 Likes
1,077

Hi!

In the graphical screen painter check upper/lower case attribute on Dict. tab page. Also be convident that domain of your data element has lower case flag (Definition tab page)

3 REPLIES 3
Read only

Petr_Plenkov
Active Participant
0 Likes
1,078

Hi!

In the graphical screen painter check upper/lower case attribute on Dict. tab page. Also be convident that domain of your data element has lower case flag (Definition tab page)

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,077

PARAMETERS:pa_char type char15 LOWER CASE.

if it is module pool.

check

in the attributes dialog box->dict tab->Upper/Lower case

documenation for that option

When this attribute is activated, you can enter both upper and lower

case letters; conversion to upper case does not then take place. Use of

this attribute only makes sense with character formats.

Read only

Former Member
0 Likes
1,077

Petr, thanks. Checked the checkbox and everything has worked,