<?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/3535067#M850593</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;Because parameters are having their own memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Select options have various inputs so at that time work area is needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dhruv Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Mar 2008 10:54:43 GMT</pubDate>
    <dc:creator>dhruv_shah3</dc:creator>
    <dc:date>2008-03-07T10:54:43Z</dc:date>
    <item>
      <title>select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3535065#M850591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai sir&lt;/P&gt;&lt;P&gt;      work area is mandatory while using select-options but it's optional while using parameters.&lt;/P&gt;&lt;P&gt;why ;;;;give me reason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 10:51:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3535065#M850591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T10:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3535066#M850592</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;That is because select options forms a internal table and parameters is just a field, so it doesn't require a work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection ranges are stored in programs using an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP statement SELECT-OPTIONS &amp;lt;selname&amp;gt; FOR &amp;lt;field&amp;gt; declares an internal table called&lt;/P&gt;&lt;P&gt;&amp;lt;selname&amp;gt;, containing four fields - SIGN, OPTION, LOW, and HIGH. The fields LOW and HIGH have&lt;/P&gt;&lt;P&gt;the same type as the field &amp;lt;field&amp;gt;.&lt;/P&gt;&lt;P&gt;The SIGN field can take the value 'I' (for inclusive) or 'E' (for exclusive).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The OPTION field can contain relational operators (EQ, NE, LE, LT, GE, GT), pattern operators (CP,&lt;/P&gt;&lt;P&gt;NP), and operators that allow you to enter intervals (BT, NB).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You place a single input/output field on the selection screen using the PARAMETERS statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the SELECT-OPTIONS statement to place a group of fields on the screen that allows users&lt;/P&gt;&lt;P&gt;to enter complex selections. The selection may be a single value, or any form of interval&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope this helps, Do reward.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Runal Singh on Mar 7, 2008 4:26 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 10:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3535066#M850592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T10:54: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/3535067#M850593</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;Because parameters are having their own memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Select options have various inputs so at that time work area is needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dhruv Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 10:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3535067#M850593</guid>
      <dc:creator>dhruv_shah3</dc:creator>
      <dc:date>2008-03-07T10:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3535068#M850594</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;Say if you have select-options for field F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an internal table declared with the name F and it has 4 fields, SIGN, OPTION, HIGH, LOW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in order to any kind of manipulation, you need to have a work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is not the case with PARAMETERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&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, 07 Mar 2008 10:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3535068#M850594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T10:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3535069#M850595</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-option is a table... with contains all the values in between what ever you enter between low and high of SO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter is not a table it acepts only one value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 10:56:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3535069#M850595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T10:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3535070#M850596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When we use select-options then a one d area is automatically created in the run time having fields Sign, Options, Low and High with the name of the select-options. for example if the select-options is S1 then it will take s1-sign, s1-options, s1-low, s1-high as the fields of that one d area. but in case of parameter no such one d area is created . so work area is optiona for parameters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 10:57:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/3535070#M850596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T10:57:15Z</dc:date>
    </item>
  </channel>
</rss>

