11
11/20/13 BI Platform: Tutorial: Branding and Theming of ... | SCN scn.sap.com/community/bi-platform/blog/2013/06/01/tutorial-branding-and-theming-of-bi-launch-pad 1/11 Getting Started News Products Services & Support About SCN Downloads Industries Training & Education Partnership Developer Center Lines of Business University Alliances Events & Webinars Innovation Login Register Welcome, Guest Search the Community Activity Communic Brow se BI Platform 3 Tweet 10 In my previous tutorial I already talked about how to change the name and URL of BI launch pad. Often this is not enough and partners as well as customers would like to change the logo or even color scheme of BI launch pad. The SAP BI 4.0 SP4 release introduced a branding and theming mechanism that will be maintained over patches. Detailed documentation about how to customize BI launch pad, Cyrstal reports or OpenDocument can be found in the SAP BusinessObjects BI Customization Guide (see Web Application Customization section). For this tutorial I like to focus on BI launch pad customization only. Please note that knowledge of cascaring style sheets (css) is needed for this customization. You can make changes as small as changing the logo files or as big as changing the entire color scheme of BI launch pad, it all depends on how many styles you override. Retrieve sample files As this customization can be quite complex, we provide you with a sample customization as part of the installation package. The template.zip file is located in the Collaterals\CustomizationTemplate folder of your installation package, and contains the branding bundles (JAR files) to customize. This file is the starting point for customizing your web applications. 1. Copy template.zip from the Collaterals\CustomizationTemplate folder of your installation package to a directory on your local drive. 2. Extract the template.zip file 3. Once extracted navigate to the sub-folder SAP BusinessObjects Enterprise XI 4.0\warfiles\webapps\BOE\WEB- INF\eclipse\plugins of the extracted package 4. In that folder there is a com.businessobjects.webpath.InfoViewBranding.jar bundle, which contains a sample customization. Using winrar, extract the com.businessobjects.webpath.InfoViewBranding.jar bundle 5. The sample files are located in web\sample folder. The sample contains sample images as well as a sample css file to override the BI launch pad style as guidance. You can customize as little or as much as you like! 6. Open the customize.css file located in \web\sample\css folder using Notepad++ (or any other text editor) Create customization files It is recommended to start with a blank customize.css and add customized styles to the blank file using the sample as guidance rather than modifying the sample customize.css file itself. You can customize the favicon, logo, backgrounds, styles, and more. Most of these customizations involve changing the CSS rules in the customize.css file. All customizations must be made available in the web folder of com.businessobjects.webpath.InfoViewBranding.jar to take effect. The web folder has to have the following sub-folder structure: \web \css customize.css \images favicon.ico \theme *.png, *.gif 1. Under the com.businessobjects.webpath.InfoViewBranding folder created from the extraction of the com.businessobjects.webpath.InfoViewBranding.jar bundle, create the folder structure mentioned above 2. BI launch pad uses a few images as background for its UI, for this tutorial I have created a customized sub-set of these images. Download the "BI launch pad background images in light red.zip". Extract the file and drop the images the theme folder. 3. Create a new customize.css file in the css folder using Notepad++ (or any other text editor) Customize BI launch pad logon page The following diagram show the elements customized in this activity, for reference purposes. The numbers in the boxes refer to sections in the sample customize.css file. Our official documentation contains more detailed diagrams if you like to customize more parts. For the cases that the color is defined as hex color, I have suggested a new color value; feel free to use any value you like. 1. By using the sample customize.css file and the diagram below, add the new css styles to the new customize.css file. Tutorial: Branding and Theming of BI launch pad Posted by Christina Obry in BI Platform on Jun 1, 2013 10:45:36 PM Share Like 3

BI Platform_ Tutorial_ Branding and Theming of

Embed Size (px)

DESCRIPTION

BI Platform_ Tutorial_ Branding and Theming of ..

Citation preview

Page 1: BI Platform_ Tutorial_ Branding and Theming of

11/20/13 BI Platform: Tutorial: Branding and Theming of ... | SCN

scn.sap.com/community/bi-platform/blog/2013/06/01/tutorial-branding-and-theming-of-bi-launch-pad 1/11

Getting Started Newsletters

Products Services & Support About SCN Downloads

Industries Training & Education Partnership Developer Center

Lines of Business University Alliances Events & Webinars Innovation

Login RegisterWelcome, Guest Search the Community

Activity Communications

Brow se

BI Platform

Previous

post

Next

post

3 Tweet 10

In my previous tutorial I already talked about how to change the name and URL of BI launch pad. Often this is not

enough and partners as well as customers would like to change the logo or even color scheme of BI launch pad. The

SAP BI 4.0 SP4 release introduced a branding and theming mechanism that will be maintained over patches.

Detailed documentation about how to customize BI launch pad, Cyrstal reports or OpenDocument can be found in the

SAP BusinessObjects BI Customization Guide (see Web Application Customization section). For this tutorial I like to

focus on BI launch pad customization only. Please note that knowledge of cascaring style sheets (css) is needed for

this customization. You can make changes as small as changing the logo files or as big as changing the entire color

scheme of BI launch pad, it all depends on how many styles you override.

Retrieve sample files

As this customization can be quite complex, we provide you with a sample customization as part of the installation

package. The template.zip file is located in the Collaterals\CustomizationTemplate folder of your installation package,

and contains the branding bundles (JAR files) to customize. This file is the starting point for customizing your web

applications.

1. Copy template.zip from the Collaterals\CustomizationTemplate folder of your installation package to a directory

on your local drive.

2. Extract the template.zip file

3. Once extracted navigate to the sub-folder SAP BusinessObjects Enterprise XI 4.0\warfiles\webapps\BOE\WEB-

INF\eclipse\plugins of the extracted package

4. In that folder there is a com.businessobjects.webpath.InfoViewBranding.jar bundle, which contains a sample

customization. Using winrar, extract the com.businessobjects.webpath.InfoViewBranding.jar bundle

5. The sample files are located in web\sample folder. The sample contains sample images as well as a sample

css file to override the BI launch pad style as guidance. You can customize as little or as much as you like!

6. Open the customize.css file located in \web\sample\css folder using Notepad++ (or any other text editor)

Create customization files

It is recommended to start with a blank customize.css and add customized styles to the blank file using the sample

as guidance rather than modifying the sample customize.css file itself.

You can customize the favicon, logo, backgrounds, styles, and more. Most of these customizations involve changing

the CSS rules in the customize.css

file. All customizations must be made available in the web folder of

com.businessobjects.webpath.InfoViewBranding.jar to take effect. The web folder has to have the following sub-folder

structure:

\web

\css

customize.css

\images

favicon.ico

\theme

*.png, *.gif

1. Under the com.businessobjects.webpath.InfoViewBranding folder created from the extraction of the

com.businessobjects.webpath.InfoViewBranding.jar bundle, create the folder structure mentioned above

2. BI launch pad uses a few images as background for its UI, for this tutorial I have created a customized sub-set of

these images. Download the "BI launch pad background images in light red.zip". Extract the file and drop the

images the theme folder.

3. Create a new customize.css file in the css folder using Notepad++ (or any other text editor)

Customize BI launch pad logon page

The following diagram show the elements customized in this activity, for reference purposes. The numbers in the

boxes refer to sections in the sample customize.css file. Our official documentation contains more detailed diagrams

if you like to customize more parts. For the cases that the color is defined as hex color, I have suggested a new color

value; feel free to use any value you like.

1. By using the sample customize.css file and the diagram below, add the new css styles to the new

customize.css file.

Tutorial: Branding and Theming of BI launch pad

Posted by Christina Obry in BI Platform on Jun 1, 2013 10:45:36 PM

Share Like 3

Page 2: BI Platform_ Tutorial_ Branding and Theming of

11/20/13 BI Platform: Tutorial: Branding and Theming of ... | SCN

scn.sap.com/community/bi-platform/blog/2013/06/01/tutorial-branding-and-theming-of-bi-launch-pad 2/11

Customize BI launch pad top part The following diagram show the elements customized in the activity, for reference purposes. The numbers in the

boxes refer to sections in the

sample customize.css file.

1. By using the sample customize.css file and the diagram below, add the new css styles to the new customize.css

file.

Customize BI launch pad home page The following diagram show the elements customized in the activity, for reference purposes. The numbers in the

boxes refer to sections in the

sample customize.css file.

1. By using the sample customize.css file and the diagram below, add the new css styles to the new customize.css

file.

Customize BI launch pad Universal Repository Explorer The following diagram show the elements customized in the activity, for reference purposes. The numbers in the

boxes refer to sections in the

sample customize.css file.

1. By using the sample customize.css file and the diagram below, add the new css styles to the new customize.css

file.

Related Searches:

Twitter Applications

Julio Ojeda-Zapata

SAP Community

Twitter For

Marketing

Twitter Apps

Twitter Search

Twitter For

Business

Twitter Directory

?

Page 3: BI Platform_ Tutorial_ Branding and Theming of

11/20/13 BI Platform: Tutorial: Branding and Theming of ... | SCN

scn.sap.com/community/bi-platform/blog/2013/06/01/tutorial-branding-and-theming-of-bi-launch-pad 3/11

Customize BI launch pad Menu The following diagram show the elements customized in the activity, for reference purposes. The numbers in the

boxes refer to sections in the

sample customize.css file.

1. By using the sample customize.css file and the diagram below, add the new css styles to the new customize.css

file.

Customize BI launch pad Simple Dialogs

The following diagram show the elements customized in the activity, for reference purposes. The numbers in the

boxes refer to sections in the

sample customize.css file.

1. By using the sample customize.css file and the diagram below, add the new css styles to the new customize.css

file.

Customize BI launch pad Large Dialogs The following diagram show the elements customized in the activity, for reference purposes. The numbers in the

boxes refer to sections in the

sample customize.css file.

1. By using the sample customize.css file and the diagram below, add the new css styles to the new customize.css

file.

Page 4: BI Platform_ Tutorial_ Branding and Theming of

11/20/13 BI Platform: Tutorial: Branding and Theming of ... | SCN

scn.sap.com/community/bi-platform/blog/2013/06/01/tutorial-branding-and-theming-of-bi-launch-pad 4/11

Average User Rating

(28 ratings)

3 Tweet 10

Testing your customizations

Before performing customizations on your production systems, it is good practice to test your customizations first on a

test installation. In a default installation that uses the bundled Tomcat server, you can instantly see the effects of your

changes by making temporary modifications to the webpath.InfoViewBranding folders in the Tomcat work directory:

<INSTALLDIR>\SAP

BusinessObjects\tomcat\work\Catalina\localhost\BOE\eclipse\plugins\webpath.InfoViewBranding\web\ This folder

have the same structure as the branding resources contained in template.zip. Note: The Tomcat work directory is not

permanent and your temporary changes are deleted when patching. You may need to restart tomcat and clear your

browser cache to see the temporary changes.

Create the custumization bundle

1. Using Winrar open the sample com.businessobjects.webpath.InfoViewBranding.jar bundle

2. Delete the sample folder within the bundle

3. Add the your customized css and image folders and its underlying files under the web folder. Close Winrar

4. Copy the com.businessobjects.webpath.InfoViewBranding.jar branding bundle in the following location

<INSTALLDIR>\SAP BusinessObjects Enterprise XI 4.0\warfiles\webapps\BOE\WEB-INF\eclipse\plugins

Deploy custimization files In order for these changes to show in BI launch pad one has to run wdeploy.

1. Stop Tomcat using the Central Configuration Manager

2. Use WDeploy to redeploy the BOE.war file on Tomcat. Wdeploy is available via the Start menu.

3. Wait for WDeploy to finish

4. Restart Tomcat

View customization

1. Clear your Browser cache in order to ensure that the browser consumes the new styles

2. Login to BI launch pad as Administrator.

3. Browse around to view the customization

6029 View s

Tags: business_intelligence_(businessobjects), bi_launch_pad, business_intelligence, bi_launchpad, oem_partners,

bi_launchpad_customize, sap_businessobjects_business_intelligence_platform_4.0

Share Like 3

62 Comments

Like (1)

Sohel Ahmed Syed Jun 1, 2013 11:49 PM

very helpful thanks for sharing.

Regards,

Sohel

Page 5: BI Platform_ Tutorial_ Branding and Theming of

11/20/13 BI Platform: Tutorial: Branding and Theming of ... | SCN

scn.sap.com/community/bi-platform/blog/2013/06/01/tutorial-branding-and-theming-of-bi-launch-pad 5/11

Like (1)

Manikandan Elumalai Jun 2, 2013 3:17 AM

Awesome Christina.

liked, rated &amp; bookmarked. Thanks for sharing.

Like (1)

Mohanraj Periyasamy Jun 2, 2013 4:08 PM

This is brilliant! I love the fact that SAP is opening up these options!!

Like (0)

Alfons Gonzalez Jun 7, 2013 10:26 PM

Which version is supposed to be covered by these entry? 4.0 or 4.1? Text seems to refer 4.0 but links

directs to a 4.1 doc. I´m a bit confused.

Thanks

Like (0)

Christina Obry Jun 7, 2013 10:46 PM (in response to Alfons Gonzalez)

it was first introduced in 4.0 SP4

Like (0)

Thomas Szarek Jun 19, 2013 9:18 AM

I can't find the directory "webpath.OpenDocumentBranding"

Like (0)

Christina Obry Jun 19, 2013 5:40 PM (in response to Thomas Szarek)

Hi Thomas,

I just noticed that it should be webpath.InfoViewBranding instead of

webpath.OpenDocumentBranding; if you want to brand BI launch pad, use

webpath.OpenDocumentBranding for branding openDocument.

Now we don't create these folders with the install, it is created when you drop the branding

jars and run wdeploy. This prevents that the folders are overridden with any patches. If you

want to test the branding before you drop the branding bundles and run wdeploy then you

have to create the folder yourself.

I hope this helps,

Christina

Like (0)

Satish Soni Jun 25, 2013 5:45 PM (in response to Christina Obry)

Hi Christina,

I followed the steps mentioned by you, however it still picks up the same default

images for me.

Work Flow:

1. Stop Tomcat

2. Copy the Branding customization jar file to wrafile folder

3. Clear the Tomcat cache under work and cleared the webapps folder

4. Wdeployed

5. Start Tomcat

It still shows the default one.

It does show the branding folder under work and webapps "same location as

above" but the changes are not reflecting.

Tried clearing the browser cache as well.

- Satish

Like (1)

Christina Obry Jun 25, 2013 8:09 PM (in response to Satish Soni)

Hi Sarish,

can you check whether wdeploy moved the branding files into the Tomcat

work\webapps folder?

Also did you ensure that the branding jar file has the exact folder stucture

as listed below?

\web

\css

customize.css

\images

favicon.ico

\theme

*.png, *.gif

Thanks, Christina

Satish Soni Jun 26, 2013 6:45 AM (in response to Christina Obry)

Yes, It does show the branding folder under work and web apps

"same location as above" but the changes are not reflecting.

Page 6: BI Platform_ Tutorial_ Branding and Theming of

11/20/13 BI Platform: Tutorial: Branding and Theming of ... | SCN

scn.sap.com/community/bi-platform/blog/2013/06/01/tutorial-branding-and-theming-of-bi-launch-pad 6/11

Like (0)

Also the folder structure is exactly same... I have copied it

without changing..

Like (1)

Mohanraj Periyasamy Jun 26, 2013 9:05 AM (in response to

Satish Soni)

Hi Satish,

Do your css and Images folders exist directly under

webpath.InfoViewBranding\web or

webpath.InfoViewBranding\web\sample. I deployed

the jar file without changing. But I had to move the css

and images folder from sample to one level up to

make the customization work.

We're on BO 4.0 SP5. And a screen shot here.

Like (0)

Satish Soni Jun 26, 2013 10:39 AM (in response to

Mohanraj Periyasamy)

Yes, that did the magic

I removed it from samples and placed it

under web folder; it worked.

Thanks for your help !!!

Like (0)

Christina Obry Jun 26, 2013 5:29 PM (in

response to Satish Soni)

yes, you have to move the content

from the sample folder up, hence I

asked whether you had the exact

folder structure

Like (0)

Thomas Szarek Jun 26, 2013 1:01 PM (in response to Christina Obry)

Thanks Christina,

its work. But if i start the BI LaunchPad through the Enterprise Portal than the

customizing css is not working.

Like (0)

Christina Obry Jun 26, 2013 5:31 PM (in response to Thomas Szarek)

I am not sure whether we tested the customization together with the

portal. I'll check with the development team

Like (0)

Christina Obry Jun 27, 2013 3:26 AM (in response to Christina Obry)

What browser are you using? If you're using IE can you ensure

that you are not running in comparability mode?

Like (0)

Thomas Szarek Jun 27, 2013 8:54 AM (in response to

Christina Obry)

we are using ie9, comparability mode is disabled

Like (0)

sandeep s Jul 9, 2013 9:08 AM (in response to Christina Obry)

Hi Christina,

Version: SAP BO SP4 14.0.4.738

I had no webpath.InfoViewBranding under C:\Program Files (x86)\SAP

BusinessObjects\Tomcat6\work\Catalina\localhost\BOE\eclipse\plugins. So I

created a folder named 'webpath.InfoViewBranding' and then copied folders from

template.zip.

So now my folder path is

C:\Program Files (x86)\SAP

BusinessObjects\Tomcat6\work\Catalina\localhost\BOE\eclipse\plugins\webpath.InfoViewBranding\web\css\cutomize.css

and

C:\Program Files (x86)\SAP

BusinessObjects\Tomcat6\work\Catalina\localhost\BOE\eclipse\plugins\webpath.InfoViewBranding\web\images

Cleared browser temp files.But no change in effect.

How to delete Tomcat cache?Is it needed?

Please help me.

Thanks

Sandeep

Page 7: BI Platform_ Tutorial_ Branding and Theming of

11/20/13 BI Platform: Tutorial: Branding and Theming of ... | SCN

scn.sap.com/community/bi-platform/blog/2013/06/01/tutorial-branding-and-theming-of-bi-launch-pad 7/11

Like (0)

Christina Obry Jul 9, 2013 3:56 PM (in response to sandeep s)

The folder structure has to be exactly as follows

\web

\css

customize.css

\images

favicon.ico

\theme

*.png, *.gif

If you just copied from the template zip file then you likely have a sample

folder under the web folder. Ensure the folder structure is as I stated

above.

Like (0)

sandeep s Jul 10, 2013 7:02 AM (in response to Christina Obry)

Paths are

C:\Program Files (x86)\SAP

BusinessObjects\Tomcat6\work\Catalina\localhost\BOE\eclipse\plugins\webpath.InfoViewBranding\web\css\cutomize.css

and

C:\Program Files (x86)\SAP

BusinessObjects\Tomcat6\work\Catalina\localhost\BOE\eclipse\plugins\webpath.InfoViewBranding\web\images\theme\

and

C:\Program Files (x86)\SAP

BusinessObjects\Tomcat6\work\Catalina\localhost\BOE\eclipse\plugins\webpath.InfoViewBranding\web\images\favicon.ico

No 'sample' folder.

Please look into this.

Thanks

Sandeep

Like (0)

Christina Obry Jul 12, 2013 6:18 PM (in response to sandeep

s)

Hi, your directories seem to be correct. You may needto restarttomcat. Also please note that we only recommendto edit these directories fortesting purposes. For your actual deploymentplease make sure you copy yourcustomized thecom.businessobjects.webpath.InfoViewBranding.jarbranding bundle in the following location<INSTALLDIR>\SAPBusinessObjects Enterprise XI4.0\warfiles\webapps\BOE\WEB-INF\eclipse\pluginsand run wdeploy. Otherwise your changes may beoverridden at patch time. If youhave further problems maybe go that route. Also make sure you got the META-INF folder. On a side note, it may help to get faster answersfrom thecommunity by posting questions as a question inthe forum rather than a commentto the blog post. Thanks, Christina

Like (0)

Stefan Berends Nov 7, 2013 7:58 AM (in response

to Christina Obry)

Hi Christina,I m using BO 4.1A folder called webpath.InfoViewBrandingis not under plugins.Is it necessary to create this folder or usethe foldercom.businessobjects.webpath.InfoViewBranding

created from the jar ? Regards,Stefan

Christina Obry Nov 7, 2013 1:04 PM (in

response to Stefan Berends)

The out if box installer does not

Page 8: BI Platform_ Tutorial_ Branding and Theming of

11/20/13 BI Platform: Tutorial: Branding and Theming of ... | SCN

scn.sap.com/community/bi-platform/blog/2013/06/01/tutorial-branding-and-theming-of-bi-launch-pad 8/11

Like (0)

create such branding bundle/folder

in order to ensure that we don't

override it when patching. You need

to create the jar bundle as per

instructions/documentation and run

wdepoly to ensure it is maintainedover patches.

Like (0)

Stefan Berends Nov 7, 2013

3:41 PM (in response to

Christina Obry)

Hi Christina,

thanks.

So for testing in the tomcat

work dir without deploying,

I have to create the folder

webpath.InfoViewBranding,

and not

com.businessobjects.webpath.InfoViewBranding

Right ?

Regards

Stefan

Like (0)

Christina Obry Nov 7, 2013

10:19 PM (in response to

Stefan Berends)

Yes

Like (0)

Harshil Joshi Jun 26, 2013 1:25 PM

Excellent....

Thanks for sharing Christina......

Like (0)

GERALD GAUTIER Jun 26, 2013 1:48 PM

Excellent !!

Thanks Christina.

Like (0)

Satish Soni Jun 27, 2013 4:21 PM (in response to GERALD GAUTIER)

Is there any way to change color or create the below png files, Its very difficult to create and

change the color of existing one.

combinedResources.png

layout_sprite.png

menuelements.png

sprite.png

toolbar_elements.png

Or probably we can get/download bigger png files to edit and make changes.

Inputs will be really appreciated

Like (0)

Mohanraj Periyasamy Jun 28, 2013 4:22 AM (in response to Satish Soni)

I generally edit them using photoshop. You can try Irfanview which is free. And you

can always increase the zoom to edit the picture in a well-controlled manner.

Cheers

Mohan

Like (1)

Christina Obry Jun 28, 2013 4:53 PM (in response to Satish Soni)

Hi, I don't have much other images, I could maybe dig out the out of box blue

images, but the size should be the same and they still need to be modified using

a image processing tool such as photoshop or fireworks. You can also create

brand new ones as long as you maintain the size of the image.

Thanks,

Christina

Like (0)

Parthiban Ganesh Jun 28, 2013 8:21 AM

Very Useful, Thanks!!!

Like (0)

Denender rathore Jul 5, 2013 11:23 AM

thanks for sharing ..

Page 9: BI Platform_ Tutorial_ Branding and Theming of

11/20/13 BI Platform: Tutorial: Branding and Theming of ... | SCN

scn.sap.com/community/bi-platform/blog/2013/06/01/tutorial-branding-and-theming-of-bi-launch-pad 9/11

Like (1)

Benjamin Hanke Jul 10, 2013 7:27 AM

Great guide! Thank you for writing down these steps to share

Benni

Like (0)

Guru Kapalavayi Jul 11, 2013 9:56 PM

Following is what I did, we do not have the branding files as part of the regular install.. But I just

wanted to test and see if the customization would work. So I Created the folder

webpath.InfoViewBranding in ........\Catalina\localhost\BOE\eclipse\plugins and made sure the

structure is the same as mentioned above.

I am not able to see the changes that I made to the customize.css file. Is there any other checks that I

need to do... or do I have to deploy the default jar file?

Thank you.. and always appreciate you taking the time to provide us such valuable information.

-Guru

Like (0)

Christina Obry Jul 12, 2013 6:21 PM (in response to Guru Kapalavayi)

Hi,

the branding file are not part of the default install and will not be dropped when you install.

This is done in order to ensure they don't get overridden when you patch the system.

Your directory seem to be correct. You may need to restarttomcat. Also please note that we only recommend to edit the tomcat work directoriesfortesting purposes. For your actual deployment please make sure you copy yourcustomized the com.businessobjects.webpath.InfoViewBranding.jarbranding bundle in the following location <INSTALLDIR>\SAPBusinessObjects Enterprise XI 4.0\warfiles\webapps\BOE\WEB-INF\eclipse\pluginsand run wdeploy. Otherwise your changes may be overridden at patch time. If youhave further problems maybe go that route. On a side note, it may help to get faster answers from thecommunity by posting questions as a question in the forum rather than a commentto the blog post. Thanks,Christina

Like (0)

Ivan Vazharov Jul 15, 2013 2:33 PM

Great tutorial! I wish it was here 6 months ago...

Like (0)

Onkar Velhal Jul 16, 2013 3:29 PM

Great Tutorial...

thank you for sharing

Like (0)

Rodrigo Caparroz Jul 17, 2013 5:19 PM

Great Tutorial, thanks!!

Like (0)

Denis Sproten Jul 22, 2013 2:12 PM

Thanks Christina,

Good to see we finally have some detailed options of customization, since the obfuscation of code in

XI and didn't really support customization well, since Crystal Enterprise.

With regards to the "support" question, would support requests from customers be rejected based

on customization? What would be the easiest way to revert back?

Kind Regards,

Denis

Like (0)

Christina Obry Jul 24, 2013 3:42 PM (in response to Denis Sproten)

Hi,

the customization as described is supported, and customers using this mechanism of

using the branding bundles should not be rejected by support. Having said that any

customization outside the branding bundles and what is documented in our official

documentation may not be supported by support.

If you do want to revert back just remove the branding bundles and run wdeploy.

Regards,

Christina

Like (0)

Christina Obry Jul 24, 2013 3:37 PM

For the Weblogic integration we show the entire BI launch pad in a frame, so yes it should be

available for Weblogic as well.

Page 10: BI Platform_ Tutorial_ Branding and Theming of

11/20/13 BI Platform: Tutorial: Branding and Theming of ... | SCN

scn.sap.com/community/bi-platform/blog/2013/06/01/tutorial-branding-and-theming-of-bi-launch-pad 10/11

Like (0)

rohit vamsi krishna Yellapragada Jul 25, 2013 12:04 PM

Thanks for the wonderful document. Is there a way to add another drop down in the BILaunchpadjust

below the authentication drop down and populate with values ?

Like (1)

Christina Obry Jul 26, 2013 7:10 AM (in response to rohit vamsi krishna Yellapragada)

Hi, the documentation described here does not allow you to add an extra field/ dropdown to

the logon page, it is just for branding and theming. To archive what you want to do you

could create a custom homepage. Please see Business Intelligence Platform

Administrator Guide section 17.3.2 To define a custom logon page

(http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_bip_admin_en.pdf) I

would recommend posting questions about the custom.jsp as a discussion in the forum

and not as a comment to this blog. Thanks, Christina

Like (0)

rohit vamsi krishna Yellapragada Jul 31, 2013 2:08 PM (in response to Christina Obry)

Will Do Christina Thanks

Like (0)

Kivi Flyer Aug 1, 2013 9:09 PM

Excellent Tutorial, Thank you!

Like (0)

Sushant Tiw arekar Aug 13, 2013 4:43 PM

Very Good Document

Like (0)

Christina Obry Aug 13, 2013 5:05 PM (in response to Sushant Tiw arekar)

Thanks!

Like (1)

Rajesh Sinha Sep 23, 2013 4:20 AM

very useful document, thanks.

Like (1)

Krishna Chaitanya Sep 23, 2013 5:00 AM

Thanks a lot Christina....Nicely explained to all of us. Good one.

Thanks for sharing.

Regards,

Krishna Chaitanya.

Like (0)

sunil kumar Nov 13, 2013 9:24 PM

Hi Christina

I applied the same sturcture you have given for template.zip file and copied that zip file under

C:\SAPCustomTool\packages\dunit\product.businessobjects64.oemzips-4.0-core-nu

Created a new OEMZips folder and pasted that zip file .deployed the file using customization.exe

now i exceuted the setup file under output folder , but the themes which are in template were not

affected in BI lauchpad , could you please suggest me what to do ?

Like (0)

Stefan Berends Nov 6, 2013 8:22 AM

Hi Christina,

is that the same way for BO 4.1?

Regards,

Stefan

Like (0)

Christina Obry Nov 6, 2013 8:18 PM (in response to Stefan Berends)

Yes

Like (0)

Brian Thomas Nov 6, 2013 10:21 PM

Hi Christina,

Great post! Its nice to raise awareness of such great customization options for the BI Platform.

-Brian

Page 11: BI Platform_ Tutorial_ Branding and Theming of

11/20/13 BI Platform: Tutorial: Branding and Theming of ... | SCN

scn.sap.com/community/bi-platform/blog/2013/06/01/tutorial-branding-and-theming-of-bi-launch-pad 11/11

Site Index Contact Us SAP Help Portal

Privacy Terms of Use Legal Disclosure Copyright

Like (0)

Christina Obry Nov 7, 2013 5:15 AM (in response to Brian Thomas)

Thanks

Like (0)

Jongdeok Ryu Nov 7, 2013 6:35 AM

wow. very good information.

Thanks a lot.

Like (0)

Patrick Perrier Nov 8, 2013 5:54 PM

Thank you for this. I have done a Hands-On workshop on this at SAP TechEd Amsterdam and was

told you can also customise the CMC which is going to be useful for some of our customers to easily

differentiate Dev / Test / Prod environments and avoid silly mistakes!

Like (0)

Christina Obry Nov 9, 2013 3:04 PM (in response to Patrick Perrier)

Hi, Unfortunately you can not brand and theme the CMC like you can do in BI launch pad.

You can reduce the amount of tabs that a user can see in CMC using the delegated

administration feature, but no branding and theming. Thanks, Christina

Like (1)

Patrick Perrier Nov 10, 2013 8:17 PM (in response to Christina Obry)

Aaahhh that's a shame. That's what we were told during the hands-on session.

Thanks for replying.

Like (0)

Durgamadhab Mishra Nov 8, 2013 5:58 PM

Thanks Christina Obry

Really a great doc , I have been looking for this some times back but did not find than time...

At least it would be a good reference going forward..

Keep up the excellent work..

Like (0)

Pat Willinger Nov 11, 2013 8:52 PM

Thank you Christina. Is the custom style sheet an all or nothing change, i.e., can I only add the stylechanges I want, (logo, banner) and keep the default styles by not adding anything else or is it such

that once I start down this path I'll be restyling all of Launchpad?

Thx

patw

Like (0)

Christina Obry Nov 12, 2013 5:23 AM (in response to Pat Willinger)

You can customize as much or as little as you like. Start with a blank CSS file, use the

sample as a guide and copy over the styles that you want to customize (e.g. Logo, Banner).

Like (0)

Cris E Nov 19, 2013 11:48 PM

Can we have more than one set of these files to go with a multi-tenant setup? If there was a

$Tenant_Template$ variable for choosing among several sets of InfoViewBranding sub-folders it

would be awesome.