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: 

IMPORT_ALIGNMENT_MISMATCH Dump while Adding fields in MC02M_0ITM in RSA3.

Former Member
0 Kudos

Hi Experts,

I need to add some Z custom fields in BW datasource 2LIS_02_ITM which we are doingby appending in structure MC02M_0ITM. I am activating structure and removing hide field check box also in RSA6 transaction. But when we are executing transaction RSA3 (Both Delta & Full load ) it is giving us IMPORT_ALIGNMENT_MISMATCH dump. we have removed all the queues from SMQ1 using program RMBWV302 before making changes. Please help me out in this. Following are dump details:-

Runtime Errors IMPORT_ALIGNMENT_MISMATCH

Exception CX_SY_IMPORT_MISMATCH_ERROR

Date and Time 07/14/2010 05:23:40

Short text

Error when importing object "MC02M_0ITM_TAB".

What happened?

Error in the ABAP Application Program

The current ABAP program "SAPLMCEX" 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 "MCEX_BW_LO_API" "(FUNCTION)", nor was it propagated by a RAISING

clause.

Since the caller of the procedure could not have anticipated that

exception would occur, the current program is terminated.

The reason for the exception is:

When importing object "MC02M_0ITM_TAB", the structure did not matc

structure of the target object. The error occurred in component

no. 40.

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.

Please provide me some input about how to correct the same. Also what went wrong while adding new fields..

Thanks

Ankur Sharma

1 ACCEPTED SOLUTION

Former Member
0 Kudos

All modified fields should be in new append structure not in any old append structure sue to new field need new space allocation.

1 REPLY 1

Former Member
0 Kudos

All modified fields should be in new append structure not in any old append structure sue to new field need new space allocation.