<?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: MESSAGE_TYPE_UNKNOWN Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-unknown-error/m-p/5144712#M1192330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CLosed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jan 2009 06:53:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-27T06:53:22Z</dc:date>
    <item>
      <title>MESSAGE_TYPE_UNKNOWN Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-unknown-error/m-p/5144710#M1192328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When my HR consultant configuring some infotype updation for an employee,when he press F4 help, he gets Run time Error of MESSAGE_TYPE_UNKNOWN . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've checked through debugging process, after some coding check, the sy-subrc calls an exception subroutine for Message popup , this one leads to runtime error as the said above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls check the below detail description and reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********************&lt;/P&gt;&lt;P&gt;&lt;U&gt;Runtime Error Description&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short Text:&lt;/P&gt;&lt;P&gt;Message Type " " is unknown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error Ananlysis:&lt;/P&gt;&lt;P&gt;Only Message types A,E,I,W,S and X are allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Module Name&lt;/P&gt;&lt;P&gt;Populate_F4Help.&lt;/P&gt;&lt;P&gt;***********************&lt;/P&gt;&lt;P&gt;My Question is, why the system is going dump instead of showing the error message and which part we have missed out. How to rectify or view the system message type and id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 10:10:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-unknown-error/m-p/5144710#M1192328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T10:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: MESSAGE_TYPE_UNKNOWN Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-unknown-error/m-p/5144711#M1192329</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;The problem here is that there is no error message.  This typically happens when generic error handling is used after a function module call, if a function module raises an exception it is typically followed by;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IF sy-subrc &amp;lt;&amp;gt; 0.
 MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if the function module has not raised an error message the SY fields are empty and the dump results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As with any short dump, look at the code section.  If it's a standard SAP program check for OSS notes, otherwise change the code to either check the SY fields are filled or code specific error handling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2009 10:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-unknown-error/m-p/5144711#M1192329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-23T10:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: MESSAGE_TYPE_UNKNOWN Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-unknown-error/m-p/5144712#M1192330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CLosed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 06:53:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/message-type-unknown-error/m-p/5144712#M1192330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-27T06:53:22Z</dc:date>
    </item>
  </channel>
</rss>

