Application Development and Automation 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: 
Read only

Table control UpperCase

Former Member
0 Likes
1,731

Dear All

i have created a table control and i diplayed data in that table control it is displaying peoperly

after press enter it converts to upper case what is problem and can any one give suggestion to overcome this issue

i have checked the Lowe/Upper case checkbox also

Thanks

Surendra P

3 REPLIES 3
Read only

Former Member
0 Likes
1,202

Hi Suri,

Go to the Screen Painter and Double click on the Screen Field and at the bottom most part there is a check box UPPER/LOWER Case just check that.

If the Data element/Domain you are using (go to SE11 and Check the Domain there is check box LOWER CASE) if it blank automatic Upper case conversion takes place. Otherwise OK.

IF you require you can create your own domain just change only this Check box remaining properties like length etc should be as usual.

Cheerz

Ram

Read only

0 Likes
1,202

Hey Ram,

Thank u for ur Responce

i have checked that Upper/Lower Case check box already but stil iam getting the same .

Thanks

Surendra

Read only

0 Likes
1,202

Hi Suri,

Go in the elements of table control and then view the attributes of the field having the issue.

Now , if this is taken from data dictionary , then go and check the domain for this.

If check box LOWER CASE is not selected , then create your own domain wit same properties as this one and check box LOWER CASE is selected.

Use this in the field of table control.

Hope this resolve your issue.