<?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: Regarding Select Statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/2707681#M627432</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;  Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Create a range and put these values in the range and use it in selectg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ranges: r_bukrs for vbrk-bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r_bukrs-option = 'I'.&lt;/P&gt;&lt;P&gt;r_bukrs-sign = 'BT'.&lt;/P&gt;&lt;P&gt;r_bukrs-low = bukrs1.&lt;/P&gt;&lt;P&gt;r_bukrs-high = bukrs2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append r_bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from &amp;lt;DBTABLE&amp;gt; into table itab where bukrs in r_bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2007 14:22:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-22T14:22:45Z</dc:date>
    <item>
      <title>Regarding Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/2707678#M627429</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 two feilds where these two feilds will be populated in runtime of my program &lt;/P&gt;&lt;P&gt;let the two feilds be BUKRS1 and BUKRS2 .I want to retrive the company codes in between these two and including those also. How do i write the select condition.&lt;/P&gt;&lt;P&gt;[I need the values in between BUKRS1 and BUKRS2 and including thoso also.]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 14:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/2707678#M627429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T14:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/2707679#M627430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;set up a range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ranges: r_bukrs for vbrk-bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r_bukrs-option = 'BT'.&lt;/P&gt;&lt;P&gt;r_bukrs-sign    = 'I'.&lt;/P&gt;&lt;P&gt;r_bukrs-low     = bukrs1.&lt;/P&gt;&lt;P&gt;r_bukrs-high    = bukrs2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append r_bukrs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use this range on the select statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 14:14:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/2707679#M627430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T14:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/2707680#M627431</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;    Try this .. &lt;/P&gt;&lt;P&gt;SELECT  ... WHERE F1 BETWEEN P1 AND P2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F1 - DATABASE TABLE FIELD &lt;/P&gt;&lt;P&gt;P1 &amp;amp; P2 - ARE PARAMTERS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Dj &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward all helpful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 14:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/2707680#M627431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T14:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/2707681#M627432</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;  Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Create a range and put these values in the range and use it in selectg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ranges: r_bukrs for vbrk-bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r_bukrs-option = 'I'.&lt;/P&gt;&lt;P&gt;r_bukrs-sign = 'BT'.&lt;/P&gt;&lt;P&gt;r_bukrs-low = bukrs1.&lt;/P&gt;&lt;P&gt;r_bukrs-high = bukrs2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append r_bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from &amp;lt;DBTABLE&amp;gt; into table itab where bukrs in r_bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 14:22:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/2707681#M627432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T14:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/2707682#M627433</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;Thanks Martin, Dj and Mahesh.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know both these answers are right and will get required results for fetching data from a range of selection criteria. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but which one of these would be better in performance point of view. I guess using range would be better,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know. Thank You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 14:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/2707682#M627433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T14:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/2707683#M627434</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;The RANGE process would be better in performance. &lt;/P&gt;&lt;P&gt;Always remember to APPEND your range when you fill it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Leeza&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 14:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/2707683#M627434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T14:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/2707684#M627435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leeza, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. This is very helpful answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can"t allot points as I am not the initator for this question, however I apprecaite your time and efforts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 14:57:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-statement/m-p/2707684#M627435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T14:57:05Z</dc:date>
    </item>
  </channel>
</rss>

