‎2009 Oct 27 8:29 AM
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.
‎2009 Oct 27 8:46 AM
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)
‎2009 Oct 27 8:46 AM
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)
‎2009 Oct 27 8:48 AM
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.
‎2009 Oct 27 8:50 AM
Petr, thanks. Checked the checkbox and everything has worked,