After implementation of IDEXDE 606 SP 5 and IDXGC 100 SP 4 we encountered the following shortdump:
Category ABAP Programming Error
Runtime Errors SYNTAX_ERROR
ABAP Program SAPLEG70
Application Component IS-U-DM-DI
Date and Time 17.02.2014 16:05:32
Short text
Syntax error in program "SAPLEG70 ".
What happened?
Error in the ABAP Application Program
The current ABAP program "SAPLES30" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
The following syntax error occurred in program "SAPLEG70 " in include "LEG70F40
" in
line 2596:
"Eine Zeile von "IETYP" und "ETYP_WA" sind nicht ineinander konvertierb"
"ar. In einem Unicode-Programm muß "IETYP" unabhängig von der Länge ein"
"es Unicode-Zeichens dasselbe Strukturlayout wie "ETYP_WA" besitzen."
" "
The include has been created and last changed by:
Created by: "SAP "
Last changed by: "SAP "
Error in the ABAP Application Program
The current ABAP program "SAPLES30" had to be terminated because it has
come across a statement that unfortunately cannot be executed.
We found out that the problem was that in view V_ETYP the new fields in table ETYP (/IDEXGE/METER_SIZE, /IDEXGE/CORRECTOR_TYPE) weren't included. After putting them at the end of the view, everything was fine.
Maybe this will help.