‎2010 Apr 01 11:49 AM
Hi experts
i am getting error like this 'a newer version of data type CATSDB was found than one required'.
The current ABAP program "SAPLCRA0" had to be terminated because one
of the statements could not be executed at runtime.
Information on where terminated
Termination occurred in the ABAP program "SAPLCRA0" - in "ARBPL_USED_CHECK".
The main program was "SAPLCRA0 ".
In the source code you have the termination point in line 153
of the (Include) program "LCRA0F25".
CATSDB prüfen
SELECT SINGLE * FROM CATSDB
WHERE
ARBID = OBJID_CRHD.
IF SY-SUBRC = 0.
FLG-ARBPL_USED = KREUZ.
EXIT.
ENDIF.
Please help me. i was trying to delete work center and i am getting ilike this.
Edited by: Reddy on Apr 5, 2010 1:01 PM
‎2010 Apr 05 12:16 PM
Hi,
Try two OSS Notes: 149229 or 199563.
Else try to search for related OSS Note.
Regards,
Khanh
‎2010 Apr 05 12:22 PM
Hi Reddy,
Please check if you have added some custom fields in the structure CATSDB. Check if all the include are active and make sure that you adjust database table CATSDB through SE14. If still you are getting the error then go to T-code SGEN and regenerate the object.
Thanks,
Chinmay
Edited by: Chinmay Kumar Ghosh on Apr 5, 2010 4:54 PM
‎2010 Apr 06 7:42 AM