cancel
Showing results for 
Search instead for 
Did you mean: 

BSP and IE8: button event problem

Former Member
0 Kudos

Hi,

I am reponsible of a BSP application currently running on IE6. As default browser will soon be upgraded to IE8 in my enterprise, i tried to use it on IE8 and encounter a problem.

When clicking on any button on my application page, the button seems to fire an event, as the double submit protection popup is displayed, but then no further process is done, and no request is sent to my application. The mouse cursor is just displaying the loading animation.

This problem doesn't occur when the compatibility mode is used, but until now, i wasn't able to force it inside the application code, despite the addition of the meta tag : '<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />'.

Can anyone help me?

My SAP server is a ECC6 version, release 7.00, with support package 18.

Thanks.

Nicolas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Did you get any solution?

I am facing similar problem.

If yes then please let me know the solution

Thanks and regards

Ninad

Former Member
0 Kudos

Dear Ninad,

Please check Product Availability Matrix. For example 7.0 supports IE7 and higher versions (depending on SAP_BASIS package version).

With IE8 introduced the concept of document compatibility which refers to a set of features, that help IE to display webpages properly.

- browser mode feature: controls the way IE identifies itself to the server

- document mode feature: controls the way IE interprets and displays a webpage

Changes with SAPNote 1680250, 1924514, 1837886 enforces the IE to use Quirks mode rendering engine even if doc type not set. Quirks mode rendering engine is necessary for BSPs using HTMLB tags. For non-HTMLB BSPs, required meta tag is <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

Regards

Adrian

Former Member
0 Kudos

Hi Adrian,

Thanks for your reply,

I saw the PAM for ECC6.0 , EHP6 , SAP BASIS 7.31 and accordingly ran the application  OS and Web browser mentioned in PAM but no success.Nothing happened when I clicked on the applications button.

Also I checked the notes mentioned by you.The status of notes is 'can not be implemented'.

I have started new discussion @ below mentioned link were I have elaborated my issue.

let me know if there is any solution for this issue.

Thanks,

Ninad