Technical Articles
ABAP 1909 Developer Edition: Setting themes in SAP Fiori Launchpad
If you, like me, prefer darker themes in every app you use, you may want to use the “SAP Belize Deep” theme in the SAP Fiori Launchpad.
Unfortunatelly in the ABAP 1909 Developer Edition there’s an SICF Service missing (at least in my installation), which prevents you from changing the theme. This will be corrected in the next version of the Developer Edition (ping Ralf Henning 😉 )
Currently the “Appearance” isn’t loading:
Call settings
Appearance
In the meantime you can easily add the missing service:
In SICF add the service “interop” under path /sap/opu/odata/ui2 with the handler class /IWFND/CL_SODATA_HTTP_HANDLER
New service
Handler class
Don’t forget to activate the service
Activate
After reloading the Fiori Launchpad you can now choose the theme “SAP Belize Deep”.
Belize Deep
Enjoy
SAP Fiori Launchpad with Belize Deep theme
Cheers, Uwe
Good Info Thanks for sharing
I was wondering why I already had the dark theme, then I remembered I have the DarkReader extension installed 😀
Anyway, thanks for the instructions, it's working as expected.
Thanks for sharing! Works beautifully.