<?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: Date Function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-function/m-p/4766099#M1117244</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may use FM [LAST_DAY_IN_PERIOD_GET|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&amp;amp;query=last_day_in_period_get+&amp;amp;adv=false&amp;amp;sortby=cm_rnd_rankvalue] and [FIRST_DAY_IN_PERIOD_GET|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&amp;amp;query=first_day_in_period_get&amp;amp;adv=false&amp;amp;sortby=cm_rnd_rankvalue] to determine the date required, the rest is basic abap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Nov 2008 20:11:16 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2008-11-01T20:11:16Z</dc:date>
    <item>
      <title>Date Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-function/m-p/4766097#M1117242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone will me writing ABAP statements for ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have fiscal year period 001 to 003 and 004 to 006 , 007 to 009 and 010 to 012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the data for these split period which need to be collected for the 3-3-3-3 pattern.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;means 3 months data need to be collected as q1,q2,a3 AND Q4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAN anyone will give me the steps to write down this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 18:59:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-function/m-p/4766097#M1117242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T18:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Date Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-function/m-p/4766098#M1117243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which type of Data you are talking here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must be knowing the Start Date &amp;amp; the End Date of every Fiscal Year, Based on that you can segregate your values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets Say you have got an Internal Table Itab with fields as Amount &amp;amp; Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q1 = Sum (Quantities)  where start_date_of_q1 &amp;gt;= Date and Date &amp;lt;= end_date_of_q1  &lt;/P&gt;&lt;P&gt;Q2 = Sum (Quantities)  where start_date_of_q2 &amp;gt;= Date and Date &amp;lt;= end_date_of_q2  &lt;/P&gt;&lt;P&gt;Q3 = Sum (Quantities)  where start_date_of_q3 &amp;gt;= Date and Date &amp;lt;= end_date_of_q3  &lt;/P&gt;&lt;P&gt;Q4 = Sum (Quantities)  where start_date_of_q4 &amp;gt;= Date and Date &amp;lt;= end_date_of_q4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2008 20:05:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-function/m-p/4766098#M1117243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-01T20:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Date Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-function/m-p/4766099#M1117244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may use FM [LAST_DAY_IN_PERIOD_GET|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&amp;amp;query=last_day_in_period_get+&amp;amp;adv=false&amp;amp;sortby=cm_rnd_rankvalue] and [FIRST_DAY_IN_PERIOD_GET|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&amp;amp;query=first_day_in_period_get&amp;amp;adv=false&amp;amp;sortby=cm_rnd_rankvalue] to determine the date required, the rest is basic abap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Nov 2008 20:11:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-function/m-p/4766099#M1117244</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-11-01T20:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Date Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-function/m-p/4766100#M1117245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to store... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fiscal year period 001.2008 to 003.2008 this is the range from and to which i have to store  in an single variable...that is fiscal year..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sonu Sharma on Nov 5, 2008 5:30 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2008 04:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-function/m-p/4766100#M1117245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-05T04:24:14Z</dc:date>
    </item>
  </channel>
</rss>

