<?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: Catching a system message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/catching-a-system-message/m-p/6632879#M1442183</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;you are probably looping at return messages in your program and dislpaying them. Therefore they appears in a job log in background processing. So do not display them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Feb 2010 06:25:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-04T06:25:54Z</dc:date>
    <item>
      <title>Catching a system message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catching-a-system-message/m-p/6632876#M1442180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a job that calls a standard Bapi many many times to update data.&lt;/P&gt;&lt;P&gt;This Bapi creates a message type "S"&lt;/P&gt;&lt;P&gt;So in my job log I have thousand and thousand messages "S" (document modified Ok)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to catch or hide this protocol in job log ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The documentation says :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Messages of the type S, I, or W are not sent during background processing, but noted in the log. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to avoid it ? (without changing the standard code of course)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Ramdane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 17:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catching-a-system-message/m-p/6632876#M1442180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-03T17:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Catching a system message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catching-a-system-message/m-p/6632877#M1442181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the Bapi return table, you must be using Write statement after the Bapi call to display the messages which subsequenty appears in the job log.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 18:26:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catching-a-system-message/m-p/6632877#M1442181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-03T18:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Catching a system message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catching-a-system-message/m-p/6632878#M1442182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program must writing return table from BAPI into job log....BAPI can not write itself in log....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to suppress similar kind of message...after each BAPI call you can delete the retunr table with message type 'S', message number....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then it will write one success message after each BAPI return&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 21:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catching-a-system-message/m-p/6632878#M1442182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-03T21:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Catching a system message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/catching-a-system-message/m-p/6632879#M1442183</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;you are probably looping at return messages in your program and dislpaying them. Therefore they appears in a job log in background processing. So do not display them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 06:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/catching-a-system-message/m-p/6632879#M1442183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T06:25:54Z</dc:date>
    </item>
  </channel>
</rss>

