<?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: What is the function module for finding the difference between two dates? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-function-module-for-finding-the-difference-between-two-dates/m-p/7324826#M1537385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please donot ask or answer these type of questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you need a fm for this ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Keshav.T on Sep 7, 2010 5:17 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Sep 2010 11:16:05 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-09-07T11:16:05Z</dc:date>
    <item>
      <title>What is the function module for finding the difference between two dates?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-function-module-for-finding-the-difference-between-two-dates/m-p/7324822#M1537381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am using this logic &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&lt;U&gt;DIFF BETWEEN SALES ORDER DATE AND PO DATE&lt;/U&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  V_DATE = W_VBAK-AUDAT - W_EKKO-BEDAT.&lt;/P&gt;&lt;P&gt;                   W_OUTPUT-F_DATE = V_DATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But difference showing  00000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz tell me how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards &lt;/P&gt;&lt;P&gt;syed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: date calculation questions = FAQ, please search before posting, all points have been deducted, don't say you didn't know about it.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;locked by: Thomas Zloch on Sep 7, 2010 2:29 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 11:01:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-function-module-for-finding-the-difference-between-two-dates/m-p/7324822#M1537381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-07T11:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: What is the function module for finding the difference between two dates?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-function-module-for-finding-the-difference-between-two-dates/m-p/7324823#M1537382</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; HR_HK_DIFF_BT_2_DATES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DAYS_BETWEEN_TWO_DATES &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 11:09:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-function-module-for-finding-the-difference-between-two-dates/m-p/7324823#M1537382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-07T11:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: What is the function module for finding the difference between two dates?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-function-module-for-finding-the-difference-between-two-dates/m-p/7324824#M1537383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how are v_date and w_output-f_date described?  Integers or numc, right, since we have number of days...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 11:11:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-function-module-for-finding-the-difference-between-two-dates/m-p/7324824#M1537383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-07T11:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: What is the function module for finding the difference between two dates?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-function-module-for-finding-the-difference-between-two-dates/m-p/7324825#M1537384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry basic date questions are not allowed. Please search in SCN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 11:13:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-function-module-for-finding-the-difference-between-two-dates/m-p/7324825#M1537384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-07T11:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: What is the function module for finding the difference between two dates?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-function-module-for-finding-the-difference-between-two-dates/m-p/7324826#M1537385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please donot ask or answer these type of questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you need a fm for this ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Keshav.T on Sep 7, 2010 5:17 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 11:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-function-module-for-finding-the-difference-between-two-dates/m-p/7324826#M1537385</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-09-07T11:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: What is the function module for finding the difference between two dates?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-function-module-for-finding-the-difference-between-two-dates/m-p/7324827#M1537386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Taj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a nice of function modules related to date calculation on SCN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just search with this text in Google &lt;STRONG&gt;"Function modules for date calculation + SAP"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the list on SCN &amp;amp; save it for your future reference insteading of Posting here everytime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Abhii&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 11:17:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-function-module-for-finding-the-difference-between-two-dates/m-p/7324827#M1537386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-07T11:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: What is the function module for finding the difference between two dates?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-function-module-for-finding-the-difference-between-two-dates/m-p/7324828#M1537387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just now am learning how to use sdn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 11:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-function-module-for-finding-the-difference-between-two-dates/m-p/7324828#M1537387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-07T11:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: What is the function module for finding the difference between two dates?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-function-module-for-finding-the-difference-between-two-dates/m-p/7324829#M1537388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Taj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont take me wrong,  basic Date calculation posts are not allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can refer the list already available for all your future date related queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Abhii&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 11:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-function-module-for-finding-the-difference-between-two-dates/m-p/7324829#M1537388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-07T11:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: What is the function module for finding the difference between two dates?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-function-module-for-finding-the-difference-between-two-dates/m-p/7324830#M1537389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;You have been warned multiple times against breaking the rules of this forum. I had also issued you a FINAL warning here: &lt;SPAN __jive_macro_name="message" id="9492172"&gt;&lt;/SPAN&gt;. Add to that, Ive also sent you a personal mail asking you to read the Rules of Enagement and abide it. And yet you chose to ignore it. Hence you have left me no choice but to send your user-id for deletion.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 15:49:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/what-is-the-function-module-for-finding-the-difference-between-two-dates/m-p/7324830#M1537389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-07T15:49:44Z</dc:date>
    </item>
  </channel>
</rss>

