<?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 Dump error MESSAGE_TYPE_X in Standard Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-message-type-x-in-standard-program/m-p/7378091#M1543779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting below dump error when i am using transaction GR55 for Report Group..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Error          MESSAGE_TYPE_X&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ShrtText&lt;/P&gt;&lt;P&gt;     The current application triggered a termination with a short dump.&lt;/P&gt;&lt;P&gt; What happened?&lt;/P&gt;&lt;P&gt;     The current application program detected a situation which really&lt;/P&gt;&lt;P&gt;     should not occur. Therefore, a termination with a short dump was&lt;/P&gt;&lt;P&gt;     triggered on purpose by the key word MESSAGE (type X).&lt;/P&gt;&lt;P&gt; What can you do?&lt;/P&gt;&lt;P&gt;     Print out the error message (using the "Print" function)&lt;/P&gt;&lt;P&gt;     and make a note of the actions and input that caused the&lt;/P&gt;&lt;P&gt;     error.&lt;/P&gt;&lt;P&gt;     To resolve the problem, contact your SAP system administrator.&lt;/P&gt;&lt;P&gt;     You can use transaction ST22 (ABAP Dump Analysis) to view and administer&lt;/P&gt;&lt;P&gt;      termination messages, especially those beyond their normal deletion&lt;/P&gt;&lt;P&gt;     date.&lt;/P&gt;&lt;P&gt;     is especially useful if you want to keep a particular message.&lt;/P&gt;&lt;P&gt; Error analysis&lt;/P&gt;&lt;P&gt;     Short text of error message:&lt;/P&gt;&lt;P&gt;     Internal error: Program   , include   , form   .&lt;/P&gt;&lt;P&gt;Technical information about the message:&lt;/P&gt;&lt;P&gt; Diagnosis&lt;/P&gt;&lt;P&gt;     An unexpected error has occurred.&lt;/P&gt;&lt;P&gt; Procedure&lt;/P&gt;&lt;P&gt;     If you can reproduce the error, contact the SAP Hotline quoting the&lt;/P&gt;&lt;P&gt;     error number.&lt;/P&gt;&lt;P&gt;Message classe...... "GR"&lt;/P&gt;&lt;P&gt;Number.............. 214&lt;/P&gt;&lt;P&gt;Variable 1.......... " "&lt;/P&gt;&lt;P&gt;Variable 2.......... " "&lt;/P&gt;&lt;P&gt;Variable 3.......... " "&lt;/P&gt;&lt;P&gt;Variable 4.......... " "&lt;/P&gt;&lt;P&gt;Variable 3.......... " "&lt;/P&gt;&lt;P&gt;Variable 4.......... " "&lt;/P&gt;&lt;P&gt;to correct the error&lt;/P&gt;&lt;P&gt;Probably the only way to eliminate the error is to correct the program.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;You may able to find an interim solution to the problem&lt;/P&gt;&lt;P&gt;in the SAP note system. If you have access to the note system yourself,&lt;/P&gt;&lt;P&gt;use the following search criteria:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------" /&gt;&lt;P&gt;"MESSAGE_TYPE_X" C&lt;/P&gt;&lt;P&gt;"SAPFGRWE" or "FGRWEF80_F80_FILL_COL_TAB"&lt;/P&gt;&lt;P&gt;"F80_FILL_COL_TAB"&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------" /&gt;&lt;P&gt;If you cannot solve the problem yourself and you wish to send&lt;/P&gt;&lt;P&gt;an error message to SAP, include the following documents:&lt;/P&gt;&lt;P&gt;1. A printout of the problem description (short dump)&lt;/P&gt;&lt;P&gt;   To obtain this, select in the current display "System-&amp;gt;List-&amp;gt;&lt;/P&gt;&lt;P&gt;   Save-&amp;gt;Local File (unconverted)".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. A suitable printout of the system log&lt;/P&gt;&lt;P&gt;   To obtain this, call the system log through transaction SM21.&lt;/P&gt;&lt;P&gt;   Limit the time interval to 10 minutes before and 5 minutes&lt;/P&gt;&lt;P&gt;   after the short dump. In the display, then select the function&lt;/P&gt;&lt;P&gt;   "System-&amp;gt;List-&amp;gt;Save-&amp;gt;Local File (unconverted)".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If the programs are your own programs or modified SAP programs,&lt;/P&gt;&lt;P&gt;   supply the source code.&lt;/P&gt;&lt;P&gt;   To do this, select the Editor function "Further Utilities-&amp;gt;&lt;/P&gt;&lt;P&gt;   Upload/Download-&amp;gt;Download".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Details regarding the conditions under which the error occurred&lt;/P&gt;&lt;P&gt;   or which actions and input led to the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  79                   MESSAGE x214.&lt;/P&gt;&lt;P&gt;  80                 ENDIF.&lt;/P&gt;&lt;P&gt;  81                 PERFORM e08_read_object_index(sapfgsb0)&lt;/P&gt;&lt;P&gt;  82                         USING fcolumns-dim_index.&lt;/P&gt;&lt;P&gt;  83                 IF c-subrc &amp;lt;&amp;gt; 0. MESSAGE x214. ENDIF.&lt;/P&gt;&lt;P&gt;  84                 c_dsentry = c-tval-from.&lt;/P&gt;&lt;P&gt;  85                 IF c_dsentry &amp;lt;&amp;gt; '='.&lt;/P&gt;&lt;P&gt;  86                   READ TABLE data_fields BINARY SEARCH&lt;/P&gt;&lt;P&gt;  87                        WITH KEY tab     = rep_table&lt;/P&gt;&lt;P&gt;  88                                 dsentry = c_dsentry.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;                   IF sy-subrc &amp;lt;&amp;gt; 0. MESSAGE x214. ENDIF.&lt;/P&gt;&lt;P&gt;  90                 ENDIF.&lt;/P&gt;&lt;P&gt;  91               WHEN OTHERS.&lt;/P&gt;&lt;P&gt;  92                 c_dsentry = '*'.&lt;/P&gt;&lt;P&gt;  93             ENDCASE.&lt;/P&gt;&lt;P&gt;  94           ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: don't just dump dumps, look for SAP notes yourself before asking.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Nov 4, 2010 10:04 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Nov 2010 04:13:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-04T04:13:40Z</dc:date>
    <item>
      <title>Dump error MESSAGE_TYPE_X in Standard Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-message-type-x-in-standard-program/m-p/7378091#M1543779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting below dump error when i am using transaction GR55 for Report Group..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Error          MESSAGE_TYPE_X&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;ShrtText&lt;/P&gt;&lt;P&gt;     The current application triggered a termination with a short dump.&lt;/P&gt;&lt;P&gt; What happened?&lt;/P&gt;&lt;P&gt;     The current application program detected a situation which really&lt;/P&gt;&lt;P&gt;     should not occur. Therefore, a termination with a short dump was&lt;/P&gt;&lt;P&gt;     triggered on purpose by the key word MESSAGE (type X).&lt;/P&gt;&lt;P&gt; What can you do?&lt;/P&gt;&lt;P&gt;     Print out the error message (using the "Print" function)&lt;/P&gt;&lt;P&gt;     and make a note of the actions and input that caused the&lt;/P&gt;&lt;P&gt;     error.&lt;/P&gt;&lt;P&gt;     To resolve the problem, contact your SAP system administrator.&lt;/P&gt;&lt;P&gt;     You can use transaction ST22 (ABAP Dump Analysis) to view and administer&lt;/P&gt;&lt;P&gt;      termination messages, especially those beyond their normal deletion&lt;/P&gt;&lt;P&gt;     date.&lt;/P&gt;&lt;P&gt;     is especially useful if you want to keep a particular message.&lt;/P&gt;&lt;P&gt; Error analysis&lt;/P&gt;&lt;P&gt;     Short text of error message:&lt;/P&gt;&lt;P&gt;     Internal error: Program   , include   , form   .&lt;/P&gt;&lt;P&gt;Technical information about the message:&lt;/P&gt;&lt;P&gt; Diagnosis&lt;/P&gt;&lt;P&gt;     An unexpected error has occurred.&lt;/P&gt;&lt;P&gt; Procedure&lt;/P&gt;&lt;P&gt;     If you can reproduce the error, contact the SAP Hotline quoting the&lt;/P&gt;&lt;P&gt;     error number.&lt;/P&gt;&lt;P&gt;Message classe...... "GR"&lt;/P&gt;&lt;P&gt;Number.............. 214&lt;/P&gt;&lt;P&gt;Variable 1.......... " "&lt;/P&gt;&lt;P&gt;Variable 2.......... " "&lt;/P&gt;&lt;P&gt;Variable 3.......... " "&lt;/P&gt;&lt;P&gt;Variable 4.......... " "&lt;/P&gt;&lt;P&gt;Variable 3.......... " "&lt;/P&gt;&lt;P&gt;Variable 4.......... " "&lt;/P&gt;&lt;P&gt;to correct the error&lt;/P&gt;&lt;P&gt;Probably the only way to eliminate the error is to correct the program.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;You may able to find an interim solution to the problem&lt;/P&gt;&lt;P&gt;in the SAP note system. If you have access to the note system yourself,&lt;/P&gt;&lt;P&gt;use the following search criteria:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------" /&gt;&lt;P&gt;"MESSAGE_TYPE_X" C&lt;/P&gt;&lt;P&gt;"SAPFGRWE" or "FGRWEF80_F80_FILL_COL_TAB"&lt;/P&gt;&lt;P&gt;"F80_FILL_COL_TAB"&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------" /&gt;&lt;P&gt;If you cannot solve the problem yourself and you wish to send&lt;/P&gt;&lt;P&gt;an error message to SAP, include the following documents:&lt;/P&gt;&lt;P&gt;1. A printout of the problem description (short dump)&lt;/P&gt;&lt;P&gt;   To obtain this, select in the current display "System-&amp;gt;List-&amp;gt;&lt;/P&gt;&lt;P&gt;   Save-&amp;gt;Local File (unconverted)".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. A suitable printout of the system log&lt;/P&gt;&lt;P&gt;   To obtain this, call the system log through transaction SM21.&lt;/P&gt;&lt;P&gt;   Limit the time interval to 10 minutes before and 5 minutes&lt;/P&gt;&lt;P&gt;   after the short dump. In the display, then select the function&lt;/P&gt;&lt;P&gt;   "System-&amp;gt;List-&amp;gt;Save-&amp;gt;Local File (unconverted)".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If the programs are your own programs or modified SAP programs,&lt;/P&gt;&lt;P&gt;   supply the source code.&lt;/P&gt;&lt;P&gt;   To do this, select the Editor function "Further Utilities-&amp;gt;&lt;/P&gt;&lt;P&gt;   Upload/Download-&amp;gt;Download".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Details regarding the conditions under which the error occurred&lt;/P&gt;&lt;P&gt;   or which actions and input led to the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  79                   MESSAGE x214.&lt;/P&gt;&lt;P&gt;  80                 ENDIF.&lt;/P&gt;&lt;P&gt;  81                 PERFORM e08_read_object_index(sapfgsb0)&lt;/P&gt;&lt;P&gt;  82                         USING fcolumns-dim_index.&lt;/P&gt;&lt;P&gt;  83                 IF c-subrc &amp;lt;&amp;gt; 0. MESSAGE x214. ENDIF.&lt;/P&gt;&lt;P&gt;  84                 c_dsentry = c-tval-from.&lt;/P&gt;&lt;P&gt;  85                 IF c_dsentry &amp;lt;&amp;gt; '='.&lt;/P&gt;&lt;P&gt;  86                   READ TABLE data_fields BINARY SEARCH&lt;/P&gt;&lt;P&gt;  87                        WITH KEY tab     = rep_table&lt;/P&gt;&lt;P&gt;  88                                 dsentry = c_dsentry.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;                   IF sy-subrc &amp;lt;&amp;gt; 0. MESSAGE x214. ENDIF.&lt;/P&gt;&lt;P&gt;  90                 ENDIF.&lt;/P&gt;&lt;P&gt;  91               WHEN OTHERS.&lt;/P&gt;&lt;P&gt;  92                 c_dsentry = '*'.&lt;/P&gt;&lt;P&gt;  93             ENDCASE.&lt;/P&gt;&lt;P&gt;  94           ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: don't just dump dumps, look for SAP notes yourself before asking.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Nov 4, 2010 10:04 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 04:13:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-message-type-x-in-standard-program/m-p/7378091#M1543779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-04T04:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dump error MESSAGE_TYPE_X in Standard Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-message-type-x-in-standard-program/m-p/7378092#M1543780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the SAP  Note 137971.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Nov 2010 04:26:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-message-type-x-in-standard-program/m-p/7378092#M1543780</guid>
      <dc:creator>nirajgadre</dc:creator>
      <dc:date>2010-11-04T04:26:36Z</dc:date>
    </item>
  </channel>
</rss>

