cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Skin: css of new skin in CRMCMP_IC_FRAME not loaded with changes

Former Member
0 Kudos

Hi all,

I have a quite frustrating issue.

In accordance to SAP Note 1151944 - Skin Customizing not reflected in IC business roles I have created a new folder in the MIME's repository for my skin called default_agfa.

the new css files have been added to the folder and changes to the color have been made...

The page loads the css files from the correct folder as you can see in the page itself:


<link type="text/css" rel="stylesheet" href="https://answers.sap.com/SAP/BC/BSP/SAP/ZAS_AGFA_SKIN/*default_agfa*/thtmlb_stand.css" />
<link type="text/css" rel="stylesheet" href="https://answers.sap.com/SAP/BC/BSP/SAP/ZAS_AGFA_SKIN/default_agfa/thtmlb_visuals_stand.css" />
<link type="text/css" rel="stylesheet" href="https://answers.sap.com/SAP/BC/BSP/SAP/ZAS_AGFA_SKIN/default_agfa/thtmlb_IE7_stand.css" />
<link type="text/css" rel="stylesheet" href="https://answers.sap.com/SAP/BC/BSP/SAP/ZAS_AGFA_SKIN/default_agfa/thtmlb_IE7_IE8_ovr_stand.css" />
<link type="text/css" rel="stylesheet" href="https://answers.sap.com/SAP/BC/BSP/SAP/ZAS_AGFA_SKIN/default_agfa/thtmlb_IE7_visuals_stand.css" />

...
<link rel="stylesheet" type="text/css" href="https://answers.sap.com/sap/bc/bsp/sap/crmcmp_ic_frame/stylesheets/contextarea/*DEFAULT_AGFA*/crmcmp_ic_frame_contextarea.css" title="DEFAULT_AGFA" />
 
...
 
<link rel="stylesheet" type="text/css" href="https://answers.sap.com/sap/bc/bsp/sap/crmcmp_ic_frame/stylesheets/broadcast/*DEFAULT_AGFA*/crmcmp_ic_frame_broadcast.css" title="DEFAULT_AGFA" />

I have already:

- cleared physically the files from the IE (really manually removed the files).

- via SMICM cleared the cache of the http server global in system.

- set the client side expiration time of the css file to 1 minute.

but it keeps on loading the original content. Whatever changes I make, it is just not reflected in the UI.

Via the skin explorer I can do whatever change and this is shown immediately.

Anyone an idea?

KR,

Micha

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Just a thought, is it behaving like that in other browsers as well (mozilla/chrome). I know SAP recommends IE, still just to compare.

Thanks,

Rohit

Former Member
0 Kudos

HI Rohit,

it was the Webdispatcher that cached the css files. After rebooting this, the issue was fixed.

KR,

Micha