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

Append structure in LIKP-- LOAD_TYPE_VERSION_MISMATCH

former_member201364
Participant
0 Likes
1,500

Hi,

We added append structure in LIKP table and in quality system we dont have any issues.But when our transport is moved to production we are getting the below dump when opening shipment .And we are not very sure that whether our changes caused the dump.

I am getting dump LOAD_TYPE_VERSION_MISMATCH when opening Shipment doucment.

and error analysis is

The ABAP runtime system detected that the Dictionary-type "LIKPVB" changed

during the flow of the transaction.

As the type was already used in the old version

and in the new type should be used in the same transaction in the new

version, the transaction had to be cancelled to avoid inconsistencies.

Can anyone pls let us know the reason for the above dump?

Thanks in advance,

Poornima

Edited by: poornima v on Jan 20, 2009 7:07 PM

Hi,

We added append structure in LIKP table and in quality system we dont have any issues.But when our transport is moved to production we are getting the below dump when opening shipment .And we are not very sure that whether our changes caused the dump.

I am getting dump LOAD_TYPE_VERSION_MISMATCH when opening Shipment doucment.

and error analysis is

The ABAP runtime system detected that the Dictionary-type "LIKPVB" changed

during the flow of the transaction.

As the type was already used in the old version

and in the new type should be used in the same transaction in the new

version, the transaction had to be cancelled to avoid inconsistencies.

Can anyone pls let us know the reason for the above dump?

Thanks in advance,

Poornima

Edited by: poornima v on Jan 20, 2009 7:07 PM

3 REPLIES 3
Read only

Former Member
0 Likes
934

Hi,

Did you run Se14 for table LIKP after transporting the changes to production ?

Do a activate and adjust database for this table.

regards,

Advait

Edited by: Advait Gode on Jan 20, 2009 2:48 PM

Read only

0 Likes
934

Hi Advait,

Thanks for the reply!!

We did it in development system.

Do we need to activate and adjust the table directly in Production system?

poornima

Read only

0 Likes
934

Yes, but make sure that you keep the Save data radiobutton on and then click on the activate and adjust database.

This is a normal routine that you should run everytime you make changes to any table. This will ensure that the strucute of the runtime object and the structure of the of the object in the database are consistent.

Make sure to run the activity in background to avoid timeouts.

Before you run SE14, make sure the transport was sent successfully to production.

The dump could also be temporary while the objects were being activated on transport, and at the same time the program was accessing the table. So you might want to check again to see if the program is still dumping.

You said :

We added append structure in LIKP table and in quality system we dont have any issues

Did you run the SE14 in QA as well ?

regards,

Advait

Edited by: Advait Gode on Jan 20, 2009 3:31 PM