Hi Gurus,
We are working on EHP4 to EHP6 upgrade after SPDD phase I am getting lots of dumps related to this error: "Error when importing object "FIELDTAB". Please suggest me how to correct it.This is related to SAP STANDARD Program -SAPLKEFT in include- LKEFTF02 please find the description of the error ...
Error analysis:
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_IMPORT_MISMATCH_ERROR', was
not caught in
procedure "READ_INDX" "(FORM)", nor was it propagated by a RAISING clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
When attempting to import data, the
structure of the complex object "FIELDTAB" was not compatible with the
target object. The error occurred with component no. 66.
Information on where terminated
Termination occurred in the ABAP program "SAPLKEFT" - in "READ_INDX".
The main program was "SAPMSSY1 ".
In the source code you have the termination point in line 25
of the (Include) program "LKEFTF02".
The termination is caused because exception "CX_SY_IMPORT_MISMATCH_ERROR"
occurred in
procedure "READ_INDX" "(FORM)", but it was neither handled locally nor declared
in the RAISING clause of its signature.
The procedure is in program "SAPLKEFT "; its source code begins in line
18 of the (Include program "LKEFTF02 ".