<?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/3803037#M914679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while so-low &amp;lt; = so_high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not so-low &amp;gt;=500 and so-low &amp;lt;=600.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write so-low.&lt;/P&gt;&lt;P&gt;skip 1.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add 1 to so-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endwhile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2008 08:25:05 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2008-05-22T08:25:05Z</dc:date>
    <item>
      <title>select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3803033#M914675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the select option I will give the range 1000 to 2000, I donu2019t want to print 500 to 600 how we will handle?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 08:17:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3803033#M914675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T08:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3803034#M914676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;pass the parameters to&lt;/P&gt;&lt;P&gt;SIGN, OPTION, LOW, HIGH....in the INITIALIZATION.....it may help u out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 08:20:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3803034#M914676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T08:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3803035#M914677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the select-option screen (when you hit F4), you have exclude values tab with the RED round icons. Fill in your exclude values here and then execute the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The select statement will automatically handle the values in select-options. (use select f1 f2 f3...from table into table itab1 &lt;STRONG&gt;where fld1 IN s_selection&lt;/STRONG&gt;.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 08:21:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3803035#M914677</guid>
      <dc:creator>former_member226999</dc:creator>
      <dc:date>2008-05-22T08:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3803036#M914678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If UR passing values to select option then ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO_sign = "E'&lt;/P&gt;&lt;P&gt;SO_option = 'BT'.&lt;/P&gt;&lt;P&gt;SO_low = 500&lt;/P&gt;&lt;P&gt;SO_high = 600.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this in select statement ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 08:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3803036#M914678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T08:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3803037#M914679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while so-low &amp;lt; = so_high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not so-low &amp;gt;=500 and so-low &amp;lt;=600.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write so-low.&lt;/P&gt;&lt;P&gt;skip 1.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add 1 to so-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endwhile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 08:25:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3803037#M914679</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2008-05-22T08:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3803038#M914680</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;&lt;/P&gt;&lt;P&gt;SO_sign = 'I'&lt;/P&gt;&lt;P&gt;SO_option = 'BT'.&lt;/P&gt;&lt;P&gt;SO_low = 1000&lt;/P&gt;&lt;P&gt;SO_high = 2000.&lt;/P&gt;&lt;P&gt;append so_high&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;500 &amp;amp; 600 are excluded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear so_high.&lt;/P&gt;&lt;P&gt;SO_sign = 'E'&lt;/P&gt;&lt;P&gt;SO_option = 'EQ'.&lt;/P&gt;&lt;P&gt;SO_low = 500&lt;/P&gt;&lt;P&gt; append so_high&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO_sign = 'E'&lt;/P&gt;&lt;P&gt;SO_option = 'EQ'.&lt;/P&gt;&lt;P&gt;SO_low = 600&lt;/P&gt;&lt;P&gt; append so_high&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 08:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3803038#M914680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T08:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3803039#M914681</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;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once excute your program, In selection screen you can find Extention tab. in there select interval tab and give the ranges( what you want retrieve and print records) and again select the Exclude interval tab and give the ranges ( what dont want retrieve and print records).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishvesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 08:33:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3803039#M914681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T08:33:51Z</dc:date>
    </item>
  </channel>
</rss>

