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: 

Case Senstive problem

Former Member
0 Kudos
92

Hi Experts

I had a requirement I am entering data as text data in name field as Hello and my select options converts into HELLO but in my data base it is stored as Hello

It shows no record selected but data is there

Please help me in this same problem in Vice versa .

REgards

Hitesh

4 REPLIES 4

former_member223537
Active Contributor
0 Kudos
76
select-option : s_field for makt-maktx LOWER CASE.

0 Kudos
76

Hi Prashant

still my problm is not solved actually in my database tables somwhere data is like

Hello , HELLO , HeLLO then it doesnt match when ui giv HELLO it must fetch all the three records

Please help to get this

Regards

Hitesh

former_member223537
Active Contributor
0 Kudos
76

Hi,

Goto the Data element =>Output Characteristics & tick Lower Case.

Reenter the table data.

Best regards,

Prashant

Former Member
0 Kudos
76

Hi Hitesh,

I think you are storing some values from select options to your table right.

If you have <b>Domain</b> for that particular field in your table then goto tcode SE11

and enter your domain there and say display. Now in the <b>Definition</b> tab select the checkbox for the <b>Lowercase</b>.