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

pc00_m99_URMR - Runtime Error CONNE_IMPORT_WRONG_STRUCTURE in ECC 6.0

Former Member
0 Likes
781

My functional people are getting this error along with CX_SY_IMPORT_MISMATCH_ERROR. The problem is occurring in CL_HR_PAY_RESULT_US - IMPORT_FROM_TABLE. The reason for the exception is:

When attempting to import data, the structure of the complex object "COSTS" was not compatable with the target object. The error occurred with component no. 21.

I looked back at our 470 version program and this parameter was not used in it so SAP has added it and evidently typed it wrong. I've looked for SAP notes, but so far haven't found one that looks like it applies. Has anybody else run into this error?

My functional people are getting this error along with CX_SY_IMPORT_MISMATCH_ERROR. The problem is occurring in CL_HR_PAY_RESULT_US - IMPORT_FROM_TABLE. The reason for the exception is:

When attempting to import data, the structure of the complex object "COSTS" was not compatable with the target object. The error occurred with component no. 21.

I looked back at our 470 version program and this parameter was not used in it so SAP has added it and evidently typed it wrong. I've looked for SAP notes, but so far haven't found one that looks like it applies. Has anybody else run into this error?

3 REPLIES 3
Read only

Former Member
0 Likes
667

I have came across with a similar in MIGO.

The data you are trying to import was saved in a different structure as mentioned in the DUMP .

Old data cannot be imported since the new structure was changed in a deep level.

Sorry

Read only

Former Member
0 Likes
667

The SAP people helping with the Upgrade found OSS Note 890828 which solved the problem.

Read only

Former Member
0 Likes
667

The SAP people helping with the Upgrade found OSS Note 890828 which solved the problem.