<?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: How can we create ERROR MESSAGE ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-error-message/m-p/3510975#M844510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can use a FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'BALW_BAPIRETURN_GET2'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        TYPE   = 'E'&lt;/P&gt;&lt;P&gt;        CL     = 'ZMSGID'&lt;/P&gt;&lt;P&gt;        NUMBER = '001'&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        RETURN = wa_return.&lt;/P&gt;&lt;P&gt;    APPEND wa_return TO return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: dries droesbeke on Jul 2, 2008 8:22 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jul 2008 06:22:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-02T06:22:02Z</dc:date>
    <item>
      <title>How can we create ERROR MESSAGE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-error-message/m-p/3510972#M844507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we create ERROR MESSEAGE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waht is the T-Code used?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Early reply is highely appriciable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;chow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Mar 2008 16:19:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-error-message/m-p/3510972#M844507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-01T16:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can we create ERROR MESSAGE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-error-message/m-p/3510973#M844508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In order to add new messages of any type, go to transaction SE91 and create a new message class or add new mesages to an existing one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Mar 2008 16:21:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-error-message/m-p/3510973#M844508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-01T16:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can we create ERROR MESSAGE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-error-message/m-p/3510974#M844509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Step1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to TCODE SE91&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create Message Class ZMSGID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;001 - Wrong Entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message E001(ZMSGID).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you a error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Mar 2008 16:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-error-message/m-p/3510974#M844509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-01T16:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can we create ERROR MESSAGE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-error-message/m-p/3510975#M844510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can use a FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'BALW_BAPIRETURN_GET2'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        TYPE   = 'E'&lt;/P&gt;&lt;P&gt;        CL     = 'ZMSGID'&lt;/P&gt;&lt;P&gt;        NUMBER = '001'&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        RETURN = wa_return.&lt;/P&gt;&lt;P&gt;    APPEND wa_return TO return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: dries droesbeke on Jul 2, 2008 8:22 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 06:22:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-can-we-create-error-message/m-p/3510975#M844510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T06:22:02Z</dc:date>
    </item>
  </channel>
</rss>

