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: 

Short Dump- Runtime Error-CONNE_IMPORT_WRONG_STRUCTURE

Former Member
0 Kudos

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

1 REPLY 1

thanga_prakash
Active Contributor
0 Kudos

Hello Jyoti,

You can clearly see that the dump occurred due to the mismatch in the structure.

In the include LKEFTF02 at line 25 in the IMPORT statement, it imports data from the table in (i_tabname) to gt_fieldtab since the i_tabname and gt_fieldtab is of different structure it gave a ST22 error.

This error occurred in which transaction, can you mention the steps which you have done before getting the ST22 error.


Regards,

TP