<?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/2100854#M437967</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;write like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define a message no with &amp;amp;1 &amp;amp;2 i.e. variables&lt;/P&gt;&lt;P&gt;message e003(zt) with variable 'g/l account is valid for the profit center' variable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.message e003(zt) with l_mblnr 'g/l account is valid for the profit center'  l_mblnr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sonika&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2007 09:12:50 GMT</pubDate>
    <dc:creator>former_member632991</dc:creator>
    <dc:date>2007-04-11T09:12:50Z</dc:date>
    <item>
      <title>message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2100850#M437963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i am trying to give a message that will be like this:&lt;/P&gt;&lt;P&gt;1234(say) g/l account is valid for the profit center 2345(say)&lt;/P&gt;&lt;P&gt;1235(say) gl account is valid for the cost center  2345(say)&lt;/P&gt;&lt;P&gt;1345(say) g/l account is invalid for the profit center 2345(say)&lt;/P&gt;&lt;P&gt;1345(say) g/l account is invalid for the cost center 2345(say)&lt;/P&gt;&lt;P&gt;i want to display any of the message depending upon the conditions.&lt;/P&gt;&lt;P&gt;so how can i do it???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points promised!! thanks in advance!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 09:06:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2100850#M437963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T09:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2100851#M437964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Declare some Placeholders like &amp;amp;&amp;amp;&amp;amp;&amp;amp; in message class&lt;/P&gt;&lt;P&gt;and in the message give&lt;/P&gt;&lt;P&gt;Message e000 with itab-hkont 'g/l account is valid' ' for the profit center' itab-kostl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&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>Wed, 11 Apr 2007 09:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2100851#M437964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T09:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2100852#M437965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to SE91 Create a message class(ZMSGID) or use which is already existing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;against the three digit message number write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex &lt;/P&gt;&lt;P&gt;003 &amp;amp; g/l account is valid for the profit center &amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in ur program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message S003(ZMSGID) with &amp;lt; g/l account&amp;gt; &amp;lt;profit center&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S-Success&lt;/P&gt;&lt;P&gt;W-Warning&lt;/P&gt;&lt;P&gt;I-Information&lt;/P&gt;&lt;P&gt;E-Error&lt;/P&gt;&lt;P&gt;A-Abend&lt;/P&gt;&lt;P&gt;X-Exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;P&gt;hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 09:10:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2100852#M437965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T09:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2100853#M437966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a message class define a message as &amp;amp; &amp;amp; &amp;amp; &amp;amp; and take the message number of this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose say the message id is ZZ. ( u can create message id's in SE91 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now u can use this in your program !!&lt;/P&gt;&lt;P&gt;as &lt;/P&gt;&lt;P&gt;message e&amp;lt;mesgnumber&amp;gt;(ZZ) with w_glaccount 'text' 'text1' 'text2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use a maximum of four place holders for a message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 09:12:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2100853#M437966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T09:12: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/2100854#M437967</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;write like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define a message no with &amp;amp;1 &amp;amp;2 i.e. variables&lt;/P&gt;&lt;P&gt;message e003(zt) with variable 'g/l account is valid for the profit center' variable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.message e003(zt) with l_mblnr 'g/l account is valid for the profit center'  l_mblnr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sonika&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 09:12:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2100854#M437967</guid>
      <dc:creator>former_member632991</dc:creator>
      <dc:date>2007-04-11T09:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: message class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2100855#M437968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;      Go to SE91 Create a message class(ZMSG) &lt;/P&gt;&lt;P&gt;against the three digit message number write&lt;/P&gt;&lt;P&gt;ex &lt;/P&gt;&lt;P&gt;000   g/l account is valid for the profit center &lt;/P&gt;&lt;P&gt;001  g/l account is not valid for the profit center &lt;/P&gt;&lt;P&gt;       write what ever u want to display  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in ur program &lt;/P&gt;&lt;P&gt; in first row write i.e the default row showing ur report name(let it bbe zreport ) add this line ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Report  zreport MESSAGE-ID ZMSG.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; now in the condition where u want to show this msg write it as &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Message E003(ZMSG) with &amp;lt; g/l account&amp;gt; &amp;lt;profit center&amp;gt;&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here u can use E,S,X...what ever ur req is the meanig are &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S-Success&lt;/P&gt;&lt;P&gt;W-Warning&lt;/P&gt;&lt;P&gt;I-Information&lt;/P&gt;&lt;P&gt;E-Error&lt;/P&gt;&lt;P&gt;A-Abend&lt;/P&gt;&lt;P&gt;X-Exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if this info is helpful plz reward&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 09:25:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-class/m-p/2100855#M437968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T09:25:20Z</dc:date>
    </item>
  </channel>
</rss>

