<?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 insensitive search in select statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-insensitive-search-in-select-statement/m-p/6450164#M1413629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; One more alternative:&lt;/P&gt;&lt;P&gt;If ztext is ur original field which is saving the mixed text.&lt;/P&gt;&lt;P&gt;Append one extra field(ztext_upper) to the table.&lt;/P&gt;&lt;P&gt;Now if " Sap Sdn" is the text we are saving then&lt;/P&gt;&lt;P&gt;While saving the entires to the table, &lt;/P&gt;&lt;P&gt;1. asusual save the value(" Sap Sdn") to teh original field(ztext)&lt;/P&gt;&lt;P&gt;2. translate the value to upper case(SAP SDN) and save this entry to teh newly appended field(ztext_upper)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now while doing search, translate to upper case and compare with the value in ztext_upper. If it satisfies then for display options select the original value from the field (ztext) which is corresponding to the satisfied ztext_upper field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swarna Munukoti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Dec 2009 06:52:16 GMT</pubDate>
    <dc:creator>former_member217544</dc:creator>
    <dc:date>2009-12-21T06:52:16Z</dc:date>
    <item>
      <title>case insensitive search in select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-insensitive-search-in-select-statement/m-p/6450159#M1413624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I have entries in table as mixed case. For example i am searching on an attribute called description in the table. I want the serch to be case insensitive for that attribute. Because in table it is i.e. JUMBO Pack and in the search attribute it is i.e. Jumbo Pack. &lt;/P&gt;&lt;P&gt;I do not want to translate both to the same case and search. Is there an option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;&lt;P&gt;Sandip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 06:18:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-insensitive-search-in-select-statement/m-p/6450159#M1413624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-21T06:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: case insensitive search in select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-insensitive-search-in-select-statement/m-p/6450160#M1413625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if the Lowecase checkbox is checked in the domain attributes of the particular field of the table. If its a Z table, and this checkbox is not set, you can check it and make the search case insensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 06:26:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-insensitive-search-in-select-statement/m-p/6450160#M1413625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-21T06:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: case insensitive search in select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-insensitive-search-in-select-statement/m-p/6450161#M1413626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If its not a 'Z' table then there is no option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can try some thing like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if aB is the input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can generate the cobinations and put into a range and then use in select&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aB&lt;/P&gt;&lt;P&gt;Ab&lt;/P&gt;&lt;P&gt;ab&lt;/P&gt;&lt;P&gt;AB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a hard logic to build .. BUt i see this as an option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 06:32:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-insensitive-search-in-select-statement/m-p/6450161#M1413626</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-12-21T06:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: case insensitive search in select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-insensitive-search-in-select-statement/m-p/6450162#M1413627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikranth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  The checkbox is checked in the domain. That is why, "If this indicator is set, upper case and lower case are distinguished when you enter values with screen masks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise 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;This mechanism is in effect for all the fields referring to this domain.".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This doesn't help my purpose. Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;&lt;P&gt;Sandip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 06:35:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-insensitive-search-in-select-statement/m-p/6450162#M1413627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-21T06:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: case insensitive search in select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-insensitive-search-in-select-statement/m-p/6450163#M1413628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KSD,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  This seems to be a much tougher proposition than converting both strings to a common case and compare.&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;&lt;P&gt;Sandip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 06:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-insensitive-search-in-select-statement/m-p/6450163#M1413628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-21T06:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: case insensitive search in select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-insensitive-search-in-select-statement/m-p/6450164#M1413629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; One more alternative:&lt;/P&gt;&lt;P&gt;If ztext is ur original field which is saving the mixed text.&lt;/P&gt;&lt;P&gt;Append one extra field(ztext_upper) to the table.&lt;/P&gt;&lt;P&gt;Now if " Sap Sdn" is the text we are saving then&lt;/P&gt;&lt;P&gt;While saving the entires to the table, &lt;/P&gt;&lt;P&gt;1. asusual save the value(" Sap Sdn") to teh original field(ztext)&lt;/P&gt;&lt;P&gt;2. translate the value to upper case(SAP SDN) and save this entry to teh newly appended field(ztext_upper)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now while doing search, translate to upper case and compare with the value in ztext_upper. If it satisfies then for display options select the original value from the field (ztext) which is corresponding to the satisfied ztext_upper field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swarna Munukoti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 06:52:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-insensitive-search-in-select-statement/m-p/6450164#M1413629</guid>
      <dc:creator>former_member217544</dc:creator>
      <dc:date>2009-12-21T06:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: case insensitive search in select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-insensitive-search-in-select-statement/m-p/6450165#M1413630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which table you are using ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 07:03:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-insensitive-search-in-select-statement/m-p/6450165#M1413630</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-12-21T07:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: case insensitive search in select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-insensitive-search-in-select-statement/m-p/6450166#M1413631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandip, I wrote a wiki for a similar scenario: [select the text from lower case data element|http://wiki.sdn.sap.com/wiki/x/6gGHBQ] hope that helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 07:15:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-insensitive-search-in-select-statement/m-p/6450166#M1413631</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-12-21T07:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: case insensitive search in select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/case-insensitive-search-in-select-statement/m-p/6450167#M1413632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thanks for your suggestions. But i do not find a direct alternative to translating and comparing. So i am closing the message. Atleast this post helped to know that there is no direct ABAP supported way to copare mixed strings. Eg: like ignore case parameters for string matching in many languages .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Sandip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 02:58:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/case-insensitive-search-in-select-statement/m-p/6450167#M1413632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-23T02:58:41Z</dc:date>
    </item>
  </channel>
</rss>

