<?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 weekly report! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/weekly-report/m-p/7864664#M1593257</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;I have developed a report( weekly report) to get total number of the contents inside an internal table in a particular Date range. suppose if the date range is 01/01/2010  to 29/01/2010 ,the user first enter the date from the select-option then a weekly report in ALV appears to him. the dates like for example :&lt;/P&gt;&lt;P&gt;                                                           01/01/2010&lt;/P&gt;&lt;P&gt;                                                           08/01/2010&lt;/P&gt;&lt;P&gt;                                                           15/01/2010&lt;/P&gt;&lt;P&gt;                                                           22/01/2010&lt;/P&gt;&lt;P&gt;                                                           29/01/2010.&lt;/P&gt;&lt;P&gt;After getting these dates I have to find the sum of the contents inside that range between: &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; 01/01/2010 &amp;amp; 08/01/2010 &amp;gt;&amp;gt;&amp;gt; total number of (Bookings) = 432132 (e.g)&lt;/P&gt;&lt;P&gt; 09/01/2010 &amp;amp;  15/01/2010 &amp;gt;&amp;gt;&amp;gt;.....&lt;/P&gt;&lt;P&gt; 16/01/2010 &amp;amp; 22/01/2010&amp;gt;&amp;gt;&amp;gt;&amp;gt;....&lt;/P&gt;&lt;P&gt; 23/01/2010 &amp;amp; 29/01/2010.&amp;gt;&amp;gt;&amp;gt;.....&lt;/P&gt;&lt;P&gt; and so on,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have manage to get the total sum of all the field contents but the date is the problem. it's getting the sum daily not weekly.&lt;/P&gt;&lt;P&gt;in the report that will be displayed in the ALV, the date type is D. and in the internal table to manipulate the data, I declaired (auth_date(2) type n).  then i have used (auth_date+6(2) ) to get the weekly days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Experts please help me to find a solution  for this report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 May 2011 08:49:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-14T08:49:13Z</dc:date>
    <item>
      <title>weekly report!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/weekly-report/m-p/7864664#M1593257</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;I have developed a report( weekly report) to get total number of the contents inside an internal table in a particular Date range. suppose if the date range is 01/01/2010  to 29/01/2010 ,the user first enter the date from the select-option then a weekly report in ALV appears to him. the dates like for example :&lt;/P&gt;&lt;P&gt;                                                           01/01/2010&lt;/P&gt;&lt;P&gt;                                                           08/01/2010&lt;/P&gt;&lt;P&gt;                                                           15/01/2010&lt;/P&gt;&lt;P&gt;                                                           22/01/2010&lt;/P&gt;&lt;P&gt;                                                           29/01/2010.&lt;/P&gt;&lt;P&gt;After getting these dates I have to find the sum of the contents inside that range between: &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; 01/01/2010 &amp;amp; 08/01/2010 &amp;gt;&amp;gt;&amp;gt; total number of (Bookings) = 432132 (e.g)&lt;/P&gt;&lt;P&gt; 09/01/2010 &amp;amp;  15/01/2010 &amp;gt;&amp;gt;&amp;gt;.....&lt;/P&gt;&lt;P&gt; 16/01/2010 &amp;amp; 22/01/2010&amp;gt;&amp;gt;&amp;gt;&amp;gt;....&lt;/P&gt;&lt;P&gt; 23/01/2010 &amp;amp; 29/01/2010.&amp;gt;&amp;gt;&amp;gt;.....&lt;/P&gt;&lt;P&gt; and so on,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have manage to get the total sum of all the field contents but the date is the problem. it's getting the sum daily not weekly.&lt;/P&gt;&lt;P&gt;in the report that will be displayed in the ALV, the date type is D. and in the internal table to manipulate the data, I declaired (auth_date(2) type n).  then i have used (auth_date+6(2) ) to get the weekly days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Experts please help me to find a solution  for this report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 May 2011 08:49:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/weekly-report/m-p/7864664#M1593257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-14T08:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: weekly report!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/weekly-report/m-p/7864665#M1593258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you may add a WEEK field to your list, use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'DATE_GET_WEEK'
  EXPORTING
    DATE               = &amp;lt;date&amp;gt;
 IMPORTING
   WEEK               = &amp;lt;week&amp;gt;
 EXCEPTIONS
   DATE_INVALID       = 1
*   OTHERS             = 2
            .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;set sort on that field in ALV, create subtotal and total for what you want to know weekly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 May 2011 12:19:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/weekly-report/m-p/7864665#M1593258</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-05-14T12:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: weekly report!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/weekly-report/m-p/7864666#M1593259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sir,&lt;/P&gt;&lt;P&gt;although this way is good but it's not applicable to my code...&lt;/P&gt;&lt;P&gt;Can I do it manually instead of using a function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 May 2011 05:28:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/weekly-report/m-p/7864666#M1593259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-15T05:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: weekly report!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/weekly-report/m-p/7864667#M1593260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;manually? Donwload to excel, use excel (week &amp;amp; sum) functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 May 2011 14:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/weekly-report/m-p/7864667#M1593260</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-05-15T14:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: weekly report!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/weekly-report/m-p/7864668#M1593261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've managed to solve this problem... Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Jun 2011 07:57:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/weekly-report/m-p/7864668#M1593261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-04T07:57:41Z</dc:date>
    </item>
  </channel>
</rss>

