Skip to Content
Author's profile photo Amol Gupta

Resolve “Sorry, your browser/program is not supported by Web Dynpro” for IE 9/10/11permanently or temporarily

It has been noticed that SAP WebDynpro Java usually does not support latest versions of Microsoft Internet Explorer. This document will help you run your SAP Web Dynpro Java Applications quickly on IE 9/10/11 even after getting “Sorry, your browser/program is not supported by Web Dynpro!” message. You will be able to fix the problem temporarily and permanently as well.

Applies to: Tested for 7.01 but applies to other versions (till 7.4) as well.

Prerequisites

The users should have knowledge of developing, building, deploying and running Web Dynpro Java Applications.


Outcome

Developers getting a “Sorry, your browser/program is not supported by Web Dynpro!” message while working with IE will be able to run their Web Dynpro Java Applications on IE 9/10/11.


Problem

Developers getting a “Sorry, your browser/program is not supported by Web Dynpro!” message and not able to see their developments running in the browser.

/wp-content/uploads/2012/06/sorry_107411.jpg

NOTE : http://<hostname>:<port>/webdynpro/resources/sap.com/tc~wd~dispwda/global/noclient.htm is definitely not the URL of your Web Dynpro Java and is actually the static URL of the error page.

Permanent Resolution

SAP has added support for all browsers and new versions of Internet Explorer eventually in higher versions and service packs. Please visit the following links to visit the Product Availability Matrix (PAM) to plan upgrades with the SAP Basis Team. Please note that you need SAP Marketplace (SMP) credentials to access the following links.

Details for Product Version SAP NETWEAVER 7.0

https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/support/pam/pam.html?smpsrv=https%3a%2f%2fwebsmp207%2esap-ag%2ede#ts=1&s=&filter=&o=most_viewed%7Cdesc&st=l&rpp=20&page=1&pvnr=01200615320900001250&pt=g%7Cd

Details for Product Version SAP EHP1 FOR SAP NETWEAVER 7.0

https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/support/pam/pam.html?smpsrv=https%3a%2f%2fwebsmp207%2esap-ag%2ede#ts=2&s=&filter=&o=most_viewed%7Cdesc&st=l&rpp=20&page=1&pvnr=01200314690900000866&pt=g%7Cd

Details for Product Version SAP EHP2 FOR SAP NETWEAVER 7.0

https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/support/pam/pam.html?smpsrv=https%3a%2f%2fwebsmp207%2esap-ag%2ede#ts=3&s=&filter=&o=most_viewed%7Cdesc&st=l&rpp=20&page=1&pvnr=01200615320900003225&pt=g%7Cd

Details for Product Version SAP EHP3 FOR SAP NETWEAVER 7.0

https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/support/pam/pam.html?smpsrv=https%3a%2f%2fwebsmp207%2esap-ag%2ede#ts=4&s=&filter=&o=most_viewed%7Cdesc&st=l&rpp=20&page=1&pvnr=01200314690900002470&pt=g%7Cd

Details for Product Version SAP NETWEAVER 7.3

https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/support/pam/pam.html?smpsrv=https%3a%2f%2fwebsmp207%2esap-ag%2ede#ts=2&s=&filter=&o=most_viewed%7Cdesc&st=l&rpp=20&page=1&pvnr=01200314690900002540&pt=g%7Cd

Details for Product Version SAP EHP1 FOR SAP NETWEAVER 7.3

https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/support/pam/pam.html?smpsrv=https%3a%2f%2fwebsmp207%2esap-ag%2ede#ts=0&s=&filter=&o=most_viewed%7Cdesc&st=l&rpp=20&page=1&pvnr=01200615320900005175&pt=g%7Cd

Details for Product Version SAP NETWEAVER 7.4

https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/support/pam/pam.html?smpsrv=https%3a%2f%2fwebsmp207%2esap-ag%2ede#ts=1&s=&filter=&o=most_viewed%7Cdesc&st=l&rpp=20&page=1&pvnr=67838200100900005868&pt=g%7Cd

Temporary Resolution / workaround

STEP 1: Developers first need to find the correct URL of their Web Dynpro Java Application.

How to get the correct URL, potential options –

  • Ask the correct URL from your colleague
  • Run the application from NWDS on some other desktop having an older version of the IE
  • Run the application on some browser e.g. Mozilla Firefox or Google Chrome
  • In case you want to find the URL from some other Desktop not having NWDS installed on it, run the application on some other desktop by going to Server Homepage -> Web Dynpro Tools -> Deployed Content -> <Search your Project> -> Applications -> <application name> -> Run.

NOTE: You Web Dynpro Java Application URL should look something like this

             http://<hostname>:<port>/webdynpro/dispatcher/local/TestProject/TestApp?SAPtestId=5

STEP 2 : Go to IE F12 developer tools

/wp-content/uploads/2012/06/a1_107412.jpeg

STEP 3: Set the Browser mode to IE 9 Compatibility View

/wp-content/uploads/2012/06/a2_107413.jpg

STEP 4: Set the Document Mode to Quirks Mode

/wp-content/uploads/2012/06/a3_107421.jpg

STEP 5: Set the user agent string to Default

/wp-content/uploads/2012/06/a4_107422.jpg

Resolution

Now put the URL found in step 1 in the browser and hit the enter button. Developers should be able to see their applications running fine in the IE 9 browser.

/wp-content/uploads/2012/06/a5_107426.jpg

Abbreviations

NWDS – Netweaver Developer Studio

IE – Internet Explorer

WDJ – Web Dynpro Java

MS – Microsoft

Related Content

SCN Thread

Microsoft Thread

SAP Note 1602569


Assigned Tags

      12 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Edson Vieira
      Edson Vieira

      Well written and easy to follow. Solved my problem, thanks.

      Author's profile photo Amol Gupta
      Amol Gupta
      Blog Post Author

      Thanks Edson, your appreciation fulfilled the purpose of my writing the article! I am happy to know that it solved your problem.

      Author's profile photo Former Member
      Former Member

      Solved my problem too. It's helpful.

      Author's profile photo Former Member
      Former Member

      Thanx, solved my problem.

      Author's profile photo Former Member
      Former Member

      This is a good workaround, but it's not a fix. Does anyone have a fix for this issue?

      Author's profile photo Former Member
      Former Member

      Thanks for the update, Amol....Also thanks for the workaround!

      Author's profile photo Former Member
      Former Member

      Hi guys,

      The steps presented here are definitely just a workaround and idealy the Netweaver Application Server should be upgraded to a version where the browser is supported.

       
      From a Web Dynpro Runtime point of view we definitely support IE9 and IE10, but

      you have to be on the correct product version and SPS level.  Please see this

      SAP KBA:

      1618309 -  IE9/FF4/Safari4/Google Chrome and IE<N>/FF<N>/Safari<N> support on  Web Dynpro Java and commonly raised issues

      Not only do we support newer versions of Internet Explorer, but we are also supporting Google Chrome and Safari.

      Best regards,
      Shimon Zafrir
      SAP Product Support

      Author's profile photo Georg Orthuber
      Georg Orthuber

      Hi Shimon,

      your above mentioned links seems not to work.

      Best regards

      Georg

      Author's profile photo Former Member
      Former Member

      Hi Georg,

      You are right, the link is to the note itself, so you need to be logged into the Service Market Place with your user ID (for example, S or C user ID). Or, once you log into

      the SMP, just look up note 1618309.

      Best regards,
      Shimon

      Author's profile photo Amol Gaddamwar
      Amol Gaddamwar

      Hi,

      Also you can search for the PAM relating to your server version.

      In PAM you can find the required SP Level of your server to support Web Dynpro application to run on IE 9. Based on this required level you can upgrade you server to resolve this issue.

      Regards,

      Amol

      Author's profile photo mahsa sojoudi
      mahsa sojoudi

      IT was really good

      Author's profile photo Vivek Sheel Gaur
      Vivek Sheel Gaur

      Very detailed information thanks 🙂