<?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: Problem with lowercase when saving in custom SAP table. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lowercase-when-saving-in-custom-sap-table/m-p/5095983#M1182741</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;you can define your own domain in SE11. There is a chec kbox "lowercase". You need to tick this check box to allow lower case characters. Then use your domain in your custom table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2009 01:08:24 GMT</pubDate>
    <dc:creator>mvoros</dc:creator>
    <dc:date>2009-02-05T01:08:24Z</dc:date>
    <item>
      <title>Problem with lowercase when saving in custom SAP table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lowercase-when-saving-in-custom-sap-table/m-p/5095982#M1182740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem in saving entries in a custom table in SAP.&lt;/P&gt;&lt;P&gt;When I enter a name with combinations of upper and lower case in SE16, when saving, my entries were all converted into uppercase. That goes as well in passwords. That's my concern, how can I check passwords if combinations were disregarded?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My parameter fields for these were just type CHAR.&lt;/P&gt;&lt;P&gt;Is there a way I can save data as how they were entered?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your responses Gurus...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 00:59:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lowercase-when-saving-in-custom-sap-table/m-p/5095982#M1182740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T00:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with lowercase when saving in custom SAP table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lowercase-when-saving-in-custom-sap-table/m-p/5095983#M1182741</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;you can define your own domain in SE11. There is a chec kbox "lowercase". You need to tick this check box to allow lower case characters. Then use your domain in your custom table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 01:08:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lowercase-when-saving-in-custom-sap-table/m-p/5095983#M1182741</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2009-02-05T01:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with lowercase when saving in custom SAP table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lowercase-when-saving-in-custom-sap-table/m-p/5095984#M1182742</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;Check the Domain of the field and select Lower case check box if it is a Zdomain or else create the new domain or check for one like this.For example..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table PA0002 which has a field NACHN and Data element assigned to it is PAD_NACHN...double click on the Data element and now again double click on the Domain and now Under &lt;STRONG&gt;Ouput Characteristics&lt;/STRONG&gt; check the &lt;STRONG&gt;Lower Case&lt;/STRONG&gt; check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now database get's saved with what ever case you entered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 01:09:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lowercase-when-saving-in-custom-sap-table/m-p/5095984#M1182742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T01:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with lowercase when saving in custom SAP table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lowercase-when-saving-in-custom-sap-table/m-p/5095985#M1182743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks gurus!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 02:04:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-lowercase-when-saving-in-custom-sap-table/m-p/5095985#M1182743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T02:04:45Z</dc:date>
    </item>
  </channel>
</rss>

