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

Enhancement implementation error

Former Member
0 Likes
528

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
451

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

2 REPLIES 2
Read only

Former Member
0 Likes
452

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

Read only

0 Likes
451

Hi Aditya!

We applied SAP Note number 1041090 and the problem was solved.

Tks for your help!

Caíque Escaler