‎2009 Oct 14 10:08 AM
Error analysis
When importing the object "G_T_TOTALS_FLAT", the component no. 7 in the
dataset has a different type from the corresponding component
of the target object in the program "ZMM_MIS1".
The data type is "C" in the dataset, but "D" in the program.
Moderator message - Please respect the 2,500 character maximum when posting. Post only the relevant portions of code
Edited by: Rob Burbank on Oct 14, 2009 9:03 AM
‎2009 Oct 14 1:57 PM
Check this line in the dump ...
The data type is "C" in the dataset, but "D" in the program
Your 7th field is START_DATE LIKE SY-DATLO which is of type DATS ... change this ...