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

Custom Table Updation

Former Member
0 Likes
757

I have a custom table. While updating a field in that table , suppose when we enter some value like hITLeR then the same string should get updated in that table . It should not get modified to either lowercase or uppercase.Is there any way to do it.

1 ACCEPTED SOLUTION
Read only

valter_oliveira
Active Contributor
0 Likes
716

Hello there.

Yes, it's possible. The Domain of the data element of the field must permit strings with both upper and lower case. In SE11, go through the domain, and theres a flag that, in your case, must be uncheked, of upper/lower).

Mark the checkbox (or create another element/domain) and you'll achieve your goal.

Best regards.

Valter Oliveira.

6 REPLIES 6
Read only

valter_oliveira
Active Contributor
0 Likes
717

Hello there.

Yes, it's possible. The Domain of the data element of the field must permit strings with both upper and lower case. In SE11, go through the domain, and theres a flag that, in your case, must be uncheked, of upper/lower).

Mark the checkbox (or create another element/domain) and you'll achieve your goal.

Best regards.

Valter Oliveira.

Read only

0 Likes
716

can you please explain me in detail or send me the screen shot. Please help me.

Read only

0 Likes
716

Hi,

When you create domain, by default field will store data as UPPER char.

If you need to store data in upper and lower case combined check box in domain will help you.

Check your field's domain where you want to store field value in upper or lower case.

Go to SE11 with that domain name and see Definition of the same.

Mark 'Lower Case' check box and save the domain. If you are using standard domain, you cannot change it and you can easily create Z domain.

After saving this check box, now all the fields defined according to this domain will save valu in upper and lower case.

thnx,

ags.

Read only

0 Likes
716

Hi,

follow the simple steps you can have ur requirement,

1)GOTO se11.

2)give the domain name of the element where you have case sensitive requirement

3)select change

4) goto definition tab

5) in that you have check box named lower case, check that

6) save and activate

7) activate your table.

then you can fulfill your requirement

regards

prasanth

Read only

0 Likes
716

If we check that lower case flag, then if we input the data in Upper case, it will store in lower case right ?

Then this is wrong naaa ?

Read only

0 Likes
716

Hi,

the meaning is that the domain will be case sensitive.

i.e it will take input the way you enter,

if you enter caps it will be caps or if you enter small letters they will be small letters

otherwise by default they will be coverted to caps by SAP as you know

reward if helpful

prasanth