<?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 - Payment Term in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-payment-term/m-p/3780282#M909616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mr. Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your inputs, i think the 1st FM should solve my problem, will test for different payment terms &amp;amp; if it is ok, will assign full points to you &amp;amp; close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Apr 2008 14:34:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-24T14:34:04Z</dc:date>
    <item>
      <title>Function Module - Payment Term</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-payment-term/m-p/3780276#M909610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In transaction FBL1n i find that the program calculates the due date for payment for a vendor invoice based on the baseline date &amp;amp; the payment term maintained for the vendor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: Baseline date - 15.4.2008, payment terms is 30 days&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The due date shows 15.5.2008&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a FM which does this calculation, if so which one? I checked in the program of FBL1n (RFITEMAP) but was unable to find out the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no standard FM, can anyone let me know how i can manage this logic? The problem is there are several payment terms &amp;amp; each has a different logic, so it would be helpful if there is a FM which reads this payment term &amp;amp; translate it into number of days atleast.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope my question is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 15:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-payment-term/m-p/3780276#M909610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-23T15:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module - Payment Term</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-payment-term/m-p/3780277#M909611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Function module NET_DUE_DATE_GET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 16:29:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-payment-term/m-p/3780277#M909611</guid>
      <dc:creator>JackGraus</dc:creator>
      <dc:date>2008-04-23T16:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module - Payment Term</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-payment-term/m-p/3780278#M909612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jack,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your inputs. This FM is OK, if i have an entry of days in the table as it reads ZBD1T - ZBD3T, but my need is, to read the payment term maintained for the vendor &amp;amp; then translate that into days, so i can then add it to my date for net due date calculation. This is for a very specific need. I hope am clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Await inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 14:08:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-payment-term/m-p/3780278#M909612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T14:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module - Payment Term</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-payment-term/m-p/3780279#M909613</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 FM &lt;STRONG&gt;DETERMINE_DUE_DATE&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 14:11:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-payment-term/m-p/3780279#M909613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T14:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module - Payment Term</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-payment-term/m-p/3780280#M909614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mr. Sriram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick inputs, just to understand better, is it possible to test this FM, before actually using it in the program, as i notice that the input is a structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 14:15:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-payment-term/m-p/3780280#M909614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T14:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module - Payment Term</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-payment-term/m-p/3780281#M909615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vivek,&lt;/P&gt;&lt;P&gt;Check th FMs &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SD_PRINT_TERMS_OF_PAYMENT&lt;/STRONG&gt; for single payment term&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SD_PRINT_TERMS_OF_PAYMENT_SPLI&lt;/STRONG&gt; for multiple payment terms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 14:20:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-payment-term/m-p/3780281#M909615</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-04-24T14:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module - Payment Term</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-payment-term/m-p/3780282#M909616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mr. Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your inputs, i think the 1st FM should solve my problem, will test for different payment terms &amp;amp; if it is ok, will assign full points to you &amp;amp; close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 14:34:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-payment-term/m-p/3780282#M909616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T14:34:04Z</dc:date>
    </item>
  </channel>
</rss>

