<?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 Error Message Confusion? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-confusion/m-p/1659934#M292573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created an ABAP that used syntax "MESSAGE e007". Naturally the message is in a message class. When I scheduled the job in batch, each time it hits this the status is cancelled(red).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I change the message syntax to "MESSAGE w007" or "MESSAGE s007". It is still a red status.I need it to go to green in this condition. Why is it still red result when I changed to s007 or w007 in place of e007?&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>Fri, 20 Oct 2006 14:19:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-20T14:19:24Z</dc:date>
    <item>
      <title>Error Message Confusion?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-confusion/m-p/1659934#M292573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created an ABAP that used syntax "MESSAGE e007". Naturally the message is in a message class. When I scheduled the job in batch, each time it hits this the status is cancelled(red).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I change the message syntax to "MESSAGE w007" or "MESSAGE s007". It is still a red status.I need it to go to green in this condition. Why is it still red result when I changed to s007 or w007 in place of e007?&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>Fri, 20 Oct 2006 14:19:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-confusion/m-p/1659934#M292573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-20T14:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Confusion?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-confusion/m-p/1659935#M292574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's interesting.  I wouldn't think that there would be a problem here.  Is your program activated?  Maybe the scheduling job is using the active version where your message is still an "E" message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2006 14:22:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-confusion/m-p/1659935#M292574</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-10-20T14:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Confusion?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-confusion/m-p/1659936#M292575</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;message w007 is for warining.check 007 what it is?and tell me where yu ar using this meaasge in yu program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2006 14:25:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-confusion/m-p/1659936#M292575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-20T14:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Confusion?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-confusion/m-p/1659937#M292576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure that the program is only displaying your success or warning message? Is there another (error message) coming after this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see all of this in the job log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2006 14:28:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-confusion/m-p/1659937#M292576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-20T14:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Confusion?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-confusion/m-p/1659938#M292577</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 can ignore this messages when u run in batch if it  sounds good with u .&lt;/P&gt;&lt;P&gt;if sy-batch  &amp;lt;&amp;gt; ' '. " Just for on-line&lt;/P&gt;&lt;P&gt;    give message&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2006 14:29:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-confusion/m-p/1659938#M292577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-20T14:29:32Z</dc:date>
    </item>
  </channel>
</rss>

