<?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: error in tx SM13 - POST_DOCUMENT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-tx-sm13-post-document/m-p/8675684#M1668750</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;SAP will force the update termination for known reasons. So in the code check if the Message type X is coming or in the sm13 you can see the specific module where this is occuring. Sometimes may be number range clash as well. In your case the issue seems to be with line item1 so check the data in line item1 and try to see at which scenario or case this error is thrown. You can also repeat your update from SM13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;&lt;P&gt;Vijay V &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2012 22:10:24 GMT</pubDate>
    <dc:creator>vijaymanikandan</dc:creator>
    <dc:date>2012-03-20T22:10:24Z</dc:date>
    <item>
      <title>error in tx SM13 - POST_DOCUMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-tx-sm13-post-document/m-p/8675681#M1668747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I have an issue with tx FBZ2 trying to update a document shows this:&lt;/P&gt;&lt;P&gt;Update was terminated&lt;/P&gt;&lt;P&gt;Report LF005F01&lt;/P&gt;&lt;P&gt;Error Details:&lt;/P&gt;&lt;P&gt;F1 801: Clearing: Line item 001&lt;/P&gt;&lt;P&gt;I have found this notes but I still get the error:&lt;/P&gt;&lt;P&gt;&lt;A class="urLnkFunction urVt1" href="https://service.sap.com/sap/support/notes/1513587" title="Right mouse click to add this SAP Note to your browser favorites"&gt;&lt;SPAN class="urTxtH1" id="header_data"&gt;Note 1513587 - How to analyze an update termination&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="urLnkFunction urVt1" href="https://service.sap.com/sap/support/notes/1004363" title="Right mouse click to add this SAP Note to your browser favorites"&gt;&lt;SPAN class="urTxtH1" id="header_data"&gt;Note 1004363 - FB05: Update termination F1 801 for bill/ex clearing&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Any clue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 17:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-tx-sm13-post-document/m-p/8675681#M1668747</guid>
      <dc:creator>jorge_velasquez</dc:creator>
      <dc:date>2012-03-20T17:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: error in tx SM13 - POST_DOCUMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-tx-sm13-post-document/m-p/8675682#M1668748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does ST22 have to say??&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 17:27:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-tx-sm13-post-document/m-p/8675682#M1668748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-20T17:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: error in tx SM13 - POST_DOCUMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-tx-sm13-post-document/m-p/8675683#M1668749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if it is abort message or message type 'X' you will find the detail information in transaction ST22 error log.&lt;/P&gt;&lt;P&gt;if it is screen message... try to debugg and find out which condition gives the message by putting break at message statement or code lines&amp;nbsp; in the report about the mentioned message .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 17:45:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-tx-sm13-post-document/m-p/8675683#M1668749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-20T17:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: error in tx SM13 - POST_DOCUMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-tx-sm13-post-document/m-p/8675684#M1668750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;SAP will force the update termination for known reasons. So in the code check if the Message type X is coming or in the sm13 you can see the specific module where this is occuring. Sometimes may be number range clash as well. In your case the issue seems to be with line item1 so check the data in line item1 and try to see at which scenario or case this error is thrown. You can also repeat your update from SM13.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;&lt;P&gt;Vijay V &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 22:10:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-tx-sm13-post-document/m-p/8675684#M1668750</guid>
      <dc:creator>vijaymanikandan</dc:creator>
      <dc:date>2012-03-20T22:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: error in tx SM13 - POST_DOCUMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-tx-sm13-post-document/m-p/8675685#M1668751</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;Seems to be a problem with table BSEG after system copy.&lt;/P&gt;&lt;P&gt;Any clue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 19:51:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-tx-sm13-post-document/m-p/8675685#M1668751</guid>
      <dc:creator>jorge_velasquez</dc:creator>
      <dc:date>2012-03-22T19:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: error in tx SM13 - POST_DOCUMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-tx-sm13-post-document/m-p/8675686#M1668752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You still need to give more information - what was in ST22??&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 20:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-tx-sm13-post-document/m-p/8675686#M1668752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-22T20:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: error in tx SM13 - POST_DOCUMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-tx-sm13-post-document/m-p/8675687#M1668753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- Did you check the document number (+ company + year) in the error message, check via SE16 if this document exists in BSEG or BSEG_ADD ?&lt;BR /&gt;- Did you archive such documents ?&lt;BR /&gt;- Do you periodically (*) perform some checks on FI database like F.03 (SAPF190) or SE38 (RFINDEX) ?&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Raymond&lt;/P&gt;&lt;P&gt;(*) At least once before period closing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 07:54:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-tx-sm13-post-document/m-p/8675687#M1668753</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-03-23T07:54:30Z</dc:date>
    </item>
  </channel>
</rss>

