<?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/2641456#M608133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT-OPTIONS declares an internal table which is automatically filled with values or ranges of values entered by the end user. For each SELECT-OPTIONS , the system creates a selection table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A selection table is an internal table with fields &lt;/P&gt;&lt;P&gt;SIGN, OPTION, LOW and HIGH.  &lt;/P&gt;&lt;P&gt;The data type of LOW and HIGH is the same as that of &amp;lt;field&amp;gt;.  &lt;/P&gt;&lt;P&gt;The SIGN field can take the following values: I: Inclusive (should apply) or &lt;/P&gt;&lt;P&gt;E: Exclusive (should not apply) &lt;/P&gt;&lt;P&gt;The OPTION field can take the following values: &lt;/P&gt;&lt;P&gt;EQ: Equal &lt;/P&gt;&lt;P&gt;NE: Not equal &lt;/P&gt;&lt;P&gt;GT: Greater than &lt;/P&gt;&lt;P&gt;GE: Greater than or equal &lt;/P&gt;&lt;P&gt;BT: Between &lt;/P&gt;&lt;P&gt;NB: Not between &lt;/P&gt;&lt;P&gt;LT: Less than&lt;/P&gt;&lt;P&gt;LE: Less than or equal &lt;/P&gt;&lt;P&gt;CP: Contains pattern &lt;/P&gt;&lt;P&gt;NP: No pattern. &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS allow users to fill an internal table with a range of values.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Reward appropriate points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Aug 2007 07:09:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-17T07:09:57Z</dc:date>
    <item>
      <title>Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2641450#M608127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;good morning to all , we are developing a report wherein  we need to enter somedetails in it .On the selection screen when we enter a field it gives a pop-up window .As select options acts like an Internal table and fills durign execution time it gives four options.&lt;/P&gt;&lt;P&gt;Sign ,option ,Low and High .I tried finding the F1 help to get some more data but unfortunately no relavant data I found there.  Kindly tell me the significance of each field attaching the screenshot .Reward point assured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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, 17 Aug 2007 02:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2641450#M608127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T02:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2641451#M608128</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;These are the Values for the fields of SELECT-OPTIONS internal table&lt;/P&gt;&lt;P&gt;SIGN -  'I' OR 'E'. (i.e INCLUDE OR EXCLUDE)&lt;/P&gt;&lt;P&gt;OPTION -  Operator like 'BT'   'EQ'    'GT'   'LT' ....&lt;/P&gt;&lt;P&gt;LOW - LOWER LIMIT VALUE&lt;/P&gt;&lt;P&gt;HIGH - UPPER LIMIT VALUE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Each Condition entered by user will be stored in a  New record in this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the user Selects the Multiple Selection Icon It gives a Popup where u can see:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Green Tab: Means "Include"&lt;/P&gt;&lt;P&gt;Red Tab: Means "Exclude"&lt;/P&gt;&lt;P&gt;Single Values&lt;/P&gt;&lt;P&gt;Intervals: Ranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 03:32:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2641451#M608128</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-17T03:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2641452#M608129</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;see this link&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;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba71235c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba71235c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if helpful&amp;lt;/b&amp;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>Fri, 17 Aug 2007 03:40:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2641452#M608129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T03:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2641453#M608130</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;&amp;lt;b&amp;gt;Select-Options &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internally a select-option behaves like an internal table.&lt;/P&gt;&lt;P&gt;The different fields of the internal table are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SIGN &amp;lt;/b&amp;gt; Possible Values: I, E  Include /Exclude&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;OPTION &amp;lt;/b&amp;gt; Possible values: EQ(Equal ),NE (Not Equal ),CP( contains pattern),NP( Not contains pattern),GE,LT,LE,GT, BT&lt;/P&gt;&lt;P&gt;LOW&lt;/P&gt;&lt;P&gt;HIGH&lt;/P&gt;&lt;P&gt;One might want to make it necessary to input some values for the execution of the program. In such a case the following addition is used&lt;/P&gt;&lt;P&gt;Obligatory&lt;/P&gt;&lt;P&gt;e.g Parameters p_id like vbak-vbeln obligatory&lt;/P&gt;&lt;P&gt;      Select-options s_vbeln for vbak-vbeln obligatory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;swati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 03:53:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2641453#M608130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T03:53: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/2641454#M608131</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;These are the Values for the fields of SELECT-OPTIONS internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIGN - 'I' OR 'E'. (i.e INCLUDE OR EXCLUDE)&lt;/P&gt;&lt;P&gt;OPTION - Operator like 'BT' 'EQ' 'GT' 'LT' ....&lt;/P&gt;&lt;P&gt;LOW - LOWER LIMIT VALUE&lt;/P&gt;&lt;P&gt;HIGH - UPPER LIMIT VALUE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Each Condition entered by user will be stored in a New record in the internal table whose name is the name which u ll give for select option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the user Selects the Multiple Selection Icon It gives a Popup where u can see:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Green Tab: Means "Include"&lt;/P&gt;&lt;P&gt;Red Tab: Means "Exclude"&lt;/P&gt;&lt;P&gt;Single Values&lt;/P&gt;&lt;P&gt;Intervals: Ranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this pou up window shows that u can give multiple values such as 1 to 100 and excluding some individual values like 96, 69. 88.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ranges we ll give in green tab and for excluding ill give values in red tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both for including n excluding we can give ranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inorder to c this but a break point in select options declaration and debug it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;f helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Suresh Aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 05:26:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2641454#M608131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T05:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2641455#M608132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! Mojindar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz try the following Function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;POPUP_TO_DISPLAY_TEXT&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Export the details what it asks.&lt;/P&gt;&lt;P&gt;      - Title&lt;/P&gt;&lt;P&gt;      - Text to be displayed.&lt;/P&gt;&lt;P&gt;      -  Start column &amp;amp; Row&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will pop-up by displaying the message you gave in the Text field under the Title u gave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its useful Reward me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nagulan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 06:04:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2641455#M608132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T06:04: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/2641456#M608133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT-OPTIONS declares an internal table which is automatically filled with values or ranges of values entered by the end user. For each SELECT-OPTIONS , the system creates a selection table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A selection table is an internal table with fields &lt;/P&gt;&lt;P&gt;SIGN, OPTION, LOW and HIGH.  &lt;/P&gt;&lt;P&gt;The data type of LOW and HIGH is the same as that of &amp;lt;field&amp;gt;.  &lt;/P&gt;&lt;P&gt;The SIGN field can take the following values: I: Inclusive (should apply) or &lt;/P&gt;&lt;P&gt;E: Exclusive (should not apply) &lt;/P&gt;&lt;P&gt;The OPTION field can take the following values: &lt;/P&gt;&lt;P&gt;EQ: Equal &lt;/P&gt;&lt;P&gt;NE: Not equal &lt;/P&gt;&lt;P&gt;GT: Greater than &lt;/P&gt;&lt;P&gt;GE: Greater than or equal &lt;/P&gt;&lt;P&gt;BT: Between &lt;/P&gt;&lt;P&gt;NB: Not between &lt;/P&gt;&lt;P&gt;LT: Less than&lt;/P&gt;&lt;P&gt;LE: Less than or equal &lt;/P&gt;&lt;P&gt;CP: Contains pattern &lt;/P&gt;&lt;P&gt;NP: No pattern. &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS allow users to fill an internal table with a range of values.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Reward appropriate points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2007 07:09:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2641456#M608133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-17T07:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2641457#M608134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the valuable inputs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 10:40:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2641457#M608134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T10:40:10Z</dc:date>
    </item>
  </channel>
</rss>

