<?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: message class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2699714#M625162</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 program write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message i000(z00)&lt;/P&gt;&lt;P&gt;message i001(z01)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on both and create&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points to all helpful answers &lt;/P&gt;&lt;P&gt;kiran.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2007 12:23:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-22T12:23:39Z</dc:date>
    <item>
      <title>message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2699710#M625158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to declare TWO message classes in a report. pl. let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam coping the std program then i had one msg class &amp;amp; for that i did modifications and i have to declare one more msg class. so pl. let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; rewards&lt;/P&gt;&lt;P&gt;satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 12:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2699710#M625158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T12:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2699711#M625159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need to declare either,  if you want to use messages from two separate message classes in your program, you can write the MESSAGE statements like this, where the value in the parenthsis is the message class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Message  E001(00).&lt;/CODE&gt;&lt;/PRE&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>Wed, 22 Aug 2007 12:15:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2699711#M625159</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-08-22T12:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2699712#M625160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Satish , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   For declaring 2 message classes in your report , you can do one thing , open your program in SE80 or ( Open your program and click on object list in the application tool bar )  , and then there create another message class for your progarm . Then you can use both the message classes in the program . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 12:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2699712#M625160</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-08-22T12:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2699713#M625161</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;u can give the message class along with the message statement.&lt;/P&gt;&lt;P&gt;MESSAGE E010(zmsgtab).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u give like this, this message will appear from zmsgtab.&lt;/P&gt;&lt;P&gt;simply if u write message e010,it will take the message text from the default message class that u will give along with the REPORT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 12:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2699713#M625161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T12:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2699714#M625162</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 program write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message i000(z00)&lt;/P&gt;&lt;P&gt;message i001(z01)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on both and create&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points to all helpful answers &lt;/P&gt;&lt;P&gt;kiran.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 12:23:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2699714#M625162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-22T12:23:39Z</dc:date>
    </item>
  </channel>
</rss>

