<?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 standard function modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-function-modules/m-p/2771690#M645853</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;can you explian what is the pupose of below Function Modules. mainly&lt;/P&gt;&lt;P&gt;when we USE??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) 'DATE_TO_PERIOD_CONVERT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) FIRST_DAY_IN_PERIOD_GET'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) 'LAST_DAY_IN_PERIOD_GET'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls. explain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Aug 2007 12:49:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-31T12:49:03Z</dc:date>
    <item>
      <title>standard function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-function-modules/m-p/2771690#M645853</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;can you explian what is the pupose of below Function Modules. mainly&lt;/P&gt;&lt;P&gt;when we USE??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) 'DATE_TO_PERIOD_CONVERT'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) FIRST_DAY_IN_PERIOD_GET'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) 'LAST_DAY_IN_PERIOD_GET'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls. explain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 12:49:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-function-modules/m-p/2771690#M645853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-31T12:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: standard function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-function-modules/m-p/2771691#M645854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'DATE_TO_PERIOD_CONVERT'&lt;/P&gt;&lt;P&gt;ABAP function to convert Current Date to Current Period &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIRST_DAY_IN_PERIOD_GET'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to check if its the first day of the period &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;) 'LAST_DAY_IN_PERIOD_GET'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to check if its the last day of the period &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function module 'LAST_DAY_IN_PERIOD_GET' and 'FIRST_DAY_IN_PERIOD_GET' do not take into consideration the Factory Calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 12:58:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-function-modules/m-p/2771691#M645854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-31T12:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: standard function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-function-modules/m-p/2771692#M645855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;DATE_TO_PERIOD_CONVERT&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Pass the module a calendar date (YYYYMMDD) and it returns the corresponding fiscal year and fiscal period.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;FIRST_DAY_IN_PERIOD_GET&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Pass the function module the desired fiscal period, fiscal	year, and fiscal year variant, and the function module returns the calendar date of the first day of the required period.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;LAST_DAY_IN_PERIOD_GET&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Pass the function module the desired fiscal period, fiscal year, and fiscal year variant, and the function module returns the calendar date of the last day of the required period.&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;srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 13:15:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-function-modules/m-p/2771692#M645855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-31T13:15:37Z</dc:date>
    </item>
  </channel>
</rss>

