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

prince_isaac
Active Participant
0 Likes
2,832

hie all

im getting this dump type with no clues as to what could have gone wrong, pliz assist. also there is additional text :

'

"There is no help text for this dump

Either the text was inadvertently deleted or the release of

the kernel differs from that of the database.

Refer to the Note system for further information on this dump. "

regards

Prince

2 REPLIES 2
Read only

Former Member
0 Likes
947

Please look at SAP Note : 1010590

The ABAP program terminates due to structure components that are too wide (64KB or greater). Depending on the kernel patch and Support Package status:

when you generate the program, it leads to the error DDIC_TYPES_INCONSISTENT, or

when you execute the program, it leads to the error LOAD_TYPE_VERSION_MISMATCH.

Other terms

Runtime object, DBLENGTH, DBLENGTH2, DDIC_TYPES_INCONSISTENT, LOAD_TYPE_VERSION_MISMATCH

Reason and Prerequisites

If a structure (S1) has a total length of more than 65535 bytes and is used as a structure component in another structure (S2), this length can no longer be managed in the runtime object of S2.

This causes an overflow, and then leads to an error.

Read only

prince_isaac
Active Participant
0 Likes
947

Hi

BASIS solved the issue.

regards

Isaac Prince