cancel
Showing results for 
Search instead for 
Did you mean: 

changing the favicon of the Fiori launchpad (abap 7.40)

Former Member
0 Kudos

Hello,

Can someone tell me how to change the Favicon of the Fiori Launchpad?

Kind regards,

Richard Middelburg

Accepted Solutions (0)

Answers (6)

Answers (6)

kammaje_cis
Active Contributor
0 Kudos

I just wanted to post this so that if someone comes here looking for the answer.

I achieved it using Fiori Launchpad Plugin. SAP's approach asks for a 'modification'.=, so I was looking for a better approach.

https://blogs.sap.com/2020/02/10/favicon-title-for-your-fiori-launchpad/

NabiZamani
Contributor
0 Kudos

Hi Richard,

The MIME Repository path is /SAP/PUBLIC/BC/UI5/LIBRARIES/VER/1.xx/com.sap.ushell.ushell-lib/META-INF/resources/sap/ushell/themes/base/img/launchpad_favicon.ico

This comes from a helpful answer at

Like I mentioned in the other thread (and correct me if I'm wrong), I guess there is no standard and "clean"/"safe" way to change the favicon of the launchpad itself. What a pity...

Cheers,

Nabi

0 Kudos

I changed direct the shells/abap/FioriLaunchpad.html page setting the same favicon of login page adding the js code:

             var link = document.createElement('link');

             link.type = 'image/x-icon';

             link.rel = 'shortcut icon';

             link.href = '/sap/public/bc/ui2/logon/img/favicon.ico';

             document.getElementsByTagName('head')[0].appendChild(link);


It works for me. Enjoy.

Former Member
0 Kudos

Hello Abdul,

I had also changed this one into my favicon! I found out that the following url shows the favicon:

/sap/bc/ui5_ui5/ui2/ushell/resources/sap/ushell/themes/base/img/launchpad_favicon.ico.

I can not change the launchpad_favicon.ico with url /sap/bc/theming/themes/~client-420/UI5/sap/ushell/themes/base/img and I can not find aunchpad_favicon.ico in the MIME repository.

Kind Regards,

Richard

Former Member
0 Kudos

Hello Abdul,

This is the favicon from the login screen of fiori. I have already changed that. I can not change the favicon of the launchpad after I logged in.

Kind regards,

Richard

abdulbasha_shaik
Active Participant
0 Kudos

Hi Richard,

Try changing in this path

SAP=>BC=>BSP=>UI2=>launchpage=>webcontent=>img=>favicon.ico


--


Abdul

abdulbasha_shaik
Active Participant
0 Kudos

Hi Middleburg,

Create .ico image for your logo and name it as favicon.ico

Go to SE80 and click on MIME Repository. Go to Path SAP=>PUBLIC=>BC=>UI2=>logon=>img folder

Take the backup of favicon.ico by downloading it.

Right click on favicon.ico and select upload/download=> upload and replace

This will replace with your own favicon.

Note: Dont forget to clear the browser cache, cookies and front end cache.

--

Abdul Basha Shaik