cancel
Showing results for 
Search instead for 
Did you mean: 

Project system Gant chart issue CX_SY_IMPORT_MISMATCH_ERROR

Former Member
0 Kudos

When some of users run gantchart in CJ20N we receive following dump.

Runtime Errors IMPORT_ALIGNMENT_MISMATCH

except. CX_SY_IMPORT_MISMATCH_ERROR

Short text

Error when importing object "LT_USR_SEL_MCS01".

What happened?

Error in the ABAP Application Program

The current ABAP program "SAPFCJGR" 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_PPT_USR_OPTIONS" "(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 "LT_USR_SEL_MCS01", the structure did not match the

structure of the target object. The error occurred in component

no. 46.

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.

Missing RAISING Clause in Interface

Program SAPFCJGR

Include SAPFCJGR_READ_PPT_USR_OPTIONS

Row 16

Module type (FORM)

Module Name READ_PPT_USR_OPTIONS

Is there anybody whom can help me with it ?

Thank you in advance for responses

untime Errors IMPORT_ALIGNMENT_MISMATCH

xcept. CX_SY_IMPORT_MISMATCH_ERROR

ate and Time 02/21/2010 11:53:16

Short text

Error when importing object "LT_USR_SEL_MCS01".

What happened?

Error in the ABAP Application Program

The current ABAP program "SAPFCJGR" 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_PPT_USR_OPTIONS" "(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 "LT_USR_SEL_MCS01", the structure did not match the

structure of the target object. The error occurred in component

no. 46.

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.

Missing RAISING Clause in Interface

Program SAPFCJGR

Include SAPFCJGR_READ_PPT_USR_OPTIONS

Row 16

Module type (FORM)

Module Name READ_PPT_USR_OPTIONS

Someody whom can help wit this issue ?

thank you in advance

Vita

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Dear friends,

please help me.

Regards

Hari

Former Member
0 Kudos

Dear Friends,

Issue was solved by correcting program.

i have not maintained the below as per note 964258

Maintain the following selection texts

     P_MODUS         Test Mode

     S_BNAME         User Name

after maintained the above values.issue solved.now its working fine.

Thank you.

Regards,

Hari

tomas_black
Active Contributor
0 Kudos

Hello Plackov,

(FYI, there's a couple of notes that cover this error, have you checked them already? #1263841 and #618501)

in order to fix this problem, please try to use the report Z_CONVERT_PPB_USER_OPTIONS from note #964258 to check and correct the issue.

Best regards,

Tomas Black

Former Member
0 Kudos

Hai Friends,

Recently we have upgraded from EHP4 to EHP6.

now we are facing issue while opening project in cj20n and getting dump IMPORT_ALIGNMENT_MISMATCH.

i have followed note 964258 and created z report and executed for particular user.

one time its worked and again its giving dump.

can you please help me.dump is attached.

Regards,

hari

0 Kudos

Hello,

did you solve the problem? I've got the same problem and need a solution.