<?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 function module for date in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-date/m-p/2939882#M693018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; my requirement is , I am having a fiscial year ( gjahr) and period ie month (monart) . Now i need afunction module that gives the last date of the month. say if it is january it should give 31 - month-year. I want to populate this date to the budat field. so please tell me how to solve this issue. i want to pass as date-month-year to budat. but i am having year as seperate field and month as seperate field. so please tell me the function module that gives all the three or any other solution to this.&lt;/P&gt;&lt;P&gt;thanks for all the replies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2007 15:15:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-18T15:15:38Z</dc:date>
    <item>
      <title>function module for date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-date/m-p/2939882#M693018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; my requirement is , I am having a fiscial year ( gjahr) and period ie month (monart) . Now i need afunction module that gives the last date of the month. say if it is january it should give 31 - month-year. I want to populate this date to the budat field. so please tell me how to solve this issue. i want to pass as date-month-year to budat. but i am having year as seperate field and month as seperate field. so please tell me the function module that gives all the three or any other solution to this.&lt;/P&gt;&lt;P&gt;thanks for all the replies&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 15:15:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-date/m-p/2939882#M693018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T15:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: function module for date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-date/m-p/2939883#M693019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use LAST_DAY_IN_PERIOD_GET.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 15:16:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-date/m-p/2939883#M693019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T15:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: function module for date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-date/m-p/2939884#M693020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try function module LAST_DAY_IN_PERIOD_GET to get last day in a fiscal period.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 15:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-date/m-p/2939884#M693020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T15:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: function module for date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-date/m-p/2939885#M693021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;populate month, year u have and 01 into w_datum in and it should always give day1 of that month like this.&lt;/P&gt;&lt;P&gt;concatenate l_year l_month '01' into w_datum_in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SLS_MISC_GET_LAST_DAY_OF_MONTH'&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              day_in            = w_datum_in&lt;/P&gt;&lt;P&gt;            IMPORTING&lt;/P&gt;&lt;P&gt;              last_day_of_month = w_datum_out&lt;/P&gt;&lt;P&gt;            EXCEPTIONS&lt;/P&gt;&lt;P&gt;              day_in_not_valid  = 1&lt;/P&gt;&lt;P&gt;              OTHERS            = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&lt;STRONG&gt;reward if solved&lt;/STRONG&gt;*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 15:23:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-date/m-p/2939885#M693021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T15:23:36Z</dc:date>
    </item>
  </channel>
</rss>

