<?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: difference b/w select options &amp; Ranges in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-select-options-ranges/m-p/4484232#M1061597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Farook,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS - On the selection screen, you can declare &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RANGES on the selection screen.&lt;/P&gt;&lt;P&gt;RANGES - Inside the program, if you want to have variable with RANGES option, use the RANGES variable. You cannot declare and use SELECT-OPTIONS inside the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: Declare an internal table that is also linked to input fields on a selection screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RANGES: Declare an internal table with the same structure as in select-options, but without linking it to a selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://72.14.203.104/search?q=cache:btyoj86smhEJ:www.sap-img.com/abap/difference-between-select-options-ranges.htm" target="test_blank"&gt;http://72.14.203.104/search?q=cache:btyoj86smhEJ:www.sap-img.com/abap/difference-between-select-options-ranges.htm&lt;/A&gt;&lt;EM&gt;Select-options&lt;/EM&gt;and&lt;EM&gt;ranges&lt;/EM&gt;IN+ABAP&amp;amp;hl=en&amp;amp;gl=in&amp;amp;ct=clnk&amp;amp;cd=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-select-options-ranges.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-select-options-ranges.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nitin Karamchandani on Sep 12, 2008 2:05 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Sep 2008 12:05:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-12T12:05:21Z</dc:date>
    <item>
      <title>difference b/w select options &amp; Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-select-options-ranges/m-p/4484225#M1061590</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;Can u explain me wat is the difference b/w select options &amp;amp; Ranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 11:54:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-select-options-ranges/m-p/4484225#M1061590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-12T11:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: difference b/w select options &amp; Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-select-options-ranges/m-p/4484226#M1061591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Farook&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select-options will have data from Selection Screen... whereas in Ranges, developer has to fill the data through coding.... Rest is same..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amol Lohade&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 11:56:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-select-options-ranges/m-p/4484226#M1061591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-12T11:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: difference b/w select options &amp; Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-select-options-ranges/m-p/4484227#M1061592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Functionally both are same. Select options appears on screen but range won't. Range just acts as normal variable with select option structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One limitation is when u use range in select query if u have more than 2000 entries in the range u will get a dump where as this restriction is not there with select option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 11:57:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-select-options-ranges/m-p/4484227#M1061592</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-09-12T11:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: difference b/w select options &amp; Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-select-options-ranges/m-p/4484228#M1061593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Search forum,&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5352793"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 11:59:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-select-options-ranges/m-p/4484228#M1061593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-12T11:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: difference b/w select options &amp; Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-select-options-ranges/m-p/4484229#M1061594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Farook,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Both are same for ranges, select-options is for your selection criteria in selection screen to be entered by the user and ranges ( obsolete now) is used in the program itself , its used as a variable in your program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  also refer to the link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-select-options-ranges.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-select-options-ranges.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With luck,&lt;/P&gt;&lt;P&gt;Pritam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 11:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-select-options-ranges/m-p/4484229#M1061594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-12T11:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: difference b/w select options &amp; Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-select-options-ranges/m-p/4484230#M1061595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Farooqh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Select opiton and Ranges|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5930627"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 12:00:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-select-options-ranges/m-p/4484230#M1061595</guid>
      <dc:creator>Mohamed_Mukhtar</dc:creator>
      <dc:date>2008-09-12T12:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: difference b/w select options &amp; Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-select-options-ranges/m-p/4484231#M1061596</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 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;&lt;/P&gt;&lt;P&gt;hope its helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 12:04:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-select-options-ranges/m-p/4484231#M1061596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-12T12:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: difference b/w select options &amp; Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-select-options-ranges/m-p/4484232#M1061597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Farook,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS - On the selection screen, you can declare &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RANGES on the selection screen.&lt;/P&gt;&lt;P&gt;RANGES - Inside the program, if you want to have variable with RANGES option, use the RANGES variable. You cannot declare and use SELECT-OPTIONS inside the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: Declare an internal table that is also linked to input fields on a selection screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RANGES: Declare an internal table with the same structure as in select-options, but without linking it to a selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://72.14.203.104/search?q=cache:btyoj86smhEJ:www.sap-img.com/abap/difference-between-select-options-ranges.htm" target="test_blank"&gt;http://72.14.203.104/search?q=cache:btyoj86smhEJ:www.sap-img.com/abap/difference-between-select-options-ranges.htm&lt;/A&gt;&lt;EM&gt;Select-options&lt;/EM&gt;and&lt;EM&gt;ranges&lt;/EM&gt;IN+ABAP&amp;amp;hl=en&amp;amp;gl=in&amp;amp;ct=clnk&amp;amp;cd=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-select-options-ranges.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-select-options-ranges.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nitin Karamchandani on Sep 12, 2008 2:05 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 12:05:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-select-options-ranges/m-p/4484232#M1061597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-12T12:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: difference b/w select options &amp; Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-select-options-ranges/m-p/4484233#M1061598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are similar but select-options is a more easy way when you create parameters because you don't need to define range parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using range you need to fill the structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2008 10:46:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-b-w-select-options-ranges/m-p/4484233#M1061598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-15T10:46:12Z</dc:date>
    </item>
  </channel>
</rss>

