Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Custom Theme for NWBC creating issue in Fiori

Tags:

People also ask

How do I create a custom theme in SAPUI5?

Let's see how custom theme can be applied to standalone SAPUI5 application. To do that, we need to download the custom theme from backed SAP system. Download theme using transaction /UI5/THEME_TOOL. Once it is downloaded, zip file will be created with below kind of sub-folder structure.


I've created a custom theme for NWBC (just with a different background image) and it turns out that this is connected to Fiori too. The theme was created just like the tutorial on this link: How to create and assign custom theme to NWBC

When I try to run Fiori, I get the following error:

GET http://<machine_name>/sap/public/bc/themes/~client-200/~cac…p1hMouOcijKd4xZRPUAZhLJ3E/UI5/sap/m/themes/zsap_goldreflection/library.css 404 (Not found) 

The name of my new custom theme is zsap_goldreflection and, as it appears, the file library.css (and also library-parameters.json) is not being found.

Any idea why?

Thank you.

Regards, Eva