<?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: looking for FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-fm/m-p/1245356#M143415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai liat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date of quarter:&lt;/P&gt;&lt;P&gt;Returns selection range for the Quarter of the given year.&lt;/P&gt;&lt;P&gt;             RS_VARI_V_QUARTER1XXXX &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first day and last day of month:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returns first day of the actual/last/next month:&lt;/P&gt;&lt;P&gt;       RS_VARI_V_1_ACTUAL_MONTH &lt;/P&gt;&lt;P&gt;       RS_VARI_V_1_LAST_MONTH &lt;/P&gt;&lt;P&gt;       RS_VARI_V_1_NEXT_MONTH &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Determine last day of month :&lt;/P&gt;&lt;P&gt;       RP_LAST_DAY_OF_MONTHS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;praba.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Apr 2006 09:01:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-24T09:01:56Z</dc:date>
    <item>
      <title>looking for FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-fm/m-p/1245352#M143411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.i'm looking for FM that know to find the date of quarter.&lt;/P&gt;&lt;P&gt;2.the first day and last day of month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2006 08:38:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-fm/m-p/1245352#M143411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-24T08:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: looking for FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-fm/m-p/1245353#M143412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi liat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. HR_99S_GET_DATES_QUARTER&lt;/P&gt;&lt;P&gt;   For quarter&lt;/P&gt;&lt;P&gt;  (just pass the quarter number,&lt;/P&gt;&lt;P&gt;   and the year,&lt;/P&gt;&lt;P&gt;  it will give start and end date of the  quarter)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;&amp;lt;b&amp;gt;SLIM_GET_QUARTERLY_PERIODS&lt;/P&gt;&lt;P&gt;we can also use this FM,&lt;/P&gt;&lt;P&gt;it will give all the QUARTERS&lt;/P&gt;&lt;P&gt;with their corresponding start and end dates.&amp;lt;/b&amp;gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. HR_JP_MONTH_BEGIN_END_DATE&lt;/P&gt;&lt;P&gt;   This will give both start and end dates .&lt;/P&gt;&lt;P&gt;  (we  have to pass a date )&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2006 08:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-fm/m-p/1245353#M143412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-24T08:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: looking for FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-fm/m-p/1245354#M143413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;last day of month : BKK_GET_MONTH_LASTDAY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2006 08:41:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-fm/m-p/1245354#M143413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-24T08:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: looking for FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-fm/m-p/1245355#M143414</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;You can use the following function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WSAF_GET_LAST_DAY_OF_MONTH      Get Last Day Of the Month &lt;/P&gt;&lt;P&gt;FKK_ADD_WORKINGDAY              Get nth working day of the month &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark helpful answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Mishra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2006 08:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-fm/m-p/1245355#M143414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-24T08:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: looking for FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-fm/m-p/1245356#M143415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai liat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date of quarter:&lt;/P&gt;&lt;P&gt;Returns selection range for the Quarter of the given year.&lt;/P&gt;&lt;P&gt;             RS_VARI_V_QUARTER1XXXX &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first day and last day of month:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returns first day of the actual/last/next month:&lt;/P&gt;&lt;P&gt;       RS_VARI_V_1_ACTUAL_MONTH &lt;/P&gt;&lt;P&gt;       RS_VARI_V_1_LAST_MONTH &lt;/P&gt;&lt;P&gt;       RS_VARI_V_1_NEXT_MONTH &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Determine last day of month :&lt;/P&gt;&lt;P&gt;       RP_LAST_DAY_OF_MONTHS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;praba.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Apr 2006 09:01:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/looking-for-fm/m-p/1245356#M143415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-24T09:01:56Z</dc:date>
    </item>
  </channel>
</rss>

