<?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: Regarding Date in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date/m-p/2771534#M645794</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Syed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You this can be achived by coding in Print program. create a variable &amp;amp; in this variable concatenate 23 &amp;amp; days. And pass this variable in the script. Or if you are already passing the 23 to script the after the 23 you can simply write the DAYS after the variable (in which value 23 is passed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asvhender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Sep 2007 14:19:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-05T14:19:02Z</dc:date>
    <item>
      <title>Regarding Date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date/m-p/2771531#M645791</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;i want to add days to particular date. for example i have date 23 i need to add days to this 23 (ie 23 days) in scripts. plz let me know any function module is there or not ? if not how to achieve this thru code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Munna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 11:41:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date/m-p/2771531#M645791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T11:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date/m-p/2771532#M645792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA: LF_DATE TYPE D.&lt;/P&gt;&lt;P&gt;LF_DATE = '20070905'.&lt;/P&gt;&lt;P&gt;ADD 23 TO LF_DATE.&lt;/P&gt;&lt;P&gt;WRITE LF_DATE DD/MM/YYYY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result: 28.09.2007  (in your local date format)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that what you're looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 13:50:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date/m-p/2771532#M645792</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2007-09-05T13:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date/m-p/2771533#M645793</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;actually i am looking for requireent to add text days after date.&lt;/P&gt;&lt;P&gt;suppose date is 23 i need to add text days after 23 final out put i need is 23 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regareds&lt;/P&gt;&lt;P&gt;Munna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 13:59:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date/m-p/2771533#M645793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T13:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date/m-p/2771534#M645794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Syed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You this can be achived by coding in Print program. create a variable &amp;amp; in this variable concatenate 23 &amp;amp; days. And pass this variable in the script. Or if you are already passing the 23 to script the after the 23 you can simply write the DAYS after the variable (in which value 23 is passed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asvhender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 14:19:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date/m-p/2771534#M645794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T14:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date/m-p/2771535#M645795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Munna,&lt;/P&gt;&lt;P&gt;Date format stores in SAP by default YYYYMMDD.&lt;/P&gt;&lt;P&gt;If you want get the date declare variable and get the DD values to use.&lt;/P&gt;&lt;P&gt;day+6(2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ameer Baba.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 04:19:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date/m-p/2771535#M645795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T04:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Date</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date/m-p/2771536#M645796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi syed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use this function module "RP_CALC_DATE_IN_INTERVAL" to add days or month or years to a given date.&lt;/P&gt;&lt;P&gt;Eg:to add 23 days and 1 month to a date&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'RP_CALC_DATE_IN_INTERVAL'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        date      = ws_date&lt;/P&gt;&lt;P&gt;        days      = 23&lt;/P&gt;&lt;P&gt;        months    = 1&lt;/P&gt;&lt;P&gt;        signum    = '+'&lt;/P&gt;&lt;P&gt;        years     = 0&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        calc_date = ws_eddate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sheron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 05:26:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date/m-p/2771536#M645796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T05:26:30Z</dc:date>
    </item>
  </channel>
</rss>

