cancel
Showing results for 
Search instead for 
Did you mean: 

BSP GOOGLE CHROME

RJSA
Active Participant
0 Kudos

Hi Experts,

I have a problem with this browser: Google Chrome.

I created two new BSP, working fine in IE browser, but not working in Google Chrome.

The user needs to use the BSP in Google Chrome, this is the problem.

Initially was used design "design2002", but the fields in screen were misaligned.

I change the design to "classic" and "design2003", but the problem only increased.

Is there any way out of this problem or we have to use only IE?


Best regards,

Rafael Sá

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Rafael,

Google Chrome needs Design2008. Older designs like design2002 (classic) and design2003 are no longer supported, strongly recommended to use Design2008.

Check your SAP_BASIS version first.

> For release 7.00 and 7.01 ,check SAPNote 1671470

> For 7.02, 7.10, 7.11, 7.30, 7.31 check SAPNote 1875085
> 7.40 and higher releases have this design service already

If your BASIS version meets the criteria, your system has already the new design in place.

With transaction SICF you can check the service under following path : default_host > sap > public > bc > bsp

this service needs to be enabled to be able to use Design2008 with your application.

If service has been already activated, you need to change your application's htmlb:content tag.

Change the existing <htmlb:content design> tag to the following:
<htmlb:content design="Design2008">

this should be located in the htmlb page header as well. this will ensure that the application will use the design2008. if you need (for any reason) to use the design2003 as well, use the <htmlb:content design="Design2008+Design2003"> tag (f.e if some users are using IE8 or lower IE versions). BSP framework has the ability to detect the browser type and version as per user agent strings.

Please note that according to your release, there could be some additional limitations (can be found on SAP Product Availability Matrix - https://apps.support.sap.com/sap/support/pam) due SAP_BASIS and browser supportability restrictions.

Best regards,

Adrian

RJSA
Active Participant
0 Kudos

Adrian,

Thanks a lot!

I found too the note 1655306 that described the process in google chrome.

Best regards,

Rafael Sá

Answers (0)