<?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: Problem with error message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message/m-p/5264600#M1215707</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;as mentioned earlier the soultion provided is perfect use can use the message "message'' display like 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since the list or the document is not been generated and their is no screen as such the program goes for an abort status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when we have a screen than the Error message triggers the initial screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go with the solution provided..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will work ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Mar 2009 12:17:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-11T12:17:01Z</dc:date>
    <item>
      <title>Problem with error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message/m-p/5264598#M1215705</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;Im populating an error message in the standard transaction (VA03) to restrict the user from viewing the print preview of the document. The error message works perfectly well in the initial screen of the transaction. But when the same functionality is performed after entering into the document, its getting converted to an Abort message. Using the other message types as I,W,.. does not serve my purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it anything to do with the screen number? What could be done to change the message type?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 11:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message/m-p/5264598#M1215705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T11:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message/m-p/5264599#M1215706</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 below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;message s000(00) with 'Message' display like 'E'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 11:17:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message/m-p/5264599#M1215706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T11:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message/m-p/5264600#M1215707</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;as mentioned earlier the soultion provided is perfect use can use the message "message'' display like 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since the list or the document is not been generated and their is no screen as such the program goes for an abort status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when we have a screen than the Error message triggers the initial screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go with the solution provided..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will work ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 12:17:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message/m-p/5264600#M1215707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T12:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message/m-p/5264601#M1215708</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;Thank you for your replies. But i cant check whether your suggestion will work or not because the statement "display like 'E'" is  throwing syntax error. In one server its working and in the other its not. Probably due to some difference in the version. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway i solved the issue by keeping an information message instead and cleared the sy-ucomm value after the message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 04:58:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-error-message/m-p/5264601#M1215708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T04:58:04Z</dc:date>
    </item>
  </channel>
</rss>

