<?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: Batch Input to complete despite errors in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-to-complete-despite-errors/m-p/8221916#M1628256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all your responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To give some more detail, during the BDC an error message occurs which appears to stop the rest of the processing as we are using it to create accruals. No accruals are created when an error is encountered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error in question is "Value exceeds open accruals 0.00" (VK443), when trying to manually key this in VBO2 and the error occurs you cannot proceed without removing the accrual amount or amending to a suitable amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it still possible to allow the rest of the BDC to process in this case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was mentioned that the error should be avoided in the first place, is there any function module to validate the attempted accrual before the BDC data is processed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Will&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Oct 2011 08:25:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-14T08:25:46Z</dc:date>
    <item>
      <title>Batch Input to complete despite errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-to-complete-despite-errors/m-p/8221912#M1628252</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;We have a custom function module which calls transaction VB02 using BDC data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When an error occurs all processing stops. Is it possible to ignore the errors and complete the rest of the batch input processing ignoring the line items that errored?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will using the CALL TRANSACTION option "RACOMMIT" achieve this effect?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help would be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WIill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 13:16:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-to-complete-despite-errors/m-p/8221912#M1628252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-12T13:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input to complete despite errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-to-complete-despite-errors/m-p/8221913#M1628253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not possible to ignore the errors during a CALL TRANSACTION. You will have to avoid them somehow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The RACOMMIT option has a different meaning: not to finish the BDC session when a COMMIT statement is found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 14:06:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-to-complete-despite-errors/m-p/8221913#M1628253</guid>
      <dc:creator>arseni_gallardo</dc:creator>
      <dc:date>2011-10-12T14:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input to complete despite errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-to-complete-despite-errors/m-p/8221914#M1628254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By default CALL TRANSACTION will leave the called transaction logic right after the COMMIT WORK statement is executed in that transaction. You mark RACOMMIT to prevent the command from doing this, so that ALL logic from the called transaction is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I'm afraid you can't override errors in a CALL TRANSACTION (N mode), only warning messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mauricio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 14:07:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-to-complete-despite-errors/m-p/8221914#M1628254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-12T14:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input to complete despite errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-to-complete-despite-errors/m-p/8221915#M1628255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot ignore an error in a single transaction, but processing should continue with the next transaction if the first one is in error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2011 16:47:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-to-complete-despite-errors/m-p/8221915#M1628255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-12T16:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input to complete despite errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-to-complete-despite-errors/m-p/8221916#M1628256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all your responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To give some more detail, during the BDC an error message occurs which appears to stop the rest of the processing as we are using it to create accruals. No accruals are created when an error is encountered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error in question is "Value exceeds open accruals 0.00" (VK443), when trying to manually key this in VBO2 and the error occurs you cannot proceed without removing the accrual amount or amending to a suitable amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it still possible to allow the rest of the BDC to process in this case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was mentioned that the error should be avoided in the first place, is there any function module to validate the attempted accrual before the BDC data is processed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Will&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 08:25:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-to-complete-despite-errors/m-p/8221916#M1628256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-14T08:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input to complete despite errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-to-complete-despite-errors/m-p/8221917#M1628257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is one BIG BDC transaction: no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you cut it in several BDC transactions: yes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 09:03:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-to-complete-despite-errors/m-p/8221917#M1628257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-14T09:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input to complete despite errors</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-to-complete-despite-errors/m-p/8221918#M1628258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Maen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would appear to be the closest solution, albeit creating a separate BDC session for each line item will result in an invoice per line item which is not ideal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will consider it an option to look at.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 12:00:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-to-complete-despite-errors/m-p/8221918#M1628258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-18T12:00:44Z</dc:date>
    </item>
  </channel>
</rss>

