<?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 Update error after all screens in Batch Input session is processed. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-error-after-all-screens-in-batch-input-session-is-processed/m-p/1135869#M113057</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 have a problem in processing the batch input session.  The batch input session is calling F-02 to post less than 999 line items (around 700) to a single financial document. The batch session is expected to have an error because tax code is missing for some line items but even after the tax code is added manually onto the batch screen, the update error message still happened at the end of the process. In the log, it said "System error: Error when inserting table BSET". Same account has been used to post 10+ line items manually with F-02, no error occurred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea what possible reason could cause the update error in updating the tax table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jan 2006 19:15:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-12T19:15:28Z</dc:date>
    <item>
      <title>Update error after all screens in Batch Input session is processed.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-error-after-all-screens-in-batch-input-session-is-processed/m-p/1135869#M113057</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 have a problem in processing the batch input session.  The batch input session is calling F-02 to post less than 999 line items (around 700) to a single financial document. The batch session is expected to have an error because tax code is missing for some line items but even after the tax code is added manually onto the batch screen, the update error message still happened at the end of the process. In the log, it said "System error: Error when inserting table BSET". Same account has been used to post 10+ line items manually with F-02, no error occurred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea what possible reason could cause the update error in updating the tax table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2006 19:15:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-error-after-all-screens-in-batch-input-session-is-processed/m-p/1135869#M113057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-12T19:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Update error after all screens in Batch Input session is processed.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-error-after-all-screens-in-batch-input-session-is-processed/m-p/1135870#M113058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be u might have entered a wrong tax key by mistake which is not there in the check table T007A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2006 19:24:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-error-after-all-screens-in-batch-input-session-is-processed/m-p/1135870#M113058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-12T19:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Update error after all screens in Batch Input session is processed.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-error-after-all-screens-in-batch-input-session-is-processed/m-p/1135871#M113059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Typically you will get this error for two reasons: 1) you are trying to insert duplicate records into the table or 2)Table is full.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See which one it is by going to SM13.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2006 19:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-error-after-all-screens-in-batch-input-session-is-processed/m-p/1135871#M113059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-12T19:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Update error after all screens in Batch Input session is processed.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-error-after-all-screens-in-batch-input-session-is-processed/m-p/1135872#M113060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I looked at SM13, it error out at POST_DOCUMENT function module. However, the log does not give me the internal table content of YBSET which is the internal table that being looped during the error. Thus I do not know which entry is duplicated. However, shouldn't the keys for the BSET (BUKRS,BELNR,GJAHR,BUZEI) always be unique since BUZEI will always be sequentially assigned by the system? Why would that be a duplicated record during the creation of a new document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I can still post to account with tax, so I think the table is not full.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2006 20:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-error-after-all-screens-in-batch-input-session-is-processed/m-p/1135872#M113060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-12T20:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Update error after all screens in Batch Input session is processed.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-error-after-all-screens-in-batch-input-session-is-processed/m-p/1135873#M113061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at OSS notes 116030 and 521481.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2006 21:07:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-error-after-all-screens-in-batch-input-session-is-processed/m-p/1135873#M113061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-12T21:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Update error after all screens in Batch Input session is processed.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-error-after-all-screens-in-batch-input-session-is-processed/m-p/1135874#M113062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is exactly what happened to us. We already had note 521481 in our system but we also have OSS 558288 in which causes our scenario not generating an error message but an update termination instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other thing I found out is once tax code is entering in one of the line items, it will be copied to all the succeeding line items even for the accounts that does not require a tax code (i.e. posting without tax code allowed checked) which will significantly increase the amounts of data posted into BSET. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We fixed the issue by changing the BDC program so it will take out the auto-copied tax code from other line items. Issue is solved. Thank you. I also rewarded the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Minami&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2006 01:44:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-error-after-all-screens-in-batch-input-session-is-processed/m-p/1135874#M113062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-13T01:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Update error after all screens in Batch Input session is processed.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-error-after-all-screens-in-batch-input-session-is-processed/m-p/1135875#M113063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome - Glad to help. In the future though, you might consider a BAPI. Although I don't think that would have helped in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2006 04:13:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-error-after-all-screens-in-batch-input-session-is-processed/m-p/1135875#M113063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-13T04:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Update error after all screens in Batch Input session is processed.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-error-after-all-screens-in-batch-input-session-is-processed/m-p/1135876#M113064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rob,&lt;/P&gt;&lt;P&gt;         I faced similar problem in f-02. I tried to upload the data through BAPI. It is giving one error that &lt;/P&gt;&lt;P&gt;post key is not defined. And in that BAPI, i have to insert the document number. But in the screen that is internal number. Have u ever written this code. Please send if u have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgs&lt;/P&gt;&lt;P&gt;p.kp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2006 04:30:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-error-after-all-screens-in-batch-input-session-is-processed/m-p/1135876#M113064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-13T04:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Update error after all screens in Batch Input session is processed.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-error-after-all-screens-in-batch-input-session-is-processed/m-p/1135877#M113065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which BAPI? Is the posting key defined?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2006 04:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-error-after-all-screens-in-batch-input-session-is-processed/m-p/1135877#M113065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-13T04:33:16Z</dc:date>
    </item>
  </channel>
</rss>

