cancel
Showing results for 
Search instead for 
Did you mean: 

CAL_VIEW Method in an Event_Handler

Former Member
0 Kudos
260

Hi there,

I try to use the Call View Method in my Event Handler to switch between Pages, and exchange

some attributes.

But all I get after a Call is :

Exception Class: CX_SY_MOVE_CAST_ERROR

Error Id: MOVE_CAST_ERROR

Program: CL_O2DUEAAQIGCUO6IBSLSHDCCTP0YCP

Include: CL_O2DUEAAQIGCUO6IBSLSHDCCTP0YCM002

Line: 8  

Long Text: -

Can anyone Help ??

Best Regards

Ali

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181879
Active Contributor
0 Kudos

Hallo Ali,

This types of problems should please be handled via OSS/CSN. This forum is not for problem handling and bugs.

What I suspect is wrong here, without direct access to your code, is that your view you are calling from some controller C1, has been coded to expect another controller C2 as input. Check the view property pages. You can change the view to expect the base controller CL_BSP_CONTROLLER2, and do the casting yourself.

From what I remember, there has been a code change recently to catch this situation. But this type of further processing only via OSS/CSN.

brian