‎2008 Feb 05 10:06 AM
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
‎2008 Feb 05 10:26 AM
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.
‎2010 Aug 12 9:28 AM