Hello,
We are upgrading our portal (NW 7.31, SPS12) and SAP system (ECC 6.06, SPS 12). We are getting a compatibility error on the Team Reports screen in portal. The error message links to the following SAP note:
1970689 - Use of "Edge" and "Compatibility" mode for Unified Rendering
Solution
The following solution requires that the main page (which is directly loaded into the browser) sets the Internet Explorer browser mode explicitly via X-UA-Compatible HTTP header or HTML <META> tag. Relying on the browser build-in behavior or "Compatibility View" settings may result in different behavior per user.
Issue 1: Internet Explorer runs in “Edge” mode. Application is started in „Compatibility“ mode.
If an Unified Rendering-based application is embedded in a page that requires the latest Internet Explorer features the application needs to be aware of that.
Solution:
•Append the parameter sap-ie=Edge to the URL of the Unified Rendering-based application.
Issue 2: Internet Explorer runs in “Compatibility” mode. Application is started in „Edge“ mode.If an Unified Rendering-based application is embedded in a page that is not able to run with the latest Internet Explorer features the application needs to be aware of that.
Solution:
•Append the parameter sap-ie=EmulateIE8 to the URL of the Unified Rendering-based application.
How do we make the recommended change and where do we add the sap-ie=Edge meta tag?
Thanks,