Dear All,
We are using the CASEWORKER business role.
The home page component is WCC_SSV_HOME.
The task page component is CRMCMP_GS_WC view TodaysTasks.
The problem that we are facing is that when we click on the task link Description its throwing an error
"An exception has occurred Exception Class CX_BSP_WD_INCORRECT_IMPLEMENT - Define NavigationalLink TASKDETAIL for source view TasksAndAppointments.IFVTodaysTasks.
Program: SAPMHTTP
Include:
Source Text Row: 0
"
When i tried to debug it i found below details
1) The link calls the 'EH_ONDISPLAY' event.
2) Which is calling the outbound plug 'op_taskdetail'.
3) Which is calling the
lr_window->call_outbound_plug( IV_OUTBOUND_PLUG = 'TASKDETAIL'
IV_DATA_COLLECTION = IV_DATA_COLLECTION ).
4) Which is calling the Window out bound plug OP_TASKDETAIL
me->fire_outbound_plug( iv_outbound_plug = 'TASKDETAIL'
iv_data_collection = iv_data_collection ).
After this step i dont know exactly which outbound plug the above method me->fire_outbound_plug is calling.
Also where do i need to define or check "Define NavigationalLink TASKDETAIL for source view TasksAndAppointments.IFVTodaysTasks" as per the error.
Can any one please help me to solve this problem.
Regards
Pulkit