Question:
All,
I would like to change the default SAP logo in the branding of the Interaction Centre Web Client. We have a copy of the BSP application to which we have copied contextAreaPage.htm (and changed the lines that relate to the display of the logo); we have also copied crm_ic_contextarea.js and crm_ic_contextareatable.js (but I can see nothing in there that relates specifically to the logo, only the variable BrandLogo). Am I missing a trick ? Is there an XML file somewhere where you need to tell SAP to look somewhere other than the default ? Thanks in advance for your help.
_________________
Saint.George
Answer:
It looks like you're hitting the right objects, but take a look at OSS Note 746702.
Answer:
OK, but that means modifying the standard; not possible to create a copy in a duplicate BSP and change that ?
_________________
Saint.George
Answer:
OK, but that means modifying the standard; not possible to create a copy in a duplicate BSP and change that ?
_________________
Saint.George
Answer:
Sorry, I missed the actual point of your question.
You need to replace the controller in your framework profile (in the WebClient IMG section). In the XML editor, add something like the following:
<ControllerReplacements>
<ControllerReplacement>
<ReplacedController>BuPaSearch</ReplacedController>
<ReplacingController>Z_IC_CS/BuPaSearch</ReplacingController>
</ControllerReplacement>
</ControllerReplacements>
Answer:
hi saint george,
can u please post me the steps to be followed to change the sap logo in the webclient to user specific logo.
im new to this field .
i've read the release note to change the logo.
but i cant find the related code in the contextareapage.htm.
please guide me how to do this.
my mail id junksiuc@yahoo.com
thanking u in advace.