<?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: Function Module for financial year in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-financial-year/m-p/3306819#M791960</link>
    <description>&lt;P&gt;Thank you bro&lt;/P&gt;</description>
    <pubDate>Fri, 30 Dec 2022 07:53:57 GMT</pubDate>
    <dc:creator>former_member1319509</dc:creator>
    <dc:date>2022-12-30T07:53:57Z</dc:date>
    <item>
      <title>Function Module for financial year</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-financial-year/m-p/3306815#M791956</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;        Can Anyone please tell me any function module which will give the start date and end date of the current financial year.&lt;/P&gt;&lt;P&gt;         For examle if i give sy-datum ( 28.01.2008 ) , i should get  01.04.2007  and 31.03.2008 as out put.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   heplful answers will be rewarded..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks And Regards&lt;/P&gt;&lt;P&gt;Sanoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 12:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-financial-year/m-p/3306815#M791956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T12:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for financial year</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-financial-year/m-p/3306816#M791957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;GM_GET_FISCAL_YEAR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GET_CURRENT_YEAR&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 12:41:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-financial-year/m-p/3306816#M791957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T12:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for financial year</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-financial-year/m-p/3306817#M791958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can get the current financial year using FM DATE_TO_PERIOD_CONVERT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then call FM FIRST_AND_LAST_DAY_IN_YEAR_GET to get the 1st and last day of the financial year.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 12:43:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-financial-year/m-p/3306817#M791958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T12:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for financial year</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-financial-year/m-p/3306818#M791959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use function module GET_CURRENT_YEAR to get the starting &amp;amp; ending, month and year for the fiscal year for a particular company code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later use the FM RP_LAST_DAY_OF_MONTHS to find the last day in the month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to see the output in se37 for all the fm mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First day for any month will always be '1' only &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2008 12:55:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-financial-year/m-p/3306818#M791959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-28T12:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module for financial year</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-financial-year/m-p/3306819#M791960</link>
      <description>&lt;P&gt;Thank you bro&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2022 07:53:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-financial-year/m-p/3306819#M791960</guid>
      <dc:creator>former_member1319509</dc:creator>
      <dc:date>2022-12-30T07:53:57Z</dc:date>
    </item>
  </channel>
</rss>

