<?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 Using select with uppercase. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-select-with-uppercase/m-p/3822178#M919246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends ,&lt;/P&gt;&lt;P&gt;I have been asked to retrieve vendor list just by entering&lt;/P&gt;&lt;P&gt;short word.&lt;/P&gt;&lt;P&gt;I worked and developed this report but i want to improve it on processing speed.&lt;/P&gt;&lt;P&gt;At present i retrieve complete list of vendors in an internal table and the do drilling down in subsequent internal tables by&lt;/P&gt;&lt;P&gt;using CS &amp;lt;shortword&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i feel initially when i select complete list of vendors in internal table is making my report time consuming.&lt;/P&gt;&lt;P&gt;I want to use LIKE with select.&lt;/P&gt;&lt;P&gt;In order to overcome case-sensitvity issue i want that i should pick itself in select using LIKE irrespective of any case ?.&lt;/P&gt;&lt;P&gt;Is some way there ?.&lt;/P&gt;&lt;P&gt;I wish to convert like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select lifnr TOUPPER(name1) from lfa1.&lt;/P&gt;&lt;P&gt;Thereby converting shorttext to UPPER,comparison will become easy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 May 2008 04:01:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-24T04:01:35Z</dc:date>
    <item>
      <title>Using select with uppercase.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-select-with-uppercase/m-p/3822178#M919246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends ,&lt;/P&gt;&lt;P&gt;I have been asked to retrieve vendor list just by entering&lt;/P&gt;&lt;P&gt;short word.&lt;/P&gt;&lt;P&gt;I worked and developed this report but i want to improve it on processing speed.&lt;/P&gt;&lt;P&gt;At present i retrieve complete list of vendors in an internal table and the do drilling down in subsequent internal tables by&lt;/P&gt;&lt;P&gt;using CS &amp;lt;shortword&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i feel initially when i select complete list of vendors in internal table is making my report time consuming.&lt;/P&gt;&lt;P&gt;I want to use LIKE with select.&lt;/P&gt;&lt;P&gt;In order to overcome case-sensitvity issue i want that i should pick itself in select using LIKE irrespective of any case ?.&lt;/P&gt;&lt;P&gt;Is some way there ?.&lt;/P&gt;&lt;P&gt;I wish to convert like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select lifnr TOUPPER(name1) from lfa1.&lt;/P&gt;&lt;P&gt;Thereby converting shorttext to UPPER,comparison will become easy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2008 04:01:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-select-with-uppercase/m-p/3822178#M919246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-24T04:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using select with uppercase.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-select-with-uppercase/m-p/3822179#M919247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select lifnr into name1 from lfa1..&lt;/P&gt;&lt;P&gt;translate name1 to uppercase.&lt;/P&gt;&lt;P&gt;append name1 to ltab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(code}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2008 04:07:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-select-with-uppercase/m-p/3822179#M919247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-24T04:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using select with uppercase.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-select-with-uppercase/m-p/3822180#M919248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, translate will work only after taking all content.I tried this already.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2008 04:09:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-select-with-uppercase/m-p/3822180#M919248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-24T04:09:52Z</dc:date>
    </item>
  </channel>
</rss>

