Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime Errors : MESSAGE_TYPE_X

Former Member
0 Kudos
619

Hi All,

Short dump with the following error :

termination occurred in the ABAP program "SAPLCATS" - in "BUILD_ANCESTORS_TAB"

the main program was "SAPLCATS ".

In the source code you have the termination point in line 92

f the (Include) program "LCATSF0C".

Kindly let me know incase if any one had come across the same..

pointers will be appreciated.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
253

Hi,

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.

regards,

Advait

Edited by: Advait Gode on Nov 17, 2008 9:18 AM

6 REPLIES 6

Former Member
0 Kudos
253

Message type X means 'Terminate program with a short dump'.....

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.....

Former Member
0 Kudos
254

Hi,

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.

regards,

Advait

Edited by: Advait Gode on Nov 17, 2008 9:18 AM

Former Member
0 Kudos
253

In se38 enter LCATSF0C

The error has occurred on line 92 ie, MESSAGE X030.

READ TABLE ANCESTORS WITH KEY COUNTER = ICATSDB-COUNTER

BINARY SEARCH.

This is unsuccessful so sy-subrc is not equal to zero and MESSAGE X030. is executed

Check the table ANCESTORS by debugging

0 Kudos
253

Thank you for the response..

But i wanted to know why is this happening and any sap notes available for the same

Former Member
0 Kudos
253

Closing as the question was answered

0 Kudos
253

Hey venkat ,,,i am facing teh same dump message for a employee in CAT2 or CAT3 for one period .

Can you quide me here please .

Regards

Santosh