cancel
Showing results for 
Search instead for 
Did you mean: 

Integrated UI5 applications to SAP NW Portal don't work in Internet Explorer

Former Member
0 Kudos

Hello!

We have a few UI5 applications, including bpminbox, they are integrated to SAP NW Portal 7.40 SP11 through URL iView. They are working fine in Chrome, but in IE we can see only a blank screen. In console of IE we can see an error SCRIPT438: Object doesn't support property or method "getCore". Here it's a line 02


sap.ui.localResources("wl");

  if(sap.ui.getCore().getConfiguration().getTheme()==="sap_hcb"){

  jQuery.sap.includeStyleSheet("wl/css/inbox_hcb.css");

  }else{

  jQuery.sap.includeStyleSheet("wl/css/inbox.css");

  }

        new sap.ui.core.ComponentContainer({

        name: 'sap.bpm.inbox'

    }).placeAt('content');

How can we fix that problem?

I must mention that our application is hosted on the same as portal server.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello everyone.

The UI5 iView was used but it is not a desired behavior and opening a new windows doesn't meet users' expectations.

The problem was solved by the following steps:

1) Change MasterRule Collection to use AFP in standard mode

2) Change iView Browser Document mode to use IE=Edge document mode

Must mention you have to be on the appropriate version of NW stack.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Kirill,

Please use UI5 iView for your UI5 applications and set the iView property "Launch in a new window"  to "Display in separate headerless portal window (standards mode)".

This will open the UI5 iViews in a new window with IE standards mode rendering and applications

should work as expected.


Best regards,

Etay

junwu
Active Contributor
0 Kudos

have u tried with ui5 iview?

Former Member
0 Kudos

It seems the only way to integrate BPM inbox - is opening it in a new window. Changing document mode breaks portal rendering.