2008 Nov 17 7:50 AM
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.
2008 Nov 17 8:16 AM
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
2008 Nov 17 7:54 AM
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.....
2008 Nov 17 8:16 AM
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
2008 Nov 17 8:35 AM
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
2008 Nov 26 10:19 AM
Thank you for the response..
But i wanted to know why is this happening and any sap notes available for the same
2010 Aug 02 2:41 AM
2011 Oct 27 7:33 AM
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