<?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 Message Syntax in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-syntax/m-p/1401597#M194114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Sy-Subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;message e001(zsd).&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above code gives me an error message if the condition is not met and it dosent let me excute the code further. However i want the code to be excuted further even if the condition is not met. Something like a warning message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shejal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jun 2006 01:05:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-19T01:05:28Z</dc:date>
    <item>
      <title>Message Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-syntax/m-p/1401597#M194114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Sy-Subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;message e001(zsd).&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above code gives me an error message if the condition is not met and it dosent let me excute the code further. However i want the code to be excuted further even if the condition is not met. Something like a warning message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shejal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 01:05:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-syntax/m-p/1401597#M194114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T01:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Message Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-syntax/m-p/1401598#M194115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you would like to issue a warning message, then use a warning message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Message &amp;lt;b&amp;gt;W&amp;lt;/b&amp;gt;001(ZSD).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doing so, will issue a warning message, user can continue processing but hitting enter.&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>Mon, 19 Jun 2006 01:21:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-syntax/m-p/1401598#M194115</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-06-19T01:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Message Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-syntax/m-p/1401599#M194116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it depends on which event you are issuing the message from but generally 'S' will allow flow to continue and show the message on the bottom of the next screen shown, 'I' mesages give apopup box and then continue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you could use&lt;/P&gt;&lt;P&gt;message s001(zsd).&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;message I001(zsd).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 01:21:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-syntax/m-p/1401599#M194116</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-06-19T01:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Message Syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-syntax/m-p/1401600#M194117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shejal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 01:25:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-syntax/m-p/1401600#M194117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T01:25:25Z</dc:date>
    </item>
  </channel>
</rss>

