<?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: Error Message Display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-display/m-p/3964683#M946973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use place holders for giving input to the messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the message class define your message as,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message class for example ZA. Message number 001.&lt;/P&gt;&lt;P&gt;Purchase order &amp;amp; is not valid --- &amp;amp; is the place holder which can be replaced by a value in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program, display error message as,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message e001(za) with w_vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_vbeln is the variable holding the PO number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jun 2008 10:33:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-11T10:33:24Z</dc:date>
    <item>
      <title>Error Message Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-display/m-p/3964681#M946971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Buddies,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone guide me to display the error message in the status bar along with its input value stating that its not valid using message class method. Ex: 'Purchase Order 12344 is not valid', Here 12344 is a wrong input given in the selection screen where all select options are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Dinesh Adala on Jun 11, 2008 12:31 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 10:29:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-display/m-p/3964681#M946971</guid>
      <dc:creator>ADALA</dc:creator>
      <dc:date>2008-06-11T10:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-display/m-p/3964682#M946972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai dinesh,&lt;/P&gt;&lt;P&gt;                  here tou need to change the message class for PO type. this need to be check by fucntional guys.Kook for sap notes. if you need any help reply in this thread .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;jase&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 10:31:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-display/m-p/3964682#M946972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T10:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-display/m-p/3964683#M946973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use place holders for giving input to the messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the message class define your message as,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message class for example ZA. Message number 001.&lt;/P&gt;&lt;P&gt;Purchase order &amp;amp; is not valid --- &amp;amp; is the place holder which can be replaced by a value in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program, display error message as,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message e001(za) with w_vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_vbeln is the variable holding the PO number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 10:33:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-display/m-p/3964683#M946973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T10:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-display/m-p/3964684#M946974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For displaying this type message &lt;/P&gt;&lt;P&gt;initially you have to create message class which contains first message number with only '&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;&amp;amp;'&lt;/P&gt;&lt;P&gt;and then for later number you can like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purchase order &amp;amp; is wrong entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the place of '&amp;amp;' number can be printed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program you have to code like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MESSAGE ID mid TYPE mtype NUMBER num.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 10:33:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-display/m-p/3964684#M946974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T10:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-display/m-p/3964685#M946975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;Report ztest Message-id me.
data: v_tabix type sy-tabix.

MESSAGE e303 WITH 'HI' v_tabix.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kannaiah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 10:37:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-display/m-p/3964685#M946975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T10:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-display/m-p/3964686#M946976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh,&lt;/P&gt;&lt;P&gt;Where r u displaying ur message? If it is in a report/Module pool then do like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create new message in custom message class with text like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Purchase Order &amp;amp; is not valid&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Here &amp;amp; symbol is the place holder i.e u can dynamically pass some thing to this message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ur validation do like this.&lt;/P&gt;&lt;P&gt;IF ur validation fails.&lt;/P&gt;&lt;P&gt;MESSAGE e001 WITH po_ebeln.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here po_ebeln is the input field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Display this message under appropriate events.&lt;/P&gt;&lt;P&gt;eg: AT SELECTION-SCREEN ON po_ebeln in case of reports.&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, 11 Jun 2008 10:43:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-display/m-p/3964686#M946976</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-06-11T10:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-display/m-p/3964687#M946977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the effort.&lt;/P&gt;&lt;P&gt;It was very clear and comprehensive and i think your message is going to resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;Dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 12:33:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-display/m-p/3964687#M946977</guid>
      <dc:creator>ADALA</dc:creator>
      <dc:date>2008-06-11T12:33:09Z</dc:date>
    </item>
  </channel>
</rss>

