<?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: How to continue the batch process? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-continue-the-batch-process/m-p/1626334#M279871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Helen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E000 means an error and the program will stop and raise an error message. &lt;/P&gt;&lt;P&gt;If you want to continue the processing, you can use I000 or W000 or S000 instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Oct 2006 03:13:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-19T03:13:39Z</dc:date>
    <item>
      <title>How to continue the batch process?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-continue-the-batch-process/m-p/1626332#M279869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,  I would like to continue the BATCH process even there has error. Does it work if I change the message from 'E' to 'W'? Or should I change the 'E' to 'I'?&lt;/P&gt;&lt;P&gt;If SY-BATCH = 'X',&lt;/P&gt;&lt;P&gt;    LOOP AT gi_messages.&lt;/P&gt;&lt;P&gt;          IF gi_messages-zzmsgty = 'W'.&lt;/P&gt;&lt;P&gt;            g_message = gi_messages-zzmessage.&lt;/P&gt;&lt;P&gt;            MESSAGE &amp;lt;b&amp;gt;e000&amp;lt;/b&amp;gt;(z1) WITH gi_vbap-vbeln '-' g_message.&lt;/P&gt;&lt;P&gt;          ENDIF.&lt;/P&gt;&lt;P&gt;        ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the 'e000'? Is this for 'error'? Do I need to change to other for 'Warning'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 03:10:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-continue-the-batch-process/m-p/1626332#M279869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T03:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to continue the batch process?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-continue-the-batch-process/m-p/1626333#M279870</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;&lt;/P&gt;&lt;P&gt;If you want to continue...use the success message..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE S000(Z1) WITH gi_vbap-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 03:12:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-continue-the-batch-process/m-p/1626333#M279870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T03:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to continue the batch process?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-continue-the-batch-process/m-p/1626334#M279871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Helen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E000 means an error and the program will stop and raise an error message. &lt;/P&gt;&lt;P&gt;If you want to continue the processing, you can use I000 or W000 or S000 instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 03:13:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-continue-the-batch-process/m-p/1626334#M279871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-19T03:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to continue the batch process?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-continue-the-batch-process/m-p/1626335#M279872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want to continue please replace the error 'E' with either a warning 'W' or information 'I' or success 'S' message type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 03:17:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-continue-the-batch-process/m-p/1626335#M279872</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-10-19T03:17:30Z</dc:date>
    </item>
  </channel>
</rss>

