Application Development 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: 

types of strings

Former Member
0 Kudos

hi. can anyone tell me what type should a field of a table be in order to dont be always uppercase??

rhe problem is that the field is char but every time that i insert something on the table that field goes to uppercase

Thk, Regards

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

It depends on the domain type. In the domain you have to select "lover case".

Regards,

Wojciech

3 REPLIES 3

ferry_lianto
Active Contributor
0 Kudos

Hi,

You can use TYPE STRING.

DATA: V_TEXT TYPE STRING.

Regards,

Ferry Lianto

Former Member
0 Kudos

Hi,

It depends on the domain type. In the domain you have to select "lover case".

Regards,

Wojciech

Former Member
0 Kudos

hi Joao,

In the screen painter, select the check-box <b>Upper/Lower case</b> (last field

in the attributes->Dict tab, for the particular field).

If this check box is selected, automatic conversion to uppercase will not happen;

You can enter both upper case and lower case value. The data type supported is

<b>CHAR</b>. For data-dictionary fields (fields taken directly from table), this check-box will not be editable.

Hope this helps,

Sajan Joseph.