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

Google Chrome Require as Browser

ipravir
Active Contributor
0 Likes
4,565

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
Read only

rosenberg_eitan
Active Contributor
0 Likes
2,269

Hi,

Check what happen if you change window default browser .

regards. 

8 REPLIES 8
Read only

rosenberg_eitan
Active Contributor
0 Likes
2,269

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.


Read only

0 Likes
2,269

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.

Read only

rosenberg_eitan
Active Contributor
0 Likes
2,270

Hi,

Check what happen if you change window default browser .

regards. 

Read only

0 Likes
2,269

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.

Read only

0 Likes
2,269

Hi,

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

regards.

Read only

0 Likes
2,269

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.

Read only

0 Likes
2,269

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.

Read only

0 Likes
2,269

Hi,

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

I think, we have to change User Computer System.

Regards.

Praveer