<?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: Wait batch-input process in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/wait-batch-input-process/m-p/7659011#M1573833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right,  But in F-02 if you try to process the same entrie 2 times , SAP will process and duplicate it, but with diferent documents number.&lt;/P&gt;&lt;P&gt; I need do a consistancy if every entrie is correct before process BI. &lt;/P&gt;&lt;P&gt; I though do it manually, but if exist a way to do it through BI is much better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Feb 2011 16:26:25 GMT</pubDate>
    <dc:creator>former_member537255</dc:creator>
    <dc:date>2011-02-09T16:26:25Z</dc:date>
    <item>
      <title>Wait batch-input process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wait-batch-input-process/m-p/7659009#M1573831</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;  Has someone knows, a way for wait the Batch-input process don´t excute completly sincec every entries be correct ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Exemple:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I got a file with 10 entries:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And i will do a Bi from F-02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop&lt;/P&gt;&lt;P&gt;   CALL TRANSACTION 'F-02'   USING it_bdctab&lt;/P&gt;&lt;P&gt;     OPTIONS  FROM t_options&lt;/P&gt;&lt;P&gt;     MESSAGES INTO tabmess.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF my third entrie got a error , the BI don´t process the first and second or go back the process of this entries . &lt;/P&gt;&lt;P&gt;I know it´s is very simple, but i am not remeber how to do..!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 16:09:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wait-batch-input-process/m-p/7659009#M1573831</guid>
      <dc:creator>former_member537255</dc:creator>
      <dc:date>2011-02-09T16:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Wait batch-input process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wait-batch-input-process/m-p/7659010#M1573832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Each transaction is independent.  Why do all of them need to process successfully together?  Don't your transactions have a unique Reference where you can verify existence and re-process the file as many times as you like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 16:13:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wait-batch-input-process/m-p/7659010#M1573832</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2011-02-09T16:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Wait batch-input process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wait-batch-input-process/m-p/7659011#M1573833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right,  But in F-02 if you try to process the same entrie 2 times , SAP will process and duplicate it, but with diferent documents number.&lt;/P&gt;&lt;P&gt; I need do a consistancy if every entrie is correct before process BI. &lt;/P&gt;&lt;P&gt; I though do it manually, but if exist a way to do it through BI is much better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 16:26:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wait-batch-input-process/m-p/7659011#M1573833</guid>
      <dc:creator>former_member537255</dc:creator>
      <dc:date>2011-02-09T16:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Wait batch-input process</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/wait-batch-input-process/m-p/7659012#M1573834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like I said, you need to put a unique identifier on the document, whether that's in the Reference field or another field, and check for the existence of that value on a document before posting.  Normally, a good programming practice is that you don't convert documents from another system without it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 16:39:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/wait-batch-input-process/m-p/7659012#M1573834</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2011-02-09T16:39:11Z</dc:date>
    </item>
  </channel>
</rss>

