cancel
Showing results for 
Search instead for 
Did you mean: 

Is it feasible to have two different themes same time for two different apps?

Former Member
0 Kudos

I want to setup two themes for two different apps. How feasible is it when it with SAP Fiori 2.0 standards?

Accepted Solutions (0)

Answers (3)

Answers (3)

sagarikagattu
Participant
0 Kudos

Hello Viran,

You can have one option, loading the application from index.html instead of componen.js.

You can give the theme parameter in index.html, so that theme will be taken into consideration for the specific application, but application will load in the adjust tab instead of same page.write the below line of code in index.html

data-sap-ui-theme="theme_name@/sap/public/bc/themes/~client-XXX"

Thank you

Former Member
0 Kudos

Hi Dharmendra,

Thank you for your prompt response.

Can we simulate "the option to change theme" by back-end logics rather than expecting a user to go change it from settings?

Requirement is:

Want to have 3 themes same time, One as a main theme(with main company branding colors and logo), where users access Login and Launchpad.

And I need to have another two themes for two different apps(Tiles) in Launchpad, and those need to have sub-companies branding colors.

Is it possible?

Thanks, Regards,

Viran

former_member241902
Active Participant
0 Kudos

Hi Viran,

The above functionality is currently not possible. You can only use one theme at time.

Regards,

Dharmendra Kumar

former_member241902
Active Participant
0 Kudos

Hi Viran,

You can create two separate themes for Fiori environment but you can use only one at a time. You can have the option to switch the theme.

Please let me know If I understood your issue correctly.

Regards,

Dharmendra Kumar

Former Member
0 Kudos

Hi Dharmendra,

Thank you for your prompt response.

Can we simulate "the option to change theme" by back-end logics rather than expecting a user to go change it from settings?

Requirement is:

Want to have 3 themes same time, One as a main theme(with main company branding colors and logo), where users access Login and Launchpad.

And I need to have another two themes for two different apps(Tiles) in Launchpad, and those need to have sub-companies branding colors.

Is it possible?

Thanks, Regards,

Viran