Application Development 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: 

Google Chrome Require as Browser

ipravir
Active Contributor
0 Kudos

Hi,

I have developed a simple program, to open browser inside SAP screen,

Class Used: CL_GUI_HTML_VIEWER.

Method: SHOW_URL.

In Method, passing any URL like www.google.com.

And able to display the google.com inside the SAP screen.

But requirement is, I want to use Google Chrome Browser, it's opening IE.

Is there any way to change Browser Setting in SAP, I want Google Chrome as Default for SAP.

Regards.

Praveer

1 ACCEPTED SOLUTION

rosenberg_eitan
Active Contributor
0 Kudos

Hi,

Check what happen if you change window default browser .

regards. 

8 REPLIES 8

rosenberg_eitan
Active Contributor
0 Kudos

Hi,

Check:

CALL METHOD cl_gui_frontend_services=>execute


Search google using search operators:

site:scn.sap.com  cl_gui_frontend_services=>execute


I did not try it yet .


Regards.


0 Kudos

Hi Eithan,

Thanks for the Reply, but it will execute the Browser as per the System Setting as separate application, But as per my requirement, I want to display the Browser inside SAP screen.

Regards.

Praveer.

rosenberg_eitan
Active Contributor
0 Kudos

Hi,

Check what happen if you change window default browser .

regards. 

0 Kudos

Hi Eithan,

I am using, Chrome as default browser, so while executing with your suggestion, method is opening URL in Google chrome only as Google chrome as application not inside SAP Screen, what i have created through CL_GUI_HTML_VIEWER.

My requirement, an another browser should not open to display URL, which is trigger from SAP level.

Regards.

Praveer.

0 Kudos

Hi,

I have somehow the feeling that sap is using the default browser in the application server .

regards.

0 Kudos

Hi Eitan,

Finally i have found the answer, it's not opening the Google Chrome as default browser for SAP Screen, but it's integrating the Google Service into the IE for the SAP.

And also remove the IE from the system default application list.

->>Control Panel\Programs\Default Programs

And Change the Setting from 'Set Program Access and Computer Defaults'.

Now I am getting the Google Services related pages in SAP Screen also.

And also activate the Google Service from the SAP GUI Option, after that the page is opening in SAP Screen, which contains the Google services.

Regards.

Praveer.

0 Kudos

Hi,

Good news.

"

->>Control Panel\Programs\Default Programs

And Change the Setting from 'Set Program Access and Computer Defaults'.

"

Is done on your station or in the application server ?

Regards.

0 Kudos

Hi,

Actually, for me Application Server and Using both are same.

I think, we have to change User Computer System.

Regards.

Praveer