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

dump in RKEAGENV program

Former Member
0 Likes
1,098

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

3 REPLIES 3
Read only

Former Member
0 Likes
753

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

Read only

Former Member
0 Likes
753

Log on SAP in Language EN. Per SAP note 64490, run program RKEAGENV.

Read only

Former Member
0 Likes
753

Log on SAP in Language EN. Per SAP note 64490, run program RKEAGENV.