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: 

Doubt in prgms

Former Member
0 Kudos

Hi all,

I have a small problem, In my user entry screen, what ever thay types i want to insert the records in my 'Z' tables. But if he enters upper+lower case letters i want insert the same formet. But once i click insert it is converting in to upper case. The field name was Maktx. ( I declared Maktx in my z table)

Example : if he enters Pune. then click insert, in my 'Z' table i need Pune only , but it stores PUNE. give to do this?

Plz give some slun.

Point wil be sure.

Gowri

4 REPLIES 4

Former Member
0 Kudos

in the domain of that field one check box with lower case will be there just check it and activate it it will solve your problem..

regards

shiba dutta

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

It may be because of the lower case option check marked in maktx.If you double click the domain TEXT40 you can see that.Create one data element zmaktx with new domain ztext40 and make the char 40 as type and length and don't check mark the lower case box.

0 Kudos

This is beacuse the 'Lower Case' check box is not ticked in your domain. If you tick this it will be OK if you are using this table field reference on the screen.

If you are not usaing table field reference , instead if you are creating one input field on screen in the screen painter, you can double click on the field attribute to get a screen where you have an Uppercase/Lower case option at the bottom. Please check this check box.

You can also find out whether the Lowercase option is correctly marked in your domain from here. If it is correctly marked, this field attribute mentioned above on the screen painter will be automatically ticked and will be in display Mode when you are using a dictionary reference on the screen.

Former Member
0 Kudos

Hi Gowri,

In this case you need to create your own domain and data element and need to use it instead of MAKTX.

Just make sure you will not tick the Lower case checkbox in the domain.

Regards,

Atish