<?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: Quest in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/quest/m-p/1817648#M349905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select option and ranges are same technically. The only difference is that if you declare a variable as select option you will see it in the selection screen where as if you declare it as a range you wont. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typically range is used when you want the features of a select option but do not want it to be displayed on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;P&gt;Reward points for helpful points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jan 2007 04:09:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-11T04:09:10Z</dc:date>
    <item>
      <title>Quest</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quest/m-p/1817646#M349903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What is the main diff between  Select options and ranges?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;venugopal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 04:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quest/m-p/1817646#M349903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T04:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Quest</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quest/m-p/1817647#M349904</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;Basically select-options are used to refer the table fields and are diretcly linked  to the table references...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we want to define our own variables for the select options, then we use the Ranges options and define an internal table with all the fields we want and also the comparisions like inclusion, exclusion and all...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;SImha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 04:07:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quest/m-p/1817647#M349904</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2007-01-11T04:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Quest</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quest/m-p/1817648#M349905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select option and ranges are same technically. The only difference is that if you declare a variable as select option you will see it in the selection screen where as if you declare it as a range you wont. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typically range is used when you want the features of a select option but do not want it to be displayed on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;P&gt;Reward points for helpful points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 04:09:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quest/m-p/1817648#M349905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T04:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Quest</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quest/m-p/1817649#M349906</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;Select option is used in selection screen so that user can decide the input.&lt;/P&gt;&lt;P&gt;Ranges are also similar to select option.It cannot be used in selection screen.The input to ranges is mostly decided by developers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/ranges.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/ranges.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/select_o.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/select_o.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 04:11:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quest/m-p/1817649#M349906</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-01-11T04:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Quest</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quest/m-p/1817650#M349907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both SELECT-OPTIONS &amp;amp; RANGES works for the same purpose.  They both are used for the range selection from selection screen.  The main diff. between them is, while we use SELECT-OPTIONS system implicitly creates the select options internal table which contains the fields of SIGN,OPTION,LOW &amp;amp; HIGH.  But in case of RANGES, this internal table should be defined explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at below link.&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://www.sap-img.com/abap/difference-between-select-options-ranges.htm"&amp;gt;Difference between select-options and ranges&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 04:22:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quest/m-p/1817650#M349907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T04:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Quest</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quest/m-p/1817651#M349908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As everyone said, both does the same functionality.&lt;/P&gt;&lt;P&gt;In SELECT-OPTIONS, you can have additional features as whether to have INTERVALS, EXTENSION. You can also have MODIF-ID implemented for the SELECT-OPTIONS as it is displayed on the screen.&lt;/P&gt;&lt;P&gt;These options are not available with RANGES.&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;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2007 05:02:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quest/m-p/1817651#M349908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-11T05:02:03Z</dc:date>
    </item>
  </channel>
</rss>

