Skip to Content
0
Former Member
Oct 21, 2008 at 09:36 AM

Redifine method ACTIVATE_SWITCH_MESSAGE, Help with INHERITCED Please

45 Views

Thanks for you time and sorry for my poor explanation, I would like to redefine the method ACTIVATE_SWITCH_MESSAGE from class CL_CRM_IU_SWITCH_MSG_ENTITY.

This method is called when I push the button of

component IUICCON

view "IUICCON/ProcessSaveButtonBar",

event EH_ONBT_SAVE_PROCESS.

I have tried to create a subclass and redefine the method ACTIVATE_SWITCH_MESSAGE, and I have put a breakpoint in this redefined method from class ZCL_CRM_IU_SWITCH_MSG_ENTITY but doesn't stop.

When I push the button continue calling the method from standard class .

How I can make this??

call stack of my scen

-


15) Class CL_CRM_IU_SWITCH_MSG_ENTITY Method ACTIVATE_SWITCH_MESSAGE

14) Class CL_CRM_IU_ORDER_ITEM_ENTITY Method IF_CRM_IU_ORDER_TRX_SUBSCRIBER-BEFORE_ORDER_SAVE

13) Class CL_CRM_IU_ORDER_TRX Method IF_BOL_TRANSACTION_CONTEXT-SAVE

12) Class CL_CRM_BOL_CUSTOM_TX_CTXT Method IF_BOL_TRANSACTION_CONTEXT-SAVE

11) Class CL_CRM_IU_PROC_MGR_ENTITY Method FINISH_PROCESS

10) Class CL_CRM_IU_PROC_ENTITY Method EXECUTE

9) Class CL_IUIC_PROCESSMGR_HANDLER Method FINISH_PROCESS

8) Class CL_IUICCON_PROCESSMGR_IMPL Method SAVE_PROCESS_DATA

7) Class ZL_IUICCON_PROCESSMGR_IMPL Method SAVE_PROCESS_DATA

6) Class ZL_IUICCON_PROCESSSAVEBUT_IMP1 Method EH_ONBT_SAVE_PROCESS

5) Class CL_IUICCON_PORCESSAVEBUT Method HANDLE_EVENT

4) Class ZL_IUICCON_PROCESSSAVEBUT_IMP1 Method HANDLE_EVENT

3) Class CL_BSP_CONTROLLER2 Method IF_BSP_CONTROLLER-HANDLE_EVENT

2) Class CL_BSP_WD_VIEW_CONTROLLER Method IF_BOL_TRANSACTION_CONTEXT-SAVE

1) Class CL_BSP_CONTROLLER2 Method IF_BSP_CONTROLLER-HANDLE_EVENT

-


Best Regards and Thanks