<?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: Adding months with a date. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-months-with-a-date/m-p/1275588#M151430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ferry,&lt;/P&gt;&lt;P&gt;Thank a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lokman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Mar 2006 20:15:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-16T20:15:46Z</dc:date>
    <item>
      <title>Adding months with a date.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-months-with-a-date/m-p/1275584#M151426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am having problem in adding six months with the current date(sy-datum). Can you please let me know how can I add six months with  sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lokman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 20:10:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-months-with-a-date/m-p/1275584#M151426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-16T20:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Adding months with a date.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-months-with-a-date/m-p/1275585#M151427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Convert the months into days &amp;amp; you can add to sy-datum directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 20:11:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-months-with-a-date/m-p/1275585#M151427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-16T20:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding months with a date.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-months-with-a-date/m-p/1275586#M151428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lokman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this FM &amp;lt;b&amp;gt;RP_CALC_DATE_IN_INTERVAL&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call function 'RP_CALC_DATE_IN_INTERVAL'
         exporting
              date      = sy-datum
              days      = 0
              months    = 6
              signum    = '+'
              years     = 0
         importing
              calc_date = wa_date.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 20:12:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-months-with-a-date/m-p/1275586#M151428</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-03-16T20:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Adding months with a date.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-months-with-a-date/m-p/1275587#M151429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phani,&lt;/P&gt;&lt;P&gt;I don't know the months in advance. It will be different in different time. Is there any alternative way for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lokman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 20:14:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-months-with-a-date/m-p/1275587#M151429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-16T20:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Adding months with a date.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-months-with-a-date/m-p/1275588#M151430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ferry,&lt;/P&gt;&lt;P&gt;Thank a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lokman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 20:15:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-months-with-a-date/m-p/1275588#M151430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-16T20:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding months with a date.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-months-with-a-date/m-p/1275589#M151431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;g_date = sy-datum + 180.&lt;/P&gt;&lt;P&gt;g_date&lt;EM&gt;6(2) = sy-datum&lt;/EM&gt;6(2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2006 20:16:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-months-with-a-date/m-p/1275589#M151431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-16T20:16:49Z</dc:date>
    </item>
  </channel>
</rss>

