‎2008 Jan 31 11:24 PM
Hi!
I'm trying to create a enhancement implementation in a method DATABASE_ACCESS of the class CL_CRM_REPORT_ACC_DYNANIC, but always when I try to active this enhancement a short dump MOVE_CAST_ERROR happens.
Can you help me please?
Best Regards,
CaÃque Escaler
‎2008 Feb 01 5:26 AM
Hi Caique,
There are lot of standard R/3 programs which were causing the same MOVE_CAST_ERROR dump and have been resolved by SAP notes. You can find the cause of the dumps by studying the notes from [ |http://service.sap.com/notes] and search for MOVE_CASE_ERROR short dump.
You are probably trying to type cast a variable type which is not permitted. PLease study the Error Analysis section of your short dump from ST22 for a better understanding of the reason.
Regards,
Aditya
‎2008 Feb 01 5:26 AM
Hi Caique,
There are lot of standard R/3 programs which were causing the same MOVE_CAST_ERROR dump and have been resolved by SAP notes. You can find the cause of the dumps by studying the notes from [ |http://service.sap.com/notes] and search for MOVE_CASE_ERROR short dump.
You are probably trying to type cast a variable type which is not permitted. PLease study the Error Analysis section of your short dump from ST22 for a better understanding of the reason.
Regards,
Aditya
‎2008 Feb 01 1:07 PM
Hi Aditya!
We applied SAP Note number 1041090 and the problem was solved.
Tks for your help!
CaÃque Escaler