Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Calling a Browser window from a method

Former Member
0 Likes
369

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

2 REPLIES 2
Read only

athavanraja
Active Contributor
0 Likes
332

may be try this in CRM forum for a quicker response.

Regards

Raja

Read only

Former Member
0 Likes
332

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