<?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 in an exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-an-exit/m-p/4512386#M1067094</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;first concatenate all message into one variable and pass this variable to message..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for exp..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate  "error in material no"  itab-matnr  "please correct" into v1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message v1 type 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Oct 2008 09:57:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-06T09:57:50Z</dc:date>
    <item>
      <title>Error message in an exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-an-exit/m-p/4512384#M1067092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i want to give informative message in an exit like for eg. when the exit fires , i should be able to display information like "Error occurred due to", "Solution" etc. how can i do it. Right now i am able to write a single sentence, but if i want to give information to the user regarding the correctin to avoid the exit how can i do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 09:43:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-an-exit/m-p/4512384#M1067092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T09:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in an exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-an-exit/m-p/4512385#M1067093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Define the message text as "Error occured . The solution is " &amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the message code as follows :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
message xnnn with f1
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;copy the solution part in the variable f1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 09:50:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-an-exit/m-p/4512385#M1067093</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T09:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in an exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-an-exit/m-p/4512386#M1067094</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;first concatenate all message into one variable and pass this variable to message..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for exp..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate  "error in material no"  itab-matnr  "please correct" into v1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message v1 type 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 09:57:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-an-exit/m-p/4512386#M1067094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T09:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in an exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-an-exit/m-p/4512387#M1067095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want an error messge to  be issued with detail correction and possible reasons use the below mentioned apporach.&lt;/P&gt;&lt;P&gt;Please maintain the long text for the messaege number in message class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g:&lt;/P&gt;&lt;P&gt;MESSAGE E012(ZMSG) WITH text-001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GO to message class ZMSG using TCODE SE91 and maintain the long text for message 012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you click on the error message a window with the detailed description maintained in the long text will be poped up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 09:59:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-an-exit/m-p/4512387#M1067095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T09:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in an exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-an-exit/m-p/4512388#M1067096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i go to SE91 , i give message class as ZMSG then i giv message no. as 012and then say change, it allows me to enter the description but it also has limitatin of text. I want to write more information in it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 10:06:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-an-exit/m-p/4512388#M1067096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T10:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in an exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-an-exit/m-p/4512389#M1067097</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;check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://forums.sdn.sap.com/click.jspa?searchID=17113643&amp;amp;messageID=5748245]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rhea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 12:37:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-an-exit/m-p/4512389#M1067097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T12:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error message in an exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-an-exit/m-p/4512390#M1067098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SE91, select the your message and go to Long Text. Make sure the option Self-Explanatory is not active.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 13:47:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-in-an-exit/m-p/4512390#M1067098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T13:47:11Z</dc:date>
    </item>
  </channel>
</rss>

