<?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 &amp;quot;MESSAGE_TYPE_X&amp;quot; in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-quot-message-type-x-quot/m-p/5259782#M1214896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Send in your code. usually this happens because of something wrong with your fieldcat or any other data that you have passed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Mar 2009 08:36:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-06T08:36:53Z</dc:date>
    <item>
      <title>Error "MESSAGE_TYPE_X"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-quot-message-type-x-quot/m-p/5259781#M1214895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;     I have searched in forum still need more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I developed a "z_test" ALV reprot &amp;amp; working properly. Copy the same program to another prog and execute in same server, I'm getting Dump with *MESSAGE_TYPE_X *  in standard prog. And it contains with following details &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
                                          
_Error analysis_                                                                                
Short text of error message:                                                                                
Long text of error message:               
                                          
Technical information about the message:  
Message classe...... "0K"                 
Number.............. 000                  
Variable 1.......... " "                  
Variable 2.......... " "                  
Variable 3.......... " "                  
Variable 4.......... " "                  
                                
"&amp;lt;getting dump here&amp;gt;

The termination occurred in the ABAP/4 program "SAPLSLVC " in             
"LVC_SORT_COMPLETE".                                                                                
The termination occurred in line 36                                       
of the source code of program "LSLVCU10 " (when calling the editor 360).                                                                                
000250   * Default settings for subtotals                                   
000260     READ TABLE CT_SORT WITH KEY COMP = 'X' TRANSPORTING NO FIELDS.   
000270     IF SY-SUBRC NE 0.                                                
000280       LFLG_MODIFY = 'X'.                                             
000290     ENDIF.                                                           
000300                                                                      
000310     LOOP AT CT_SORT INTO LS_SORT.                                    
000320                                                                      
000330       READ TABLE IT_FIELDCAT ASSIGNING &amp;lt;LS_FIELDCAT&amp;gt;                 
000340            WITH KEY FIELDNAME = LS_SORT-FIELDNAME BINARY SEARCH.     
000350       IF SY-SUBRC NE 0.                                              
--------&amp;gt;         MESSAGE X000(0K).                                            
000370       ENDIF.                                                         
000380                                                                      
000390       LS_SORT-SELTEXT = &amp;lt;LS_FIELDCAT&amp;gt;-SELTEXT.                       
000400                                                                      
000410   *     Zwischensummenstufen ermitteln                               
000420       IF NOT LS_SORT-SUBTOT IS INITIAL.                              
000430         L_COUNT = L_COUNT + 1.                                       
000440       ENDIF.                                                         
000450                                                                      
000460       IF L_COUNT = 1 AND LFLG_EXPA_DEFAULT_SET = 'X'.                
000470         LS_SORT-EXPA = 'X'.                                          
000480       ENDIF.                                                         
          
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help me on this problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx in advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 08:30:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-quot-message-type-x-quot/m-p/5259781#M1214895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-06T08:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error "MESSAGE_TYPE_X"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-quot-message-type-x-quot/m-p/5259782#M1214896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Send in your code. usually this happens because of something wrong with your fieldcat or any other data that you have passed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 08:36:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-quot-message-type-x-quot/m-p/5259782#M1214896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-06T08:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error "MESSAGE_TYPE_X"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-quot-message-type-x-quot/m-p/5259783#M1214897</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 error is with your field catalog please check if :&lt;/P&gt;&lt;P&gt;- All field names have been specified in capital letters&lt;/P&gt;&lt;P&gt;- the order of field in final internal table is in same order as in field catalog&lt;/P&gt;&lt;P&gt;- you have made any mistake in writing field name or reference field names&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 08:38:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-quot-message-type-x-quot/m-p/5259783#M1214897</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2009-03-06T08:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error "MESSAGE_TYPE_X"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-quot-message-type-x-quot/m-p/5259784#M1214898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing ..thats because of ur copied problem...cause thats a standard one so...&lt;/P&gt;&lt;P&gt;try to do one more time..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 08:38:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-quot-message-type-x-quot/m-p/5259784#M1214898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-06T08:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error "MESSAGE_TYPE_X"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-quot-message-type-x-quot/m-p/5259785#M1214899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sandhya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first check the type of the field catalog you are declaring...&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;Check with the any OSS available for that dump in that standard program,&lt;/P&gt;&lt;P&gt;might you need to apply that one..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 08:39:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-quot-message-type-x-quot/m-p/5259785#M1214899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-06T08:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error "MESSAGE_TYPE_X"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-quot-message-type-x-quot/m-p/5259786#M1214900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the shortdump..&lt;/P&gt;&lt;P&gt;it looks like you have given a field into SORT table of ALV, which is not exiting in the Field catalogue that you passed to ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check that , whatever field names you given in SORT internal table are exist in the field catalogue too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  wa_sort-fieldname = 'BNAME'."&amp;lt;---make sure that this field( BNAME) EXIST in the field catalogue
  APPEND wa_sort TO it_sort.

  wa_sort-fieldname = 'NAME'.".""&amp;lt;---make sure that this field( NAME) EXIST in the field catalogue
  APPEND wa_sort TO it_sort.

  CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
      i_callback_program      = g_repid
      i_structure_name        = 'IT_TRANS'
      it_events               = events
      is_layout               = layout
      is_variant              = variant
      it_fieldcat             = it_fldcat " Field catalogue
      it_sort                 = it_sort" sort table
      i_default               = 'X'
      i_save                  = 'A'     
    TABLES
      t_outtab                = it_trans.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 08:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-quot-message-type-x-quot/m-p/5259786#M1214900</guid>
      <dc:creator>dp_prasad</dc:creator>
      <dc:date>2009-03-06T08:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error "MESSAGE_TYPE_X"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-quot-message-type-x-quot/m-p/5259787#M1214901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all for response...problem solved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 09:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-quot-message-type-x-quot/m-p/5259787#M1214901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-06T09:40:22Z</dc:date>
    </item>
  </channel>
</rss>

