<?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: Report help for multiple Date Select options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-for-multiple-date-select-options/m-p/5816368#M1314196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your prompt reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But , the user can also take the report by giving only one date selection or two or three as like month wise report. So as u said, here the date selection pn-endda-high will differ and not knwon at the time of select command. How to derive it in this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jun 2009 05:43:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-30T05:43:29Z</dc:date>
    <item>
      <title>Report help for multiple Date Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-for-multiple-date-select-options/m-p/5816365#M1314193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a particular year wise report, the client wants 12 date select-options which are changeable and informal every year .The report will also be displayed as per the given date selection period wise. Please help me how to fetch the datas from the table as per the given selection period. Currently the report have one date select-option where the user gives selection range as 1.04 to 31.03. It's related to EB power consumption report and hence the new requirement on date selection which are informal and not a fixed date of every year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:Selection-Screen&lt;/P&gt;&lt;P&gt;Period 1 : 08.04.2008 to 12.05.2008&lt;/P&gt;&lt;P&gt;Period 2: 12.05.2008 to 20.06.2008&lt;/P&gt;&lt;P&gt;Period 3: 21.06.2008 to 28.07.2008&lt;/P&gt;&lt;P&gt;Period 4: 29.07.2008 to 15.08.2008&lt;/P&gt;&lt;P&gt;Period 5: 15.08.2008 to 21.09.2008&lt;/P&gt;&lt;P&gt;Period 6 : 21.09.2008 to 14.10.2008&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data will derive as per the above selection ranges.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise with example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 05:33:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-for-multiple-date-select-options/m-p/5816365#M1314193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-30T05:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Report help for multiple Date Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-for-multiple-date-select-options/m-p/5816366#M1314194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just define the selection-screen with the appropriate Logical data base.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then Conider Pn-begda : Low value&lt;/P&gt;&lt;P&gt;Pn-endda.:high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then consider  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select querry * where date1&amp;lt;= pn-begda and date2 &amp;gt;= pn-endda.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps....&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;sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 05:39:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-for-multiple-date-select-options/m-p/5816366#M1314194</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-30T05:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Report help for multiple Date Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-for-multiple-date-select-options/m-p/5816367#M1314195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Ex:Selection-Screen&lt;/P&gt;&lt;P&gt;&amp;gt; Period 1 : 08.04.2008 to 12.05.2008&lt;/P&gt;&lt;P&gt;&amp;gt; Period 2: 12.05.2008 to 20.06.2008&lt;/P&gt;&lt;P&gt;&amp;gt; Period 3: 21.06.2008 to 28.07.2008&lt;/P&gt;&lt;P&gt;&amp;gt; Period 4: 29.07.2008 to 15.08.2008&lt;/P&gt;&lt;P&gt;&amp;gt; Period 5: 15.08.2008 to 21.09.2008&lt;/P&gt;&lt;P&gt;&amp;gt; Period 6 : 21.09.2008 to 14.10.2008&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case just derive all records matching dates between 08.04.2008 (low in first select-options) and 14.10.2008(high in last select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also my advice is to use a single select-options and prompt the user to give the dates as ranges in the multiple entries dialog which can be opened by clicking the button on the right side of the select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 05:40:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-for-multiple-date-select-options/m-p/5816367#M1314195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-30T05:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Report help for multiple Date Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-for-multiple-date-select-options/m-p/5816368#M1314196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your prompt reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But , the user can also take the report by giving only one date selection or two or three as like month wise report. So as u said, here the date selection pn-endda-high will differ and not knwon at the time of select command. How to derive it in this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 05:43:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-for-multiple-date-select-options/m-p/5816368#M1314196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-30T05:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Report help for multiple Date Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-for-multiple-date-select-options/m-p/5816369#M1314197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then use a single select-options and ask the users to enter the select ranges in the multiple selection dialog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just use as usual in query as IN s_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 05:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-for-multiple-date-select-options/m-p/5816369#M1314197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-30T05:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Report help for multiple Date Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-for-multiple-date-select-options/m-p/5816370#M1314198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Aug 2010 10:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-help-for-multiple-date-select-options/m-p/5816370#M1314198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-26T10:30:11Z</dc:date>
    </item>
  </channel>
</rss>

