‎2006 Sep 14 2:28 PM
Hi All,
I have added a new button in the toolbar of a PCUI application. My requirement is to open a new browser window on click of this button.
I have created a class ZCL_BSP_ACC_ACCMOD which is inherited from CL_BSP_ACC_ACCMOD. In this method IF_CRM_BSP_MODEL_ACCESS_IL~PROCESS_EVENT handles all the events. I have redefined this method , given a call to parent method and added my custom code after this.
My question is:
Why FMs like CALL_BROWSER & GUI_RUN does not run here?
I am getting an exception as 'frontend_error' here but these FMs run fine in SE37.
Can anybody help me !
Thanks
Amit
‎2006 Sep 16 8:49 AM
‎2006 Sep 18 11:36 AM
PCUI, that's something like html, isn't it?
You can just use some script to open a new window
I've had the same problem in BSP, where you can't create a link between html and SAP, but when you activate http debugging, it does work.
Kind regards, Rob Dielemans