<?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: Reg: select-option in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-select-option/m-p/2450383#M549077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just do F1 on SELECT-OPTIONS and you will get the detailed help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jul 2007 03:58:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-03T03:58:20Z</dc:date>
    <item>
      <title>Reg: select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-select-option/m-p/2450382#M549076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;can anyone explain me the internal format of the select-option...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 03:56:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-select-option/m-p/2450382#M549076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T03:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-select-option/m-p/2450383#M549077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just do F1 on SELECT-OPTIONS and you will get the detailed help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 03:58:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-select-option/m-p/2450383#M549077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T03:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-select-option/m-p/2450384#M549078</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;internally select-options will create an internal table with the name of the select-options and fields are LOW,HIGH,OPTION,SIGN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this link for more help.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba71f35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba71f35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 03:58:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-select-option/m-p/2450384#M549078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T03:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-select-option/m-p/2450385#M549079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select is used for entering the values as ranges on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP maintains this select-option as a internal table which has the fields along with header line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sign&lt;/P&gt;&lt;P&gt;opion&lt;/P&gt;&lt;P&gt;low and high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so u can assign the values of the fields in the initialization.&lt;/P&gt;&lt;P&gt;sign indicates- Excluding or including ('E' or 'I').&lt;/P&gt;&lt;P&gt;Option indicates: EQ NE LT GT GE LE&lt;/P&gt;&lt;P&gt;low - lower value&lt;/P&gt;&lt;P&gt;High - higher value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 04:00:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-select-option/m-p/2450385#M549079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T04:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-select-option/m-p/2450386#M549080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select-options are just like internal tables. they are used to give user a multi selection option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Example:&lt;/P&gt;&lt;P&gt;tables: sflight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options: carrid for sflight-CARRID.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;select-option have.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;LOW : lower range limit&lt;/P&gt;&lt;P&gt;HIGH : high range limit&lt;/P&gt;&lt;P&gt;SIGN : operator used like =, &amp;lt;&amp;gt; , &amp;lt;= , &amp;gt;=.&lt;/P&gt;&lt;P&gt;OPTION : I = inclulde, E = exclude.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;following are the addition for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS sel FOR f. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1. ... DEFAULT g &lt;/P&gt;&lt;P&gt;2. ... DEFAULT g ... OPTION xx ... SIGN s &lt;/P&gt;&lt;P&gt;3. ... DEFAULT g TO h &lt;/P&gt;&lt;P&gt;4. ... DEFAULT g TO h ... OPTION op ... SIGN s &lt;/P&gt;&lt;P&gt;5. ... MEMORY ID pid &lt;/P&gt;&lt;P&gt;6. ... MATCHCODE OBJECT mobj &lt;/P&gt;&lt;P&gt;7. MODIF ID key &lt;/P&gt;&lt;P&gt;8. ... NO-DISPLAY &lt;/P&gt;&lt;P&gt;9. ... LOWER CASE &lt;/P&gt;&lt;P&gt;10. ... OBLIGATORY &lt;/P&gt;&lt;P&gt;11. ... NO-EXTENSION &lt;/P&gt;&lt;P&gt;12. ... NO INTERVALS &lt;/P&gt;&lt;P&gt;13. ... NO DATABASE SELECTION &lt;/P&gt;&lt;P&gt;14. ... VALUE-REQUEST &lt;/P&gt;&lt;P&gt;15. ... VALUE-REQUEST FOR LOW/HIGH &lt;/P&gt;&lt;P&gt;16. ... HELP-REQUEST &lt;/P&gt;&lt;P&gt;17. ... HELP-REQUEST FOR LOW/HIGH &lt;/P&gt;&lt;P&gt;18. ... VISIBLE LENGTH vlen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points... if you feel helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers ! &lt;/P&gt;&lt;P&gt;Moqeeth.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 04:00:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-select-option/m-p/2450386#M549080</guid>
      <dc:creator>mohammed_moqeeth</dc:creator>
      <dc:date>2007-07-03T04:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-select-option/m-p/2450387#M549081</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-options : matnr for mara-matnr .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this select-potions is act like internal table holds the contents like ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              -option,&lt;/P&gt;&lt;P&gt;              -sing ,&lt;/P&gt;&lt;P&gt;              -low,&lt;/P&gt;&lt;P&gt;              -high .&lt;/P&gt;&lt;P&gt;we can fil internal table by values .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 06:21:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-select-option/m-p/2450387#M549081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T06:21:20Z</dc:date>
    </item>
  </channel>
</rss>

