<?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: Changing Payment terms using Bapi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-payment-terms-using-bapi/m-p/2775495#M646863</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 tried what you mention but Payment Terms not updated and t_bapireturn has type field as blank.Could you suggest how to change the payment terms in Purchase Order&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2007 09:17:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-18T09:17:24Z</dc:date>
    <item>
      <title>Changing Payment terms using Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-payment-terms-using-bapi/m-p/2775493#M646861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     I want to change the Payment terms in Purchase order / Scheduling agreement Using Bapi.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;    I used BAPI_PO_CHANGE.but Payment terms are not updating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Useful Answers will be rewarded with Points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 06:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-payment-terms-using-bapi/m-p/2775493#M646861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T06:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Payment terms using Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-payment-terms-using-bapi/m-p/2775494#M646862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you use BAPI_TRANSACTION_COMMIT after BAPI_PO_CHANGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look also at this &amp;lt;a href="http://www.sap-img.com/abap/sample-abap-code-on-bapi-po-change.htm"&amp;gt;Sample Abap code on BAPI_PO_CHANGE&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  CALL FUNCTION 'BAPI_PO_CHANGE'
    EXPORTING
      PURCHASEORDER = T_POHEADER-PO
      POHEADER      = T_BAPI_POHEADER
      POHEADERX     = T_BAPI_POHEADERX
    TABLES
      RETURN        = T_BAPIRETURN
      POITEM        = T_BAPI_POITEM
      POITEMX       = T_BAPI_POITEMX.

  READ TABLE t_bapireturn WITH KEY type = c_err TRANSPORTING NO FIELDS.
  IF sy-subrc NE 0.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
      EXPORTING
        wait = c_x.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 06:41:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-payment-terms-using-bapi/m-p/2775494#M646862</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-09-18T06:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Payment terms using Bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/changing-payment-terms-using-bapi/m-p/2775495#M646863</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 tried what you mention but Payment Terms not updated and t_bapireturn has type field as blank.Could you suggest how to change the payment terms in Purchase Order&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2007 09:17:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/changing-payment-terms-using-bapi/m-p/2775495#M646863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-18T09:17:24Z</dc:date>
    </item>
  </channel>
</rss>

