<?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/4324129#M1030372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx for ur replies...but I hvn't given anything in my msgclass..msg no 901 is blank in ztst....do v need to give &amp;amp; to all those no's for which v pass texts..??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message e901(ztst) is workin fine, coz i hv hardcoded that text in se91...without hardcodin it in se91, cant v restrict that..???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Aug 2008 12:49:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-26T12:49:58Z</dc:date>
    <item>
      <title>Message Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/4324126#M1030369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hv a doubt regardin msg class...I hv used the below statement in my report...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE e901(ztst) with 'No data'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whn I execute the report i'm gettin..&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ZTST:901&lt;/STRONG&gt; No data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why I'm gettin the msgclss n no before the text...&lt;/P&gt;&lt;P&gt;If I give the msgshrt text it in SE91 as 901 No data, I'm not gettin it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cant v restrict it without gibvin text in se91..&lt;/P&gt;&lt;P&gt;I had seen previous threads but still I'm confused...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone clarify my doubt...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 12:33:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/4324126#M1030369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T12:33: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/4324127#M1030370</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;Take a look at your message class with number 901. The value on that message number is '&amp;amp;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The '&amp;amp;' operator in a message number acts as a parameter receiver. This will be replaced by the string you have included after the WITH addition in MESSAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your message number 901 has a value of '&amp;amp; &amp;amp;', this means that it accepts 2 parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, when you call your message, you have passed 'NO DATA' to the message and it replaces the '&amp;amp;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 12:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/4324127#M1030370</guid>
      <dc:creator>peter_ruiz2</dc:creator>
      <dc:date>2008-08-26T12:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Message Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/4324128#M1030371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this  MESSAGE e901(ztst)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 12:38:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/4324128#M1030371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T12:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Message Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/4324129#M1030372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx for ur replies...but I hvn't given anything in my msgclass..msg no 901 is blank in ztst....do v need to give &amp;amp; to all those no's for which v pass texts..??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message e901(ztst) is workin fine, coz i hv hardcoded that text in se91...without hardcodin it in se91, cant v restrict that..???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 12:49:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/4324129#M1030372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T12:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Message Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/4324130#M1030373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hv tried givin like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;901 &amp;amp; &amp;amp; &amp;amp; &amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even then msg class n no is comin..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use same msg no with different texts in diff progs..??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 12:52:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/4324130#M1030373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T12:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Message Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/4324131#M1030374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mamata,&lt;/P&gt;&lt;P&gt;Yes we can. In SE91 Just give &amp;amp; in the message text. This is the place holder. Now give the message like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message e901(ztst) WITH 'No data'.&lt;/P&gt;&lt;P&gt;MESSAGE e901(ztst) WITH 'Order doesnot exist'.&lt;/P&gt;&lt;P&gt;MESSAGE e901(ztst) WITH 'Customer doesnot exist'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;So here u are using same message no with different texts&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This &amp;amp; acts as place holder. U can pass dynamic values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check below example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u enter some wrong order number in screen then if u want to display a message like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order 11111 does't exist.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Here order 11111 is dynamic based on user input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then u have to create a message with text as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Order &amp;amp; doesn't exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now call the message like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE e123(ZTST) WITH po_vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want to pass multiple dynamic values then give those many &amp;amp; symbols in message text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vinod Reddy Vemuru on Aug 26, 2008 6:26 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 12:55:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/4324131#M1030374</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-08-26T12:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Message Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/4324132#M1030375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanq so much for clearin my doubt...&lt;/P&gt;&lt;P&gt;But one more doubt...do v need to give '&amp;amp;' to all those msg no's for which v r passing texts..??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 13:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/4324132#M1030375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T13:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Message Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/4324133#M1030376</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;Usually this happens when the system is not able to retrieve the message text from T100 tables...&lt;/P&gt;&lt;P&gt;Typically when text is maintained in other language...and you are executing the program in other logon language..&lt;/P&gt;&lt;P&gt;So you can check this as well..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Piyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 13:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/4324133#M1030376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T13:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Message Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/4324134#M1030377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mamta,&lt;/P&gt;&lt;P&gt;If u need dynamic text/number in ur message then only u need that &amp;amp;(Place holder). Otherwise u can directly hard code ur message. Check example in my earlier post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 06:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/4324134#M1030377</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-08-27T06:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Message Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/4324135#M1030378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all of u...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 09:41:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/4324135#M1030378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T09:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Message Class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/4324136#M1030379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually u hvae used a msg without data .but the work of the e000(zmsg) is to raise a message.Like if i use e000(zmsg) which is used to raise the message.this statement is that raise an error message from zmsg message class.the message number to be raised is 000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And each message can hold 1000 messages starting from 000 to 999.T-code for creation of message class is SE91.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 12:24:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/4324136#M1030379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T12:24:50Z</dc:date>
    </item>
  </channel>
</rss>

