Skip to Content
0
Feb 07, 2012 at 12:58 PM

EREC: BSP compatibility with Firefox 10 (and above)

60 Views

We recently hit a compatibility issue with Firefox 10 (launched last day of January) and eRecruitment EP03 BSP pages used for the Recruiter scenarios.

This is due to class CL_BSP_ELEMENT_RT_ATTR_VALID, method BROWSER_CHECK which checks the browser versions.

It now thinks the version number is lower than the minimum supported so throws a nasty "Your browser isn't supported" error page.

A quick workaround is to apply an implcit enhancement to the start of the method. Simply "EXIT" to skip checking the versions.

SAP recently removed browser version checking from WebDynpro, but don't appear to have got around to removing it for BSP yet.

George