<?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: Function Module to Calculate Due Date from Payment Terms? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-calculate-due-date-from-payment-terms/m-p/4826889#M1129451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Check This FM's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FI_FIND_PAYMENT_CONDITIONS&lt;/P&gt;&lt;P&gt;FI_TERMS_OF_PAYMENT_PROPOSE &lt;/P&gt;&lt;P&gt;J_1A_SD_CI_DUEDATE_GET&lt;/P&gt;&lt;P&gt;ITEM_DERIVE_FIELDS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ranga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Dec 2008 09:30:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-05T09:30:45Z</dc:date>
    <item>
      <title>Function Module to Calculate Due Date from Payment Terms?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-calculate-due-date-from-payment-terms/m-p/4826885#M1129447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm writing an aged debtor report as the SAP standard one isn't quite right for our requirements.  Is there a function module that will calculate the payment due date if I give it the payment terms and the base line date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a search in SE37 but couldn't see one which fitted my requirements (I was searching on &lt;STRONG&gt;CALC&lt;/STRONG&gt;DUE&lt;STRONG&gt;DATE&lt;/STRONG&gt; and variantions of).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions welcome, thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 09:24:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-calculate-due-date-from-payment-terms/m-p/4826885#M1129447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T09:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Calculate Due Date from Payment Terms?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-calculate-due-date-from-payment-terms/m-p/4826886#M1129448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FM &lt;STRONG&gt;DETERMINE_DUE_DATE&lt;/STRONG&gt; for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the following link:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2144186"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 09:27:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-calculate-due-date-from-payment-terms/m-p/4826886#M1129448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T09:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Calculate Due Date from Payment Terms?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-calculate-due-date-from-payment-terms/m-p/4826887#M1129449</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;Use the FM FI_TERMS_OF_PAYMENT_PROPOSE for calculating the Payment due date&lt;/P&gt;&lt;P&gt;call function 'FI_TERMS_OF_PAYMENT_PROPOSE'&lt;/P&gt;&lt;P&gt;  exporting&lt;/P&gt;&lt;P&gt;    i_bldat         = gv_bldat&lt;/P&gt;&lt;P&gt;    i_budat         = gv_budat&lt;/P&gt;&lt;P&gt;    i_cpudt         = sy-datum&lt;/P&gt;&lt;P&gt;    i_zfbdt         = gv_zfbdt&lt;/P&gt;&lt;P&gt;    i_zterm         = gv_terms_paym&lt;/P&gt;&lt;P&gt;    i_bukrs         = gv_comp_code&lt;/P&gt;&lt;P&gt;  importing&lt;/P&gt;&lt;P&gt;    e_zbd1t         = gv_zbd1t&lt;/P&gt;&lt;P&gt;    e_zbd1p         = gv_zbd1p&lt;/P&gt;&lt;P&gt;    e_zbd2t         = gv_zbd2t&lt;/P&gt;&lt;P&gt;    e_zbd3t         = gv_zbd3t.&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;Dwaraka.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 09:28:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-calculate-due-date-from-payment-terms/m-p/4826887#M1129449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T09:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Calculate Due Date from Payment Terms?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-calculate-due-date-from-payment-terms/m-p/4826888#M1129450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gill.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check it out  fm...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FM_RECERTIFIED_PAYMENT_DATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Flavya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 09:30:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-calculate-due-date-from-payment-terms/m-p/4826888#M1129450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T09:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Calculate Due Date from Payment Terms?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-calculate-due-date-from-payment-terms/m-p/4826889#M1129451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Check This FM's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FI_FIND_PAYMENT_CONDITIONS&lt;/P&gt;&lt;P&gt;FI_TERMS_OF_PAYMENT_PROPOSE &lt;/P&gt;&lt;P&gt;J_1A_SD_CI_DUEDATE_GET&lt;/P&gt;&lt;P&gt;ITEM_DERIVE_FIELDS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ranga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 09:30:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-calculate-due-date-from-payment-terms/m-p/4826889#M1129451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T09:30:45Z</dc:date>
    </item>
  </channel>
</rss>

