<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: uppercase lowercase problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514396#M1559944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See Ravi, All that depends on the domain characters that is maintained. In your case domain &lt;EM&gt;text20&lt;/EM&gt; has lower case checkbox selected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of your table entries has uppercase and some with lower case text maintained as such as 4000+ entries. You can write a Z report and update  all the texts to upper  case , but at the same time your client wants to maintain in his way possible. Tell them about the restrictions in SE11 and how the text works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This check box applies only to character based fields. If a string containing lowercase (as opposed to UPPERCASE) letters is valid for this domain, then this field should be checked. If the field is left unchecked, then any entries will be converted to uppercase. Note that should your input field be a key field into a table it would be wise to make sure that it's all upper case as 'this' is different to 'This' and is different again to 'tHiS' which could lead to some very confused users.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, once maintained as &lt;STRONG&gt;aBcd&lt;/STRONG&gt; , i need to enter &lt;STRONG&gt;aBcd&lt;/STRONG&gt; to retrieve in your maintained domain case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: K.Manas on Dec 22, 2010 10:45 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Dec 2010 09:41:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-12-22T09:41:24Z</dc:date>
    <item>
      <title>uppercase lowercase problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514377#M1559925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi! to all the experts in sap&lt;/P&gt;&lt;P&gt;i have a weird problem,  maybe it may  not seems a big problem to you.&lt;/P&gt;&lt;P&gt;i have created a custom  table called zschema in which i have a field BEZEI in which i have entered  the city names like delhi mumbai newyork etc.&lt;/P&gt;&lt;P&gt;the main problem is that when a user enters the city name like DELHI  then it is saying the entry not found.&lt;/P&gt;&lt;P&gt;what should i do to avoid this as i have already entered the city delhi in lowercase.&lt;/P&gt;&lt;P&gt;so if anyone has a solution to this problem then please let me know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 06:40:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514377#M1559925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T06:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase lowercase problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514378#M1559926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a z-domain for the field and check the checkbox for lower-case.&lt;/P&gt;&lt;P&gt;whenevr user will enter the data it will take in lower case only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 06:46:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514378#M1559926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T06:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase lowercase problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514379#M1559927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Field exit for the screen data element FIELD_EXIT_ZXXXX , when user enters value convert &lt;/P&gt;&lt;P&gt;the value in FM to lower case &amp;amp; later it should work same...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create Field exit use the program RSMODPRF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Devendar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 06:51:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514379#M1559927</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T06:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase lowercase problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514380#M1559928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much  for your reply.:)&lt;/P&gt;&lt;P&gt;could  you please tell me how can i do that.&lt;/P&gt;&lt;P&gt;plus i want to tell a thing also some entries of the table are like this Jammu,Patna and Goa.&lt;/P&gt;&lt;P&gt;so for these what should i do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 06:51:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514380#M1559928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T06:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase lowercase problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514381#M1559929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks .but i have already created a custom table with the field bezei with 450 entries .so i just want to apply the above mentioned changes to this field only. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 07:18:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514381#M1559929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T07:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase lowercase problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514382#M1559930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt; Check the domain created for field &lt;STRONG&gt;BEZEI&lt;/STRONG&gt;. Double click on the domain maintained. Check &lt;STRONG&gt;Lowercase&lt;/STRONG&gt; option.
Your only field BEZEI will be maintained for your case conversion&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 07:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514382#M1559930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T07:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase lowercase problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514383#M1559931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; You can use the conversion routine in domain level and then write some code  like 'TRANSLATE string TO LOWER CASE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Anjan Paul on Dec 22, 2010 1:26 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 07:56:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514383#M1559931</guid>
      <dc:creator>anjan_paul</dc:creator>
      <dc:date>2010-12-22T07:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase lowercase problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514384#M1559932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have checked the domain name for the field bezei &lt;/P&gt;&lt;P&gt;the domain is text20  and here lowercase is already selected ,&lt;/P&gt;&lt;P&gt;but the enduser has entered all  enteries for this field like Mumbai, Delhi etc&lt;/P&gt;&lt;P&gt;so the main problem that iam facing now is that whenever i enter a field name like delhi it shows the entry do not exist ..so what should i do for this now.&lt;/P&gt;&lt;P&gt;so help me in this regard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 08:41:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514384#M1559932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T08:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase lowercase problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514385#M1559933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a domain of your own of &lt;STRONG&gt;CHAR20&lt;/STRONG&gt; . don't check the lower case options. I tried and it work's fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: K.Manas on Dec 22, 2010 9:52 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 08:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514385#M1559933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T08:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase lowercase problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514386#M1559934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Create a domain &lt;STRONG&gt;ZBUZEI&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;2) Set the length as &lt;STRONG&gt;CHAR20&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;3) Make a entry as &lt;STRONG&gt;Delhi&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;4) Go to selection and in BUZEI field type &lt;STRONG&gt;delhi&lt;/STRONG&gt;. Press F8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: K.Manas on Dec 22, 2010 10:01 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 08:59:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514386#M1559934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T08:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase lowercase problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514387#M1559935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your reply but sir as i have already told that my entries in the table are like Delhi,&lt;/P&gt;&lt;P&gt;so you see first letter is capital next all are small,so i request you to kindly please help me in this case so that if i enter delhi then also i can access the data as presently after applying your steps i am getting delhi  changed to DELHI and when i execute it it says entry not found.&lt;/P&gt;&lt;P&gt;so please help mein this regard &lt;/P&gt;&lt;P&gt;and again thank you for your generous reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 09:05:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514387#M1559935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T09:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase lowercase problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514388#M1559936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;now this problem is also showing in other table but that table is standard table and there i cannot change the domain  there lowercase is also checked so please tell me what step can i take  to solve this issue . as far as i know i need a search help exit to solve this issue but now i am clueless about what to do for this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 09:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514388#M1559936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T09:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase lowercase problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514389#M1559937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Case-1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have text names already maintained. For Ex as &lt;EM&gt;Delhi&lt;/EM&gt; in your table. You need to type as it is to retrieve that particular record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Case-2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To resolve your issue you need to set all the texts (which are already maintained in the table) to be changed to upper case, so that you deal with that.&lt;/P&gt;&lt;P&gt;The only possible way is to change the texts to upper case.&lt;/P&gt;&lt;P&gt;You can follow the steps i mentioned for adding new records if required and translate all the maintained texts which are in table earlier to upper case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: K.Manas on Dec 22, 2010 10:17 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 09:13:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514389#M1559937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T09:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase lowercase problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514390#M1559938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am checking this in the contents of the table &lt;/P&gt;&lt;P&gt;and the enduser has created the entry beginning with uppercase letter(Delhi)&lt;/P&gt;&lt;P&gt;so whenever i try to access field with name delhi i get no entry exist error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 09:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514390#M1559938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T09:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase lowercase problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514391#M1559939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but manas sir . the table which contain the city data has around 4000 records in it beginning with uppercase letter.&lt;/P&gt;&lt;P&gt;so is there no way to change all entries in one strock.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 09:21:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514391#M1559939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T09:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase lowercase problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514392#M1559940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a few changes to my prior reply after checking. If already maintained as &lt;EM&gt;Delhi&lt;/EM&gt; in table you need to enter as &lt;EM&gt;Delhi&lt;/EM&gt; to retreive that record. Morever you have standard domain &lt;EM&gt;text20&lt;/EM&gt; which already has lower case selected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a new domain and avoid that case sign or change the maintained entries to upper case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 09:22:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514392#M1559940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T09:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase lowercase problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514393#M1559941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;manas sir thanks for your reply but the client here is having this requirement wants to enter data in any case lowercase or uppercase..and they want the data to be displayed by doing this...is there no way of solving this problem &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 09:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514393#M1559941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T09:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase lowercase problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514394#M1559942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or how can i change  4000 maintained entries to upper case easily .&lt;/P&gt;&lt;P&gt;if this is not possible then i think this is the drawback of sap... &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;but i have not seen such a problem in my career till now.&lt;/P&gt;&lt;P&gt;so no solution exist for this problem &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 09:33:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514394#M1559942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T09:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase lowercase problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514395#M1559943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write a simple report to change the entries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 09:40:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514395#M1559943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T09:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase lowercase problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514396#M1559944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See Ravi, All that depends on the domain characters that is maintained. In your case domain &lt;EM&gt;text20&lt;/EM&gt; has lower case checkbox selected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of your table entries has uppercase and some with lower case text maintained as such as 4000+ entries. You can write a Z report and update  all the texts to upper  case , but at the same time your client wants to maintain in his way possible. Tell them about the restrictions in SE11 and how the text works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This check box applies only to character based fields. If a string containing lowercase (as opposed to UPPERCASE) letters is valid for this domain, then this field should be checked. If the field is left unchecked, then any entries will be converted to uppercase. Note that should your input field be a key field into a table it would be wise to make sure that it's all upper case as 'this' is different to 'This' and is different again to 'tHiS' which could lead to some very confused users.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, once maintained as &lt;STRONG&gt;aBcd&lt;/STRONG&gt; , i need to enter &lt;STRONG&gt;aBcd&lt;/STRONG&gt; to retrieve in your maintained domain case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: K.Manas on Dec 22, 2010 10:45 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 09:41:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/uppercase-lowercase-problem/m-p/7514396#M1559944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T09:41:24Z</dc:date>
    </item>
  </channel>
</rss>

