<?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: Select options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1560425#M253486</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;check this sample code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: mkpf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options: s_date for mkpf-budat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the first field will be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_date-low&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the next fiedl will be s_date-high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so query will be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from table_naem where date = s_date-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;select * from table_naem where date = s_date-high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope u undrstud.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if hlped mark points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Oct 2006 09:25:18 GMT</pubDate>
    <dc:creator>anversha_s</dc:creator>
    <dc:date>2006-10-07T09:25:18Z</dc:date>
    <item>
      <title>Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1560423#M253484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to use select query with select option low and high,&lt;/P&gt;&lt;P&gt;Plz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx n advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 09:20:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1560423#M253484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-07T09:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1560424#M253485</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;Follow the sample code .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_kunnr for kna1-kunnr.&lt;/P&gt;&lt;P&gt;data: itab type table of kna1 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from kna1 into table itab where kunnr IN s_kunnr.&lt;/P&gt;&lt;P&gt;       or&lt;/P&gt;&lt;P&gt;select * from kna1 into table itab where kunnr between s_kunnr-low and s-kunnr-high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget to give the reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 09:24:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1560424#M253485</guid>
      <dc:creator>shishupalreddy</dc:creator>
      <dc:date>2006-10-07T09:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1560425#M253486</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;check this sample code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: mkpf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options: s_date for mkpf-budat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the first field will be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_date-low&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the next fiedl will be s_date-high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so query will be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from table_naem where date = s_date-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;select * from table_naem where date = s_date-high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope u undrstud.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if hlped mark points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 09:25:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1560425#M253486</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-10-07T09:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1560426#M253487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT-OPTIONS :S_MATNR FOR MARA-MATNR.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;where select-options is table which contains fields like &lt;/P&gt;&lt;P&gt;low ,high,option,sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in order to write a query&lt;/P&gt;&lt;P&gt;we have to write like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select matnr from mara where matnr in s_matnr.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;select matnr from mara where matnr between s_matnr-low and s_matnr-high.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 09:29:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1560426#M253487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-07T09:29:39Z</dc:date>
    </item>
  </channel>
</rss>

