<?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 (type x). in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-type-x/m-p/7875399#M1594208</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;Please provide us sufficient information example, what you are doing , how you get this dump.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 May 2011 06:10:14 GMT</pubDate>
    <dc:creator>former_member404244</dc:creator>
    <dc:date>2011-05-26T06:10:14Z</dc:date>
    <item>
      <title>Error Message (type x).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-type-x/m-p/7875398#M1594207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Runtime Errors         MESSAGE_TYPE_X&lt;/P&gt;&lt;P&gt;Date and Time          26.05.2011 12:29:13&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text&lt;/P&gt;&lt;P&gt;    The current application triggered a termination with a short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Long text of error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Technical information about the message:&lt;/P&gt;&lt;P&gt;    Message class....... "0K"&lt;/P&gt;&lt;P&gt;    Number.............. 000&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trigger Location of Runtime Error&lt;/P&gt;&lt;P&gt;    Program                          SAPLSLVC&lt;/P&gt;&lt;P&gt;    Include                            LSLVCU10&lt;/P&gt;&lt;P&gt;    Row                               36&lt;/P&gt;&lt;P&gt;    Module type                   (FUNCTION)&lt;/P&gt;&lt;P&gt;    Module Name                 LVC_SORT_COMPLETE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source Code Extract&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line  SourceCde&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 06:04:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-type-x/m-p/7875398#M1594207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-26T06:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message (type x).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-type-x/m-p/7875399#M1594208</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;Please provide us sufficient information example, what you are doing , how you get this dump.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 06:10:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-type-x/m-p/7875399#M1594208</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2011-05-26T06:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message (type x).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-type-x/m-p/7875400#M1594209</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;to get more informations set a break-point in fm LVC_SORT_COMPLETE in line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;    READ TABLE IT_FIELDCAT ASSIGNING &amp;lt;LS_FIELDCAT&amp;gt;
         WITH KEY FIELDNAME = LS_SORT-FIELDNAME BINARY SEARCH.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the field name to find out the field which causes the issue. Maybe there is a problem with the field name for SORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 06:10:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-type-x/m-p/7875400#M1594209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-26T06:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message (type x).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-type-x/m-p/7875401#M1594210</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 think the field used for sorting does not exist in the field catalog of your ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 06:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-type-x/m-p/7875401#M1594210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-26T06:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message (type x).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-type-x/m-p/7875402#M1594211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check your Field Catalog.. line by line, character by character. You will realise there's something amiss this. And if im not wrong, you got this Short dump when you try to do a Summation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 06:18:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-type-x/m-p/7875402#M1594211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-26T06:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message (type x).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-type-x/m-p/7875403#M1594212</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 am very new to SAP and now testing Fieldcat, Layout and sort in a program.&lt;/P&gt;&lt;P&gt;Please help with SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 06:19:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-type-x/m-p/7875403#M1594212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-26T06:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message (type x).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-type-x/m-p/7875404#M1594213</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;As others suggested..Please check your field catalog and see the field which you are sorting is there or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 06:22:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-type-x/m-p/7875404#M1594213</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2011-05-26T06:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message (type x).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-type-x/m-p/7875405#M1594214</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;please check, that all field names are UPPER CASE also in SORT table!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 07:01:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-type-x/m-p/7875405#M1594214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-26T07:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message (type x).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-type-x/m-p/7875406#M1594215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 13:25:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-type-x/m-p/7875406#M1594215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-28T13:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message (type x).</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-type-x/m-p/7875407#M1594216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thandar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are new to SAP then you should not stay to outdated technology.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;99,9 % of all ALV dump errors like yours are related to field catalog issues. One of the most frequent reason is the useless try of building a field catalog yourself without using standard functions like REUSE_ALV_FIELDCATALOG_MERGE and or the use of display tables without structure defined in data dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get rid of all those and many more troubles if you start with the actual ALV object model using CL_SALV_TABLE class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start with the excellent article series of Rich Heilman:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ALV Object Model - Simple 2D Table - The Basics|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/eac1fa0b-0e01-0010-0990-8530de4908a6]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ALV Object Model - Simple 2D Table - Event Handling|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/cda3992d-0e01-0010-90b2-c4e1f899ac01]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The object model does not use a (visible) field catalog. Almost all functions achieved by field catalog modification can be done by simple transparent and  understandable method calls. This makes the programs maintenance friendly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jul 2011 15:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-message-type-x/m-p/7875407#M1594216</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-07-30T15:09:05Z</dc:date>
    </item>
  </channel>
</rss>

