<?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: regarding error flag in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-flag/m-p/2541081#M577446</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T-code:SE91, to create message class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following code to display message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE I000(ZUY).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZUY is the message class name,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I000 is unique number for every message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF USEFULL REWARD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2007 09:26:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-10T09:26:06Z</dc:date>
    <item>
      <title>regarding error flag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-flag/m-p/2541077#M577442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;suppose condition matches &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;display the msg in the error file &lt;/P&gt;&lt;P&gt;in that msg class and msg no and msg text wil b there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there we hav to set the error flag to ON &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do we do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls with detail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 07:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-flag/m-p/2541077#M577442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T07:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: regarding error flag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-flag/m-p/2541078#M577443</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;the table of the messages is T100, but you can put the message in a string and then transfer it to the file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE EXXX(YY) WITH MS1 MS2 MS3 MS4 INTO STRING.&lt;/P&gt;&lt;P&gt;TRANSFER STRING TO &amp;lt;FILE&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 07:36:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-flag/m-p/2541078#M577443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T07:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: regarding error flag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-flag/m-p/2541079#M577444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;based on condition&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 E021(ZS).&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;here ZS is the message class&lt;/P&gt;&lt;P&gt;and 21 is the message number, against which some text is maintained.&lt;/P&gt;&lt;P&gt;So when the condition fails this error message is displayed in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 07:36:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-flag/m-p/2541079#M577444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T07:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: regarding error flag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-flag/m-p/2541080#M577445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but what is that mean error flag to ON&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 07:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-flag/m-p/2541080#M577445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T07:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: regarding error flag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-flag/m-p/2541081#M577446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T-code:SE91, to create message class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following code to display message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE I000(ZUY).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZUY is the message class name,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I000 is unique number for every message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF USEFULL REWARD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 09:26:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-flag/m-p/2541081#M577446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T09:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: regarding error flag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-flag/m-p/2541082#M577447</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;in se91 u create a message class. and message text  also u can create. &lt;/P&gt;&lt;P&gt;then use as follows:&lt;/P&gt;&lt;P&gt;message text : 0001 - special char are not allowed in screen &amp;amp;1 and &amp;amp;2.&lt;/P&gt;&lt;P&gt;then &amp;amp;1 and &amp;amp;2 will b replaced with 1000 and 2000.&lt;/P&gt;&lt;P&gt;mesage s0001(message class) with '1000' and '2000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 12:21:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-error-flag/m-p/2541082#M577447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T12:21:33Z</dc:date>
    </item>
  </channel>
</rss>

