Hello,
Please help me with this issue. I am trying to enhance the BP_HEAD/BPHeadOverview to add a button on the toolbar.
i am creating an even handler for the click event of the button.
ls_button-text = 'Check'.
ls_button-on_click = 'CHECK'. "#EC N
while creating the event handler .... right click create ...give the name 'CHECK' for the event .....next step it throughs a message saying
'Component DO_HANDLE_EVENT does not exist' ...... but it do create the event handler EH_ONCHECK. Now on click event of the button it does not call the event.
I am not able to understand this behaviour of the event in BP_HEAD. I have already added button to the Opportunities component and it works fine. the Do_HANDLE_EVENT registers the event created. and it triggers the event on click.
Is there any specific step that needs to be carried out to enhance this above view for BP_HEAD.
Thanks in advance,
Jaya.