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: 

EHP5 migration, IMPORT command

ricardobraga
Explorer
0 Kudos

Hello, I am participating as "ABAPer" in a migration to EHP5.

I have a problem with the import command, where it does not work for tables that contain fields of type LRAW, ie, the command is not executed, returns the following DUMP :

Category ABAP Programming Error
Error tpo.exec. IMPORT_ALIGNMENT_MISMATCH
exception CX_SY_IMPORT_MISMATCH_ERROR
ABAP program SAPLAQRUNT
Anwendungskomponente BC-SRV-QUE
Date and Time 05.06.2013 14:40:03

Has anyone gone through a similar situation, or know the solution.

Thank you.

1 ACCEPTED SOLUTION

ricardobraga
Explorer
0 Kudos

Solution in...

http://scn.sap.com/thread/3145951

Aluminum

Currently Being Moderated               

Hi Ravi,

I've found OSS note 393160 to solve:

here the steps:

1. find report name (run query transaction > system > status)

2. use fm (SE37) RSAQ_DECODE_REPORT_NAME to find the query name and user group

3. use report (SE38) SAP_QUERY_CALL to regenerate and run the query.

Next time the original query transaction will work fine.

Regards

Luca

1 REPLY 1

ricardobraga
Explorer
0 Kudos

Solution in...

http://scn.sap.com/thread/3145951

Aluminum

Currently Being Moderated               

Hi Ravi,

I've found OSS note 393160 to solve:

here the steps:

1. find report name (run query transaction > system > status)

2. use fm (SE37) RSAQ_DECODE_REPORT_NAME to find the query name and user group

3. use report (SE38) SAP_QUERY_CALL to regenerate and run the query.

Next time the original query transaction will work fine.

Regards

Luca