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