Hi all,
I am getting an ABAP runtime error ASSIGN_CAST_WRONG_ALIGNMENT when I try to display data from an InfoCube. This only happens when I'm entering a filter for an InfoObject in the data selection screen, when I click on the "List of Values" box and select a value from there. Once I select the value, I get the runtime error. This is happening for InfoObject 0CALMONTH.
It seems this could be happening because the source InfoObject is 0ENTRY_DATE, type DATS, length 8; and the target InfoObject is 0CALMONTH, type NUMC, length 7. But the data is already loaded to the cube, and the data displays correctly in the cube and in queries. Why does the runtime error happen when I select from a list of values?
Can anyone help me in resolving this issue?
Thanks in advance!
CM