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: 

ERROR OCCURS IN THE REPORT

Former Member
0 Kudos

HI Gurus,

when i trying to upload a zreport i am getting this kind of error "Error when importing object "FIELDTAB". Please suggest me how to correct it. please find the descreption 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 importing object "FIELDTAB", the structure did not match the

structure of the target object. The error occurred in component

no. 63.

This may be due to one of the following reasons:

- the structure is actually different (the next field has, for

example, a different data type) or

- the same sequence of components were exported and imported,

but the fields were from other include units.

<removed_by_moderator>

ThaNKS IN ADVANCE!!

REGARDS,

kRANTHI RANI.

Edited by: Julius Bussche on Oct 7, 2008 1:42 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi

i think it might be having error in the select statement because it is telling that

the size mismatching between from field to target

so please check to that

or

send the code pls

8 REPLIES 8

Former Member
0 Kudos

hi

i think it might be having error in the select statement because it is telling that

the size mismatching between from field to target

so please check to that

or

send the code pls

P561888
Active Contributor
0 Kudos

Hi ,

they is the field mismatch with length what ever u r passing ..check the source field and target fields length..

Regards,

Bharani

Former Member
0 Kudos

but error occurs in the standard sap program.

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.

P561888
Active Contributor
0 Kudos

Hi ,

Could you please give me some sort of code so that i can able to understand.....

regards,

bharani

former_member598013
Active Contributor
0 Kudos

Hi Kranti,

It seems that you are creating a Field catalog and the field name is not present in the final table as a result this might giving you a short dump.

Thanks,

Chidanand

Former Member
0 Kudos

Hi

Answer is pure assumption

Pls check the OSS note

Note 43967 - Error when importing object "FIELDTAB_L"

Pls take opinion from Basis team before implementing

Regards

MD

0 Kudos

Thanks a lot my problem solved!!!

0 Kudos

hi kranthi

can you please let us know how this issue was solved.