<?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: Information message does not appear in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/information-message-does-not-appear/m-p/4000317#M955748</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;You can try this: normally you have a 3-color button (green, red and blue) at the end of the button bar. In the first tab you can activate a pop-up to display information messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jun 2008 12:22:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-13T12:22:49Z</dc:date>
    <item>
      <title>Information message does not appear</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/information-message-does-not-appear/m-p/4000316#M955747</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;I've inserted an information message(inside a new custom include) for transaction Me52n /Me51n,which is supposed to appear each time a particular condition is satisfied.The message used to appear previously but not anymore even though control reaches the 'MESSAGE' statement and executes it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now im using an fm to get a pop up and it works fine but i'd like to know why the Message statement isnt working in this case.I've tried lots of variations of the statement but no go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u guys help me on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 07:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/information-message-does-not-appear/m-p/4000316#M955747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-13T07:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Information message does not appear</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/information-message-does-not-appear/m-p/4000317#M955748</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;You can try this: normally you have a 3-color button (green, red and blue) at the end of the button bar. In the first tab you can activate a pop-up to display information messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 12:22:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/information-message-does-not-appear/m-p/4000317#M955748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-13T12:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Information message does not appear</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/information-message-does-not-appear/m-p/4000318#M955749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Customer messages for the EnjoySAP Purchasing Transactions cannot be issued with the u2018messageu2019 statement.  The macro &lt;STRONG&gt;u2018mmpur_message_forcedu2019&lt;/STRONG&gt; needs to be used to generate the actual message. The macro receives 7 parameters: Message type (I, W, E), message class, message number and message parameters 1 to 4.&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;mmpur_message_forced 'I' u2018ZCOMMONu2019 '004'  var1 var2 var3 var4 .&lt;/P&gt;&lt;P&gt;where    &lt;/P&gt;&lt;P&gt;I -&amp;gt; type of message (information/warning/error)&lt;/P&gt;&lt;P&gt;ZCOMMON-&amp;gt; message class&lt;/P&gt;&lt;P&gt;004-&amp;gt; message number&lt;/P&gt;&lt;P&gt;var1, var2, var3, var4 	-&amp;gt; different message parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jun 2008 07:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/information-message-does-not-appear/m-p/4000318#M955749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-14T07:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Information message does not appear</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/information-message-does-not-appear/m-p/4000319#M955750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also working on the same macro.&lt;/P&gt;&lt;P&gt;so if the macro mmpur_message_forced is having 7 parameter and i want to pass 3, and the rest as var1.....var4. is it ok?&lt;/P&gt;&lt;P&gt;and also if i want to see the macro hich is the transaction for it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kusum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 06:56:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/information-message-does-not-appear/m-p/4000319#M955750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T06:56:58Z</dc:date>
    </item>
  </channel>
</rss>

