<?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: Runtime Errors  :  MESSAGE_TYPE_X in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-message-type-x/m-p/4722336#M1108769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the response..&lt;/P&gt;&lt;P&gt;But i wanted to know why is this happening and any sap notes available for the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2008 10:19:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-26T10:19:21Z</dc:date>
    <item>
      <title>Runtime Errors  :  MESSAGE_TYPE_X</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-message-type-x/m-p/4722332#M1108765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short dump with the following error : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;termination occurred in the ABAP program "SAPLCATS" - in "BUILD_ANCESTORS_TAB"&lt;/P&gt;&lt;P&gt;the main program was "SAPLCATS ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the source code you have the termination point in line 92&lt;/P&gt;&lt;P&gt;f the (Include) program "LCATSF0C".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know incase if any one had come across the same..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pointers will be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 07:50:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-message-type-x/m-p/4722332#M1108765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T07:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors  :  MESSAGE_TYPE_X</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-message-type-x/m-p/4722333#M1108766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Message type X means 'Terminate program with a short dump'.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want to know the reason for the dump... go to the dump screen u shall find a 'Debugger' button on the top left side of th screen. press it a and check in which condition the message is raised.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 07:54:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-message-type-x/m-p/4722333#M1108766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T07:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors  :  MESSAGE_TYPE_X</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-message-type-x/m-p/4722334#M1108767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check for SAP notes by giving the serach text 'BUILD_ANCESTORS_TAB'  or the program name, may be you will find something. This being a standard program, it could be caused because of some patch or some note that was implemented incorrectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Advait Gode on Nov 17, 2008 9:18 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 08:16:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-message-type-x/m-p/4722334#M1108767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T08:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors  :  MESSAGE_TYPE_X</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-message-type-x/m-p/4722335#M1108768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In se38 enter LCATSF0C&lt;/P&gt;&lt;P&gt;The error has occurred on line 92 ie,  MESSAGE X030.&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;READ TABLE ANCESTORS WITH KEY COUNTER = ICATSDB-COUNTER&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;                                            &lt;STRONG&gt;BINARY SEARCH.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This is unsuccessful so sy-subrc is not equal to zero and MESSAGE X030. is executed&lt;/P&gt;&lt;P&gt;Check the table ANCESTORS by debugging&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 08:35:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-message-type-x/m-p/4722335#M1108768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T08:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors  :  MESSAGE_TYPE_X</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-message-type-x/m-p/4722336#M1108769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the response..&lt;/P&gt;&lt;P&gt;But i wanted to know why is this happening and any sap notes available for the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 10:19:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-message-type-x/m-p/4722336#M1108769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T10:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors  :  MESSAGE_TYPE_X</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-message-type-x/m-p/4722337#M1108770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Closing as the question was answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Aug 2010 01:41:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-message-type-x/m-p/4722337#M1108770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-02T01:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors  :  MESSAGE_TYPE_X</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-message-type-x/m-p/4722338#M1108771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey venkat ,,,i am facing teh same dump message for a employee in CAT2 or CAT3 for one period .&lt;/P&gt;&lt;P&gt;Can you quide me here please .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Oct 2011 06:33:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-message-type-x/m-p/4722338#M1108771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-27T06:33:51Z</dc:date>
    </item>
  </channel>
</rss>

