<?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: help on selectoptions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-selectoptions/m-p/1037668#M85538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ranges: so_spmon type ISELLIST-MONTH .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at so_date .&lt;/P&gt;&lt;P&gt;  clear so_spmon .&lt;/P&gt;&lt;P&gt;  so_spmon-low = so_date-low(6) .&lt;/P&gt;&lt;P&gt;  so_spmon-high = so_date-high(6) .&lt;/P&gt;&lt;P&gt;  so_spmon-option = so_date-option .&lt;/P&gt;&lt;P&gt;  so_spmon-sign = so_date-sign .&lt;/P&gt;&lt;P&gt;  append so_spmon .&lt;/P&gt;&lt;P&gt;endloop .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alexandre Nogueira&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2005 13:52:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-07T13:52:39Z</dc:date>
    <item>
      <title>help on selectoptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-selectoptions/m-p/1037665#M85535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have date field as selectoptions.&lt;/P&gt;&lt;P&gt;Based on the data provided on selectoption i need to create one more selectoption with period.&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;date 20050612  to  20050908&lt;/P&gt;&lt;P&gt;need to create new selectoption.&lt;/P&gt;&lt;P&gt;period 200506  to 200509&lt;/P&gt;&lt;P&gt;please advise me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;chandu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 13:38:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-selectoptions/m-p/1037665#M85535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T13:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: help on selectoptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-selectoptions/m-p/1037666#M85536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selectoption: period like integer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would create ur select options field from - to all when u execute it.If u want the constants in select options then save that screen as a variant,so that it can be reused when u execute it next time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps u,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagarajan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 13:43:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-selectoptions/m-p/1037666#M85536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T13:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: help on selectoptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-selectoptions/m-p/1037667#M85537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if it is for using for selection in the program , you can add the "NO_DISPLAY" extension to the select-option(2nd one) defintion and it will not be displayed to the user...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then once the user has entered the value..in the event at selection-screen, you can append the entries into the select-option(2nd)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also use Ranges for this..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 13:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-selectoptions/m-p/1037667#M85537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T13:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: help on selectoptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-selectoptions/m-p/1037668#M85538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ranges: so_spmon type ISELLIST-MONTH .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at so_date .&lt;/P&gt;&lt;P&gt;  clear so_spmon .&lt;/P&gt;&lt;P&gt;  so_spmon-low = so_date-low(6) .&lt;/P&gt;&lt;P&gt;  so_spmon-high = so_date-high(6) .&lt;/P&gt;&lt;P&gt;  so_spmon-option = so_date-option .&lt;/P&gt;&lt;P&gt;  so_spmon-sign = so_date-sign .&lt;/P&gt;&lt;P&gt;  append so_spmon .&lt;/P&gt;&lt;P&gt;endloop .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alexandre Nogueira&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 13:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-selectoptions/m-p/1037668#M85538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T13:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: help on selectoptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-selectoptions/m-p/1037669#M85539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after entering the date press enter , at selection screen event fires in that you fill the dates for the other select options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;fill period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 13:52:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-selectoptions/m-p/1037669#M85539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T13:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: help on selectoptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-selectoptions/m-p/1037670#M85540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;period-low = date-low(6) .&lt;/P&gt;&lt;P&gt;peiod-high = date-high(6) .&lt;/P&gt;&lt;P&gt;period-option = 'BT'.&lt;/P&gt;&lt;P&gt;period-sign = 'I' .&lt;/P&gt;&lt;P&gt;append period .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 13:59:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-selectoptions/m-p/1037670#M85540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T13:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: help on selectoptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-selectoptions/m-p/1037671#M85541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT-OPTIONS : s_date FOR sy-datum DEFAULT '20050612' TO '20050908'.
SELECT-OPTIONS : s_period FOR dkkop-buper.

*
AT SELECTION-SCREEN OUTPUT.
  REFRESH s_period.
  LOOP AT s_date.
    MOVE-CORRESPONDING s_date TO s_period.
    COLLECT s_period.
  ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 14:05:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-selectoptions/m-p/1037671#M85541</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-12-07T14:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: help on selectoptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-selectoptions/m-p/1037672#M85542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;declare 2 select-options in the selection screen.&lt;/P&gt;&lt;P&gt;In INITIALIZATION. make 2 select-option as no-display.&lt;/P&gt;&lt;P&gt;when user enters date in the first select-option and press enter, do following.&lt;/P&gt;&lt;P&gt;  select-option2-low = select-option1-low+0(6).&lt;/P&gt;&lt;P&gt;  select-option2-high = select-option1-high+0(6).&lt;/P&gt;&lt;P&gt;  append select-option2.&lt;/P&gt;&lt;P&gt;In the at selection-screen, make this field visible and the program works normally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will work for u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 14:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-selectoptions/m-p/1037672#M85542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T14:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: help on selectoptions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-selectoptions/m-p/1037673#M85543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2005 14:19:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-selectoptions/m-p/1037673#M85543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-07T14:19:11Z</dc:date>
    </item>
  </channel>
</rss>

