2009 Aug 04 1:49 PM
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
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
2009 Sep 03 10:38 PM
I had a similar error when executing RKEAGENV and the solution was
When you get the short dump, you'll find the
operating concern in the field ERKRS.
Please execute report RKEAGENF in SE38 as follows:
Operating concern: " " (see field ERKRS in the short dump)
Structure: leave blank
Type of CO-PA: "1"
Refill? : "X".
Afterwards please execute report RKEAGENV again (without the 'test'
flag).
It should be executed without error and then the characteristic main-
tenance (transaction KES1) should work again.
Arvind
2010 Apr 14 4:13 AM
Log on SAP in Language EN. Per SAP note 64490, run program RKEAGENV.
2010 Apr 14 4:19 AM
Log on SAP in Language EN. Per SAP note 64490, run program RKEAGENV.