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