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: 

Message stored in Uppercase in the Database table

Former Member
0 Kudos

Hi,

I have created a table with a field message. When I try to create entries in the table and click save, all the messages are saved in Uppercase. I want it to be as how I typed while creating the entries.

Ex: This is my sample text. - (text to be displayed in this format)

After saved in ABAP - THIS IS MY SAMPLE TEXT.

Hope I am clear. Please suggest.

Regards,

Vimala.

2 REPLIES 2

Former Member

Hai,

Please goto domain definition of the field's data element and mark the lower case option. I hope this will solve your problem.

Regards,

Harish

Former Member
0 Kudos

Thanks for your suggestion.

I have selected the lower case option in the domain. Now its working fine.

Thanks,

Vimala