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

LOAD_TYPE_VERSION_MISMATCH Error in LSMW

Former Member
0 Likes
561

Hi,

We have changed some custom fields in BUT000 and imported into PreProduction. And the table is adjusted and its active now.

However, When I run LSMW program (Convert Data), I am getting the following dump.

Error:

LOAD_TYPE_VERSION_MISMATCH.

Error Analysis:

The dictinary type BUT000 is changed during the flow of transaction as the type was already used in the old version, and the new type should be used in the new version.

Can you please help me out, how can I solve this.

Thanks,

Sandeep

Hi,

We have changed some custom fields in BUT000 and imported into PreProduction. And the table is adjusted and its active now.

However, When I run LSMW program (Convert Data), I am getting the following dump.

Error:

LOAD_TYPE_VERSION_MISMATCH.

Error Analysis:

The dictinary type BUT000 is changed during the flow of transaction as the type was already used in the old version, and the new type should be used in the new version.

Can you please help me out, how can I solve this.

Thanks,

Sandeep

1 REPLY 1
Read only

Former Member
0 Likes
487

Hi

You need to check where that type is used ,problably you need to define the step again in order to use the new definition

Max