<?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 problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-problem/m-p/2036842#M418447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not possible,  create another message class and start from 001, or you could use an existing message in your message class.  If there is a generic message like....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;001    &amp;amp; &amp;amp; &amp;amp; &amp;amp;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could simply use this message and enter your own text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;message e001(ZZZ) with 'This is the error'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2007 18:49:55 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-03-27T18:49:55Z</dc:date>
    <item>
      <title>Error Message problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-problem/m-p/2036841#M418446</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 have a message class for which all the message numbers have been used ,from 000 to 999.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have more err message numbers for my project .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone give me a sugegstion  on how can I do this change without altering the message class and I need to give err codes to the calling/external systems too and they can take 4 CHAR field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to move from a 3 character field for mssg number to 4/5 character field so that I can cross the 999 mark .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me your valuable suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 18:46:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-problem/m-p/2036841#M418446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T18:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-problem/m-p/2036842#M418447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not possible,  create another message class and start from 001, or you could use an existing message in your message class.  If there is a generic message like....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;001    &amp;amp; &amp;amp; &amp;amp; &amp;amp;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could simply use this message and enter your own text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;message e001(ZZZ) with 'This is the error'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 18:49:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-problem/m-p/2036842#M418447</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-27T18:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-problem/m-p/2036843#M418448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rich Heilman &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem is that I dont want the same error numbers to be passed ie the range from 000 to 999.I want the numbers to be different possibky say 100 or more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way I can go to a 4 char varaible for message numbers ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 19:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-problem/m-p/2036843#M418448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T19:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-problem/m-p/2036844#M418449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, there is no way to have 4 digit message numbers.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 19:14:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-problem/m-p/2036844#M418449</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-27T19:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-problem/m-p/2036845#M418450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ameet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really did not understand on why you are interested in using only one message class. The domain MSGNR is defined as Char(3), so there is no way you can store more than 999.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using another message class or create a generic message as suggested above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves ur problem&lt;/P&gt;&lt;P&gt;Rajasekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 22:09:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-problem/m-p/2036845#M418450</guid>
      <dc:creator>rajasekhar_matukumalli3</dc:creator>
      <dc:date>2007-03-27T22:09:01Z</dc:date>
    </item>
  </channel>
</rss>

