<?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: Regarding Select-Options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/2730444#M633784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please define it like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report  zrich_0001.

tables: MCS1.

select-options: s_spbup for MCS1-spbup.

&lt;/CODE&gt;&lt;/PRE&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, 30 Aug 2007 15:53:09 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-08-30T15:53:09Z</dc:date>
    <item>
      <title>Regarding Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/2730443#M633783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my report i need to declare a select-option . This select-option is a combination of Period and fiscal year i..e the values in the select-option should be like&lt;/P&gt;&lt;P&gt; &amp;lt;b&amp;gt;PPP/YYYY&amp;lt;/b&amp;gt; period and year need to be separated by "/".&lt;/P&gt;&lt;P&gt;I had declared in that format. Here the period starts from 001-012.&amp;lt;b&amp;gt;So when ever the User enters 010/2005 in low and 007/2007 in high it is giving an error that Lower limit is greater than Higher limit .&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to eliminate that error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 15:45:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/2730443#M633783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T15:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/2730444#M633784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please define it like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report  zrich_0001.

tables: MCS1.

select-options: s_spbup for MCS1-spbup.

&lt;/CODE&gt;&lt;/PRE&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, 30 Aug 2007 15:53:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/2730444#M633784</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-08-30T15:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/2730445#M633785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghvendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to use this select option line this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you need to give multiple ranges or selection there?? If not, create two Parameters in the same line..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT text-001.&lt;/P&gt;&lt;P&gt;PARAMETER : per1(7) TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 10.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT text-002.&lt;/P&gt;&lt;P&gt;PARAMETER : p_per2(7) TYPE c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Vikas Bittera.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**&lt;STRONG&gt;Reward if useful&lt;/STRONG&gt;**&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 15:58:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/2730445#M633785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T15:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/2730446#M633786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data: w_period type SPBUP.&lt;/P&gt;&lt;P&gt;select-options:&lt;/P&gt;&lt;P&gt;  s_period for w_period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the above code and make sure to enter date in the format &amp;lt;b&amp;gt;PP/YYYY&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter 10/2005 in low and 07/2007 in high.....&lt;/P&gt;&lt;P&gt;&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;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 16:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/2730446#M633786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T16:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/2730447#M633787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Vikas/Pavan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to give Multiple option over here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2007 16:16:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-options/m-p/2730447#M633787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-30T16:16:32Z</dc:date>
    </item>
  </channel>
</rss>

