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 - text case conversion problem

Former Member
0 Likes
445

Hello All,

I am displaying some content on my table control.

for example :- My entries in ZTABLE are "Hello"

When I display it for the first time on the screen in the table control It is displayed as "Hello".

However when PAI event is performed on the table control. The content automatically converts to "HELLO" capital letters.

How Do i preserve the case in this situation? I want to dsiplay it is a "Hello" Not as "HELLO"

please give some ideas. Thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
411

Solved my self.

Read only

0 Likes
411

please share how you solved it .

i am facing a similar problem.

Read only

0 Likes
411

Can you check whether for the Domain associated with your Table Control Field has "Lowercase" as Checked in its SE11 Definition. If no then please check that and activate the Domain. I guess this may solve the prob