Skip to Content
0
Former Member
Aug 04, 2009 at 12:49 PM

dump in RKEAGENV program

345 Views

Hi,

While executing SAP Std Pgm RKEAGENV, this program is giving dump as given below:

Short text

Error when importing object "FIELDTAB".

What happened?

Error in the ABAP Application Program.

The current ABAP program "SAPLKEFT" had to be terminated because it has come across a statement that unfortunately cannot be executed.

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 importing object "FIELDTAB", the structure did not match the structure of the target object. The error occurred in component no. 58.

Missing RAISING Clause in Interface

Program SAPLKEFT

Include LKEFTF02

Row 18

Module type (FORM)

Module Name READ_INDX

Please help me to solve this problem.

Thanks,

Tintu