<?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 basic select option question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-select-option-question/m-p/4114828#M983760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure how hidden select options  works..i have attached example for reference...please any body explain select option.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Hidden select options for MPP, QC, and Non-401K eligible employees&lt;/P&gt;&lt;P&gt;select-options:  S1 for P0001-BTRTL MODIF ID HID,&lt;/P&gt;&lt;P&gt;                 S2  for P0001-BTRTL MODIF ID HID,&lt;/P&gt;&lt;P&gt;                 S3 for P0001-BTRTL MODIF ID HID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2008 18:27:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-10T18:27:07Z</dc:date>
    <item>
      <title>basic select option question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-select-option-question/m-p/4114828#M983760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure how hidden select options  works..i have attached example for reference...please any body explain select option.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Hidden select options for MPP, QC, and Non-401K eligible employees&lt;/P&gt;&lt;P&gt;select-options:  S1 for P0001-BTRTL MODIF ID HID,&lt;/P&gt;&lt;P&gt;                 S2  for P0001-BTRTL MODIF ID HID,&lt;/P&gt;&lt;P&gt;                 S3 for P0001-BTRTL MODIF ID HID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 18:27:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-select-option-question/m-p/4114828#M983760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T18:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: basic select option question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-select-option-question/m-p/4114829#M983761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While you are in the ABAP Editor, why not try putting your cursor over your Keyword, and press the F1 Key to get the SAP Help which will explain what you aer looking for.  It is much faster than posting a thread here and gets you in the habit of digging into things and learning about them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 18:29:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-select-option-question/m-p/4114829#M983761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T18:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: basic select option question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-select-option-question/m-p/4114830#M983762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to hide these Select-options from the selection screen, try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select-options: S1 for P0001-BTRTL MODIF ID HID,
                      S2 for P0001-BTRTL MODIF ID HID,
                      S3 for P0001-BTRTL MODIF ID HID.


at selection-screen output.

Loop at screen.
  if screen-group1 = 'HID'.
    screen-active = '0'.
    modify screen.
  endif.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 18:29:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-select-option-question/m-p/4114830#M983762</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-07-10T18:29:44Z</dc:date>
    </item>
  </channel>
</rss>

