<?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 alternative for error message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-error-message/m-p/6463888#M1415920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a situation like this, for a particular condition error message is being implemented and its working fine.&lt;/P&gt;&lt;P&gt;General functionlaity of Error message is it stops the process and abends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requirement is error message should come and it should not Abend, is this possible or i have to use information / warnign message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;jayant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jan 2010 16:08:48 GMT</pubDate>
    <dc:creator>JayantkumarS</dc:creator>
    <dc:date>2010-01-13T16:08:48Z</dc:date>
    <item>
      <title>alternative for error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-error-message/m-p/6463888#M1415920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a situation like this, for a particular condition error message is being implemented and its working fine.&lt;/P&gt;&lt;P&gt;General functionlaity of Error message is it stops the process and abends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requirement is error message should come and it should not Abend, is this possible or i have to use information / warnign message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;jayant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2010 16:08:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-error-message/m-p/6463888#M1415920</guid>
      <dc:creator>JayantkumarS</dc:creator>
      <dc:date>2010-01-13T16:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: alternative for error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-error-message/m-p/6463889#M1415921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check with display like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message 'No entries found' TYPE 'E' display like 'I'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where are you using a error message? This is to be cinsidered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Keshav.T on Jan 13, 2010 9:46 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2010 16:16:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-error-message/m-p/6463889#M1415921</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-01-13T16:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: alternative for error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-error-message/m-p/6463890#M1415922</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 could try:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
MESSAGE s001 WITH 'Text' DISPLAY LIKE 'E'.
EXIT.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will no abend or stop you process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Frisoni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2010 16:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-error-message/m-p/6463890#M1415922</guid>
      <dc:creator>guilherme_frisoni</dc:creator>
      <dc:date>2010-01-13T16:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: alternative for error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-error-message/m-p/6463891#M1415923</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;Try this , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message .......   type S &lt;/P&gt;&lt;P&gt;display like e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leave list processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2010 16:40:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-error-message/m-p/6463891#M1415923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-13T16:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: alternative for error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-error-message/m-p/6463892#M1415924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if syst-subrc NE 0.
  MESSAGE S000 with 'Custom Error Message'.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Pritam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jan 2010 17:50:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-for-error-message/m-p/6463892#M1415924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-13T17:50:53Z</dc:date>
    </item>
  </channel>
</rss>

