<?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 Batch Input error in background in fb05 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-in-fb05/m-p/2335829#M514271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to clear vendor open  items for document numbers from BSIK table.&lt;/P&gt;&lt;P&gt;i am doing this using fb05 transaction, checking the 'post with clearing' option.&lt;/P&gt;&lt;P&gt;The program creates a batch input session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i process the session in foreground, the vendor document is cleared and a new clearing document is posted.&lt;/P&gt;&lt;P&gt;However, if i try to process the session in background , we get the error "Difference too large for clearing". The error is shown in program SAPMF05A and screen number 700.  Whereas, my recording does not have this screen number .&lt;/P&gt;&lt;P&gt;Even when i anlyze the session screen flow, i do not see this screen number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointer on the issue shall be of great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2007 07:16:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-08T07:16:56Z</dc:date>
    <item>
      <title>Batch Input error in background in fb05</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-in-fb05/m-p/2335829#M514271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to clear vendor open  items for document numbers from BSIK table.&lt;/P&gt;&lt;P&gt;i am doing this using fb05 transaction, checking the 'post with clearing' option.&lt;/P&gt;&lt;P&gt;The program creates a batch input session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i process the session in foreground, the vendor document is cleared and a new clearing document is posted.&lt;/P&gt;&lt;P&gt;However, if i try to process the session in background , we get the error "Difference too large for clearing". The error is shown in program SAPMF05A and screen number 700.  Whereas, my recording does not have this screen number .&lt;/P&gt;&lt;P&gt;Even when i anlyze the session screen flow, i do not see this screen number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointer on the issue shall be of great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 07:16:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-in-fb05/m-p/2335829#M514271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T07:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input error in background in fb05</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-in-fb05/m-p/2335830#M514272</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;It means you aren't selecting all items to be cleared, I suppose you should the same error in foreground mode, but here the error is displayed as message type S.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U should use the std bi RFBIBL00, it supports the trx FB05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 07:20:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-in-fb05/m-p/2335830#M514272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T07:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input error in background in fb05</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-in-fb05/m-p/2335831#M514273</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;thanks for the pointer.&lt;/P&gt;&lt;P&gt;I agree that we get this error if the items are not selected.&lt;/P&gt;&lt;P&gt;Could it be that the items are activated by default in foreground mode , and deactivated in the background mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover, could you please give some more info about " the std bi RFBIBL00, it supports the trx FB05" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2007 07:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-error-in-background-in-fb05/m-p/2335831#M514273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-08T07:51:57Z</dc:date>
    </item>
  </channel>
</rss>

