... lowercase, if the value of the parameter is empty, then it will always convert the entered value to uppercase.
Figure 96 Results of zdemo_ain_cl39 with lowercase turned on
...
It may happen that you'll need to do select or loop on a base of the field which is kept in lowercase, but you don't know exactly what's the value o field. In such case you may want to build ...
You may suspect that setting up a domain name in the field catalog will make some effect on the display, for example in data type, length, lowercase sign, but it seems that it has no effect in ALV grid. ...
This field allows us to set (or change) the header text of the column. It can consist up to 55 characters in lowercase mode. When you use data dictionary reference ( REF_FIELD, REF_TABLE ) it is populated ...
If you are familiar with the WRITE statement, then probably you know the EDIT_MASK addition which allows us to do formatting of the output in two different ways, you can apply the same to the EDIT_MASK ...
...
parameters: p_path type localfile lowercase modif id exc.
parameters: p_rows type i modif id exc.
selection-screen end of block exc.
selection-screen begin of block oth with frame title text-oth. ...
...
parameters: p_strin1 type string visible length 15 default 'aaaa'.
*"string parameter with field lenght set and in lowercase
parameters: p_strin2 type string visible length 15 lower case default 'aaaa'. ...
...
continue.
endif.
"same rules applies here but as this is second key then the score is lower
if f_planetype eq -planetype.
add 2 to f_current_score.
elseif -planetype is initial. ...