Hi Experts,
We have a requirement to add a button and trigger some action when the button is clicked. I did the following. But still the debugger does not enter the break point.
1. Created an embedded component and added a button. This is because the Pane Container in the Standard BO does not allow to add custom action button.
2. Created an event handler and added it to the OnClick of the above button in the EC.
3. Added a BOOperation - Create, to create a dummy instance as per the discussion in the thread : https://scn.sap.com/thread/3913375 . Then added BOAction and binded it to the action that was created in the .xbo of the standard BO as below.
4. Added the below code to the custom BOAction.ABSL as below. This is just to check if the ABSL code is being called.
5. Also placed a break point as above. Then activated debugging for my user and clicked the button in the EC that was added in the first step above. But the BOAction.ABSL is not being called as I am unable to see the execution being stopped at the break point I placed.
Can someone help to sort out why it is happening?
Any help is much appreciated.
Regards,
Indra