‎2015 Jan 10 7:53 AM
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
‎2015 Jan 10 8:24 AM
Hi,
Check what happen if you change window default browser .
regards.
‎2015 Jan 10 8:11 AM
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.
‎2015 Jan 10 8:23 AM
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.
‎2015 Jan 10 8:24 AM
Hi,
Check what happen if you change window default browser .
regards.
‎2015 Jan 10 8:35 AM
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.
‎2015 Jan 10 8:49 AM
Hi,
I have somehow the feeling that sap is using the default browser in the application server .
regards.
‎2015 Jan 11 1:52 PM
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.
‎2015 Jan 11 4:46 PM
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.
‎2015 Jan 11 6:15 PM
Hi,
Actually, for me Application Server and Using both are same.
I think, we have to change User Computer System.
Regards.
Praveer