<?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: Case sensitivity in domain level in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitivity-in-domain-level/m-p/7010332#M1496522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;   Convert the values to uppercase b4 passing to select&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Jun 2010 05:45:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-12T05:45:11Z</dc:date>
    <item>
      <title>Case sensitivity in domain level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitivity-in-domain-level/m-p/7010331#M1496521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all ,&lt;/P&gt;&lt;P&gt;There is a z table with having some field and data .&lt;/P&gt;&lt;P&gt;That field is not case sensitive at Domain level&lt;/P&gt;&lt;P&gt;so we are able to put any data as the data type is char type ,&lt;/P&gt;&lt;P&gt;but when im giving the same data while making the selection it is showing &lt;/P&gt;&lt;P&gt;"NO DATA EXIXTS FOR THAT SELECTION"&lt;/P&gt;&lt;P&gt;For ex.: i have a field value in table say "Reliance Comm", it is there in the table but if u came out of it.&lt;/P&gt;&lt;P&gt;And give the same value "Reliance Comm" at the selection screen while making the enrty its saying &lt;/P&gt;&lt;P&gt;"No table entries found for the specified key"&lt;/P&gt;&lt;P&gt;but if im giving "RELIANCE COMM" it is showing me the valid result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i have to pass some value to this table at run time and also fetching some data from the table &lt;/P&gt;&lt;P&gt;based on selection screen in a report  ,so its creating problem .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help &amp;lt;removed by moderator&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Jun 11, 2010 5:32 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jun 2010 15:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitivity-in-domain-level/m-p/7010331#M1496521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-11T15:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitivity in domain level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitivity-in-domain-level/m-p/7010332#M1496522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;   Convert the values to uppercase b4 passing to select&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jun 2010 05:45:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitivity-in-domain-level/m-p/7010332#M1496522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-12T05:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitivity in domain level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitivity-in-domain-level/m-p/7010333#M1496523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhukar,&lt;/P&gt;&lt;P&gt;Thanks for the reply &lt;/P&gt;&lt;P&gt;could you please tell me how can i achieve the same?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jun 2010 19:22:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitivity-in-domain-level/m-p/7010333#M1496523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-12T19:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitivity in domain level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitivity-in-domain-level/m-p/7010334#M1496524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi chandan,&lt;/P&gt;&lt;P&gt;in domain there is one lower case indicator...if it is set then uppercase and lower case are distinguished when you enter values with screen masks.Otherwise if you dont check it, all the letters entered will be converted to upper case when you enter values with a screen mask.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to convert to uppercase.....&lt;/P&gt;&lt;P&gt;DATA text TYPE string. &lt;/P&gt;&lt;P&gt;text = `Hello World`. &lt;/P&gt;&lt;P&gt;TRANSLATE text TO UPPER CASE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this help you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;tanmaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jun 2010 05:48:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitivity-in-domain-level/m-p/7010334#M1496524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-13T05:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Case sensitivity in domain level</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitivity-in-domain-level/m-p/7010335#M1496525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Please do not ask or answer basic questions - thread locked

Rob&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Jun 2010 20:27:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-sensitivity-in-domain-level/m-p/7010335#M1496525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-13T20:27:07Z</dc:date>
    </item>
  </channel>
</rss>

