cancel
Showing results for 
Search instead for 
Did you mean: 

2 Browser Windows in SSL-Mode when run a BSP-App

Former Member
0 Kudos

Hi,

when I start a BSP-Application from R3 with the FM 'CALL_BROWSER' so it works fine in the non-secure environment. But when I start the same BSP-App in SSL-Mode (https://...) 2 browser-windows will start immediately. The first one remains blanc, the second will run the application.

Does somebody knows why?

Accepted Solutions (0)

Answers (2)

Answers (2)

athavanraja
Active Contributor
0 Kudos

I just tested https url (https://www.sdn.sap.com/irj/sdn/collaboration) with CALL_BROWSER and its working fine. (internet explorer)

Which browser are you using.

Regards

Raja

Former Member
0 Kudos

Hi Rija,

now I could isolate the problem a little bit more. now we have some facts:

++ this call from an R3-application works on a usual pc on the LAN which runs IE6/SP2. --> no problem

-- this call dosn't work within the citrix environment which uses IE6/SP1 (as a call from R3 appl.) but

it works when I execute the FM call_browser.

==> I do not undestand the different behavior of the FM execution by test (F8) it directly or call it within an R3-Application ??

athavanraja
Active Contributor
0 Kudos

<i> I do not undestand the different behavior of the FM execution by test (F8) it directly or call it within an R3-Application ??</i>

it shouldnt be different at all. can you post the code you have used? may be something is missing?

Regards

Raja

Former Member
0 Kudos

SAP GUI for Windows:

The URL is sent to the operating system for a "shell execute". If one or more instances of the standard browser are already running, the last instance is used to navigate to the specified URL. If no standard browser instance is active, a new instance is generated. The WINDOW_NAME parameter is ignored.

SAP GUI for HTML:

If the WINDOW_NAME parameter is initial, the ITS window of the browser navigates to the URL. This destroys the synchronization of the browser with the ITS. If the WINDOW_NAME parameter is set, either a new browser window is opened, or a window with this name is reused. The browser and the ITS remain synchronized. Set the WINDOW_NAME parameter if you use SAP GUI for HTML. The parameter NEW_WINDOW is ignored.

rgds,

J

Do Award points by clicking options at the left of this info.