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

dump analysis issue in memory id

Former Member
0 Likes
370

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

1 REPLY 1
Read only

Former Member
0 Likes
326

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 ...