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

Uppercase / Lower case

Former Member
0 Likes
622

Dear Master's,

I created editable alv,when i press save from report data get saved in table as UPPER case.But i want data will save as UPPER/LOWER case. Please help

Thanks & Regards

Atul Singh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
585

Hi Atul,

Please check the data type of the fields that you are using. If it is a character type that does not allow lower case letters then data would surely get converted to upper case.

So, instead, try to use a field type for which the 'Lower Case' checkbox in its domain is selected.

Regards,

Aparna Alashe.

Dear Master's,

I created editable alv,when i press save from report data get saved in table as UPPER case.But i want data will save as UPPER/LOWER case. Please help

Thanks & Regards

Atul Singh

2 REPLIES 2
Read only

Former Member
0 Likes
586

Hi Atul,

Please check the data type of the fields that you are using. If it is a character type that does not allow lower case letters then data would surely get converted to upper case.

So, instead, try to use a field type for which the 'Lower Case' checkbox in its domain is selected.

Regards,

Aparna Alashe.

Read only

0 Likes
585

Thank's All

Solved