<?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 Custom Table Updation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-updation/m-p/3820658#M918883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 May 2008 23:46:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-23T23:46:45Z</dc:date>
    <item>
      <title>Custom Table Updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-updation/m-p/3820658#M918883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 23:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-updation/m-p/3820658#M918883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-23T23:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Table Updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-updation/m-p/3820659#M918884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark the checkbox (or create another element/domain) and you'll achieve your goal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2008 23:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-updation/m-p/3820659#M918884</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-05-23T23:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Table Updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-updation/m-p/3820660#M918885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please explain me in detail or send me the screen shot. Please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2008 00:03:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-updation/m-p/3820660#M918885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-24T00:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Table Updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-updation/m-p/3820661#M918886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;When you create domain, by default field will store data as UPPER char.&lt;/P&gt;&lt;P&gt;If you need to store data in upper and lower case combined check box in domain will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your field's domain where you want to store field value in upper or lower case.&lt;/P&gt;&lt;P&gt;Go to SE11 with that domain name and see Definition of the same. &lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;After saving this check box, now all the fields defined according to this domain will save valu in upper and lower case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx,&lt;/P&gt;&lt;P&gt;ags.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2008 03:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-updation/m-p/3820661#M918886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-25T03:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Table Updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-updation/m-p/3820662#M918887</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;follow the simple steps you can have ur requirement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)GOTO se11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)give the domain name of the element where you have case sensitive requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)select change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) goto definition tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) in that you have check box named lower case, check that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) save and activate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7) activate your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you can fulfill your requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 04:17:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-updation/m-p/3820662#M918887</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-05-26T04:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Table Updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-updation/m-p/3820663#M918888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If we check that lower case flag, then if we input the data in Upper case, it will store in lower case right ?&lt;/P&gt;&lt;P&gt;Then this is wrong naaa ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 04:20:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-updation/m-p/3820663#M918888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T04:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Table Updation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-updation/m-p/3820664#M918889</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;the meaning is that the domain will be case sensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e it will take input the way you enter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you enter caps it will be caps or if you enter small letters they will be small letters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise by default they will be coverted to caps by SAP as you know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 04:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-updation/m-p/3820664#M918889</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-05-26T04:24:57Z</dc:date>
    </item>
  </channel>
</rss>

