<?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: Update was terminated after BAPI_TRANSACTION_COMMIT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-was-terminated-after-bapi-transaction-commit/m-p/4465475#M1058002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the problem in my program.  Fixed it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Sep 2008 21:24:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-17T21:24:11Z</dc:date>
    <item>
      <title>Update was terminated after BAPI_TRANSACTION_COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-was-terminated-after-bapi-transaction-commit/m-p/4465469#M1057996</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'm doing MIRO blanket order upload.  I used BAPI_INCOMINGINVOICE_CREATE to create the invoice and post it.  And I check for any returned errors before calling BAPI_TRANSACTION_COMMIT.  I got an error of Express document "Update was terminated" received from author.  This happens when there are 2 or more blanket order items assign to the PO item.  If there is only 1 blanket order item, it's working fine.  I checked the error log and dump analysis, the error occurs in MRM_INVOICE_DOCUMENT_POST, and the error(no entry).    I tried to set a breakpoint in the function module, but it's not triggering it.  &lt;/P&gt;&lt;P&gt;The data was working fine when I tested the other day, but not today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate if anyone can provide any feedback on this.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 20:38:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-was-terminated-after-bapi-transaction-commit/m-p/4465469#M1057996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T20:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Update was terminated after BAPI_TRANSACTION_COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-was-terminated-after-bapi-transaction-commit/m-p/4465470#M1057997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This happens when the FM is called in the update task. You have to give a break-point in the FM MRM_INVOICE_DOCUMENT_POST and switch on Update debugger. Then only it will stop you there. The FM is actually getting called after COMMIT WORK statement and giving you an error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 20:45:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-was-terminated-after-bapi-transaction-commit/m-p/4465470#M1057997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T20:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Update was terminated after BAPI_TRANSACTION_COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-was-terminated-after-bapi-transaction-commit/m-p/4465471#M1057998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update was terminated usually appears while trying to post some finance documents with missing details at the document header (MKPF).&lt;/P&gt;&lt;P&gt;All fields must get the value "\" before starting in order to avoid problems such as those.&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;Rebeka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 20:47:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-was-terminated-after-bapi-transaction-commit/m-p/4465471#M1057998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T20:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Update was terminated after BAPI_TRANSACTION_COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-was-terminated-after-bapi-transaction-commit/m-p/4465472#M1057999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I switch on Update debugger?  I set the breakpoint in the FM and run my program, but it's not leading me to the FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 21:01:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-was-terminated-after-bapi-transaction-commit/m-p/4465472#M1057999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T21:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Update was terminated after BAPI_TRANSACTION_COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-was-terminated-after-bapi-transaction-commit/m-p/4465473#M1058000</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've checked in the program before calling BAPI_TRNASACTION_COMMIT if it returns any erros after BAPI_INCOMINGINVOICE_CREATE.  It will check any missing data.  The error happends only if I tried to post a blanket order with multiple items.  With single item, it's working fine.    The data are correct.  I'm wondering what causes this error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 21:15:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-was-terminated-after-bapi-transaction-commit/m-p/4465473#M1058000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T21:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Update was terminated after BAPI_TRANSACTION_COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-was-terminated-after-bapi-transaction-commit/m-p/4465474#M1058001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To Switch on Update debugging:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the Debugging sceen.&lt;/P&gt;&lt;P&gt;Navigate to SETTINGS--&amp;gt; Display/Change Debugger settings.&lt;/P&gt;&lt;P&gt;Check the Update debugging checkbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you do this your execution should stop at your breakpoint to investigate the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 21:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-was-terminated-after-bapi-transaction-commit/m-p/4465474#M1058001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T21:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Update was terminated after BAPI_TRANSACTION_COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-was-terminated-after-bapi-transaction-commit/m-p/4465475#M1058002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the problem in my program.  Fixed it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2008 21:24:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-was-terminated-after-bapi-transaction-commit/m-p/4465475#M1058002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-17T21:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Update was terminated after BAPI_TRANSACTION_COMMIT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-was-terminated-after-bapi-transaction-commit/m-p/4465476#M1058003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lily,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the same issue. Could you please recall what was the solution.&lt;/P&gt;&lt;P&gt;I know the post is very old and you might not recall, but it will help me a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 12:25:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-was-terminated-after-bapi-transaction-commit/m-p/4465476#M1058003</guid>
      <dc:creator>premal_mistry2</dc:creator>
      <dc:date>2013-03-13T12:25:19Z</dc:date>
    </item>
  </channel>
</rss>

