<?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 Type programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-type-programming/m-p/1359120#M178605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check below FMs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MM_LAST_DAY_OF_MONTHS
RE_LAST_DAY_OF_MONTH
RP_LAST_DAY_OF_MONTHS 
SLS_MISC_GET_LAST_DAY_OF_MONTH
RS_VARI_V_1_LAST_MONTH 
RS_VARI_V_LAST_MONTH   
RS_VARI_V_L_LAST_MONTH 
LAST_DAY_OF_MONTHS
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;TM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jun 2006 11:46:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-14T11:46:31Z</dc:date>
    <item>
      <title>Date Type programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-type-programming/m-p/1359117#M178602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We need to write an ABAP program, which includes getting access to the Dates in a Transaction.  These Dates are dynamically computed at run time, based on Date Rules, which are created when configuring Date Management in the IMG.  Has anyone does this?  Are there Function Modules, which are delivered to assist?&lt;/P&gt;&lt;P&gt;The way it works is that a date is entered, such as Start Date, then a Date Rule is chosen for End Date, adn teh system automatically computes the End Date and displays it in the transaction.&lt;/P&gt;&lt;P&gt;Our specific case is to get to the CRM system Opportunity Milestone dates; however, since IMG Date Management and Configuration is available in all SAP systems, I assume there are also other transactions in other SAP systems (R3, etc) which also dynamically calculate dates based on teh cofigured rules - so that is why I open this question out to anyone who may have been called upon to do similar Date calcluation programming.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jun 2006 22:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-type-programming/m-p/1359117#M178602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-01T22:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Date Type programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-type-programming/m-p/1359118#M178603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Collins, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this kind of FMs &amp;lt;b&amp;gt;RP_LAST_DAY_OF_MONTHS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;if i give any date to this FM it will give end date of that month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want more like this search in se37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2006 11:35:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-type-programming/m-p/1359118#M178603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-14T11:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Date Type programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-type-programming/m-p/1359119#M178604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;SG_PS_GET_LAST_DAY_OF_MONTH 
BKK_GET_MONTH_LASTDAY      
SLS_MISC_GET_LAST_DAY_OF_MONTH
                
RE_LAST_DAY_OF_MONTH      &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the above FM's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2006 11:40:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-type-programming/m-p/1359119#M178604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-14T11:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Date Type programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-type-programming/m-p/1359120#M178605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check below FMs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MM_LAST_DAY_OF_MONTHS
RE_LAST_DAY_OF_MONTH
RP_LAST_DAY_OF_MONTHS 
SLS_MISC_GET_LAST_DAY_OF_MONTH
RS_VARI_V_1_LAST_MONTH 
RS_VARI_V_LAST_MONTH   
RS_VARI_V_L_LAST_MONTH 
LAST_DAY_OF_MONTHS
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;TM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2006 11:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-type-programming/m-p/1359120#M178605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-14T11:46:31Z</dc:date>
    </item>
  </channel>
</rss>

