‎2008 May 24 12:46 AM
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.
‎2008 May 24 12:52 AM
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.
‎2008 May 24 12:52 AM
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.
‎2008 May 24 1:03 AM
can you please explain me in detail or send me the screen shot. Please help me.
‎2008 May 25 4:39 AM
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.
‎2008 May 26 5:17 AM
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
‎2008 May 26 5:20 AM
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 ?
‎2008 May 26 5:24 AM
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