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: 

Table entries only with capital letters

Former Member
0 Kudos

Hi

I have created a table with some entries.One of these is type char length 65.My problem appears when i try to add entries to my table in this field,it will automatically transform them in capital letters.Even if i write with small letters,when saving,it will save my text with capital letters.How can i change this?

thank you.

7 REPLIES 7

former_member583013
Active Contributor
0 Kudos

Hi Seba,

Find the field you have the problem.. Goto the data element of that field. Check the "Lower case" indicator for that. It will start accepting mixed case strings after that.

Best Regards!

Sandip

former_member387317
Active Contributor
0 Kudos

Hi Seba,

Make below change in the DOMAIN for that field

Domain

Defination Tab

Tick Lower Case Checkbox of Output Characteristics..

Use

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.

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

ilesh Nandaniya

0 Kudos

Hi

This is my problem.I do not have a data element,i only have a data type "char" and length 65.I had it like this in the specifications.

What else can i try?

thank you

0 Kudos

Hi Seba,

Better you create DATA ELEMENT and DOMAIN for it and then this problem will get resolved..

While creating Domain tick Lower Case check box

Activate all objects Domain Data Element and Table Finally..

Hope it will solve your problem..

Thanks & Regards

ilesh 24x7

ilesh Nandaniya

0 Kudos

Hi,

ilesh 24x7 gave you a perfect answer...

try that it will work..

Regards,

Kumar

0 Kudos

Hello

I have created a new data element with a domain type text65 and now i am also allowed to have small characters.

Thank you very much for your help

Former Member
0 Kudos

I think you are using the domain CHAR65.

Instead use TEXT65

All domain with TEXTNN will have the lower case as checked.

NB : Here NN is the length of the character field

Regards

Shiba Prasad Dutta