<?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: no case sensitivity on the data inserted in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-case-sensitivity-on-the-data-inserted/m-p/5581199#M1272807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have tried to replicate the same scenario through program when you insert values into the MATNR field&lt;/P&gt;&lt;P&gt;if values are lower case it will display in Lower case only.But it try directly through program it will convert to upper case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly it created a Field in my ztable with Lower case checked.&lt;/P&gt;&lt;P&gt;1) I created New Entries that were updated as lower case.But when i tried to enter values in upper case from program the table was updated with upper case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conclusion:&lt;/P&gt;&lt;P&gt;Through program the you can enter data in any case may be in upper or lower.&lt;/P&gt;&lt;P&gt;But directly through table browser case is taken into care.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gurpreet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 May 2009 08:51:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-15T08:51:45Z</dc:date>
    <item>
      <title>no case sensitivity on the data inserted</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-case-sensitivity-on-the-data-inserted/m-p/5581193#M1272801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a custom table using MATNR as a field and the data element is also the stranded MATNR and as most of you might be knowing on the domain matnr has not low case it not ticked so according SAP it should convert the sent MATNR to upper case before insertion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i find records which lower case MATNR on this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone tell me why such things is happening&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nafran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 08:21:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-case-sensitivity-on-the-data-inserted/m-p/5581193#M1272801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T08:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: no case sensitivity on the data inserted</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-case-sensitivity-on-the-data-inserted/m-p/5581194#M1272802</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;This might have inserted using the UPDATE/MODIFY/INSERT statement's from the Zprograms. IN standard sap convert's to uppercase and updates the database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 08:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-case-sensitivity-on-the-data-inserted/m-p/5581194#M1272802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T08:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: no case sensitivity on the data inserted</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-case-sensitivity-on-the-data-inserted/m-p/5581195#M1272803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nafran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if the value in the table is automatically converted into UPPER CASE or not is depending on domain settings. You have to check domain settings of the field you want to have in upper case. Probably in your field domain is checked that it accept lower case letters. So do the change in the domain to uncheck "lower case". If you cannot change the domain you are using then you have to do it manually in the code. So you have to use command TRANSLATE TO UPPER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Karol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 08:26:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-case-sensitivity-on-the-data-inserted/m-p/5581195#M1272803</guid>
      <dc:creator>karol_seman</dc:creator>
      <dc:date>2009-05-15T08:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: no case sensitivity on the data inserted</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-case-sensitivity-on-the-data-inserted/m-p/5581196#M1272804</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;If the entry is inserted by processing thru IDOCs/Report pgms .....this will happen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 08:28:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-case-sensitivity-on-the-data-inserted/m-p/5581196#M1272804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T08:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: no case sensitivity on the data inserted</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-case-sensitivity-on-the-data-inserted/m-p/5581197#M1272805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;domain i am using is MATNR and on it lower case is not ticked this works fine when entries inserted to mara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 08:35:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-case-sensitivity-on-the-data-inserted/m-p/5581197#M1272805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T08:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: no case sensitivity on the data inserted</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-case-sensitivity-on-the-data-inserted/m-p/5581198#M1272806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i checked using a test program to insert a record to mara&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think even though the feature is on the domain its useless.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this might be a bug in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nafran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 08:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-case-sensitivity-on-the-data-inserted/m-p/5581198#M1272806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T08:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: no case sensitivity on the data inserted</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-case-sensitivity-on-the-data-inserted/m-p/5581199#M1272807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have tried to replicate the same scenario through program when you insert values into the MATNR field&lt;/P&gt;&lt;P&gt;if values are lower case it will display in Lower case only.But it try directly through program it will convert to upper case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly it created a Field in my ztable with Lower case checked.&lt;/P&gt;&lt;P&gt;1) I created New Entries that were updated as lower case.But when i tried to enter values in upper case from program the table was updated with upper case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conclusion:&lt;/P&gt;&lt;P&gt;Through program the you can enter data in any case may be in upper or lower.&lt;/P&gt;&lt;P&gt;But directly through table browser case is taken into care.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gurpreet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 08:51:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-case-sensitivity-on-the-data-inserted/m-p/5581199#M1272807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-15T08:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: no case sensitivity on the data inserted</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/no-case-sensitivity-on-the-data-inserted/m-p/5581200#M1272808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi all,&lt;/P&gt;&lt;P&gt;&amp;gt; i checked using a test program to insert a record to mara&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; i think even though the feature is on the domain its useless.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; this might be a bug in SAP.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Nafran&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not entirely useless.  Try using a parameter defined with respect to a domain allowing lower case, and one not, and see the difference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 15:17:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/no-case-sensitivity-on-the-data-inserted/m-p/5581200#M1272808</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-05-15T15:17:59Z</dc:date>
    </item>
  </channel>
</rss>

