<?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: Weekly report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/weekly-report/m-p/2539649#M576922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Seshu,&lt;/P&gt;&lt;P&gt;        In the selection screen if i enter the date range as 04/04/2007 to 07/08/2007, then my program should display  work orders and order types separately for all the 14weeks.&lt;/P&gt;&lt;P&gt;then i will download this data in an excel file and plot the graph for each week.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Jul 2007 19:29:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-08T19:29:10Z</dc:date>
    <item>
      <title>Weekly report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/weekly-report/m-p/2539647#M576920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi :&lt;/P&gt;&lt;P&gt;   In my selection screen, i have select option for date (  latest finish date of the work order S022-SSEDD.&lt;/P&gt;&lt;P&gt;But my report should display work orders for every week, say in my selection screen if i enter date range as 06/08/2007 to 07/08/2007, it should display work orders  for every week separately.&lt;/P&gt;&lt;P&gt;At present , my report is displaying all the work orders together for the date range entered, but i want to display then for every week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;~R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jul 2007 19:13:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/weekly-report/m-p/2539647#M576920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-08T19:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/weekly-report/m-p/2539648#M576921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raghu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just define one range &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ranges r_date for sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r_date-low = sy-datum.&lt;/P&gt;&lt;P&gt;r_date-high = sy-datum - 7.&lt;/P&gt;&lt;P&gt;r_date-option = 'BT'.&lt;/P&gt;&lt;P&gt;r_date-sign = 'I'.&lt;/P&gt;&lt;P&gt;append r_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use r_date in select query as in operator,it will get week data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jul 2007 19:21:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/weekly-report/m-p/2539648#M576921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-08T19:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/weekly-report/m-p/2539649#M576922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Seshu,&lt;/P&gt;&lt;P&gt;        In the selection screen if i enter the date range as 04/04/2007 to 07/08/2007, then my program should display  work orders and order types separately for all the 14weeks.&lt;/P&gt;&lt;P&gt;then i will download this data in an excel file and plot the graph for each week.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jul 2007 19:29:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/weekly-report/m-p/2539649#M576922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-08T19:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/weekly-report/m-p/2539650#M576923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well,you need to write diffrent logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first you need to find out how many weeks depend upon date range in selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can write normal select query with what ever data range user enters in selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now within loop,you know how many weeks - date range entered in selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;keep one variable as increment..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this variable fills 1 for 1 week,2 for 2 week data like this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append this variable into internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have data in final internal table,use at new command with variable ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when ever variable triggers then download the data into xls file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to write the code - variable is typicall, you can get the number of weeks ,use that number in one variable,now use do variable times like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jul 2007 19:41:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/weekly-report/m-p/2539650#M576923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-08T19:41: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/2539651#M576924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can i get sample code for this.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I want to extract work orders weekly, when i enter some date range in S_DATE say 06/06/07 to 07/07/07 then it should display work orders separately for each week.&lt;/P&gt;&lt;P&gt;I am able to display all the workorders together for the given date range, now i have filter it weekly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate if some one help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;~R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 17:51:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/weekly-report/m-p/2539651#M576924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T17:51:37Z</dc:date>
    </item>
  </channel>
</rss>

