Application Development and Automation 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: 
Read only

Runtime Error

Former Member
0 Likes
582

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

3 REPLIES 3
Read only

Former Member
0 Likes
518

Hi,

Try two OSS Notes: 149229 or 199563.

Else try to search for related OSS Note.

Regards,

Khanh

Read only

Former Member
0 Likes
518

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

Read only

Former Member
0 Likes
518

Solved