cancel
Showing results for 
Search instead for 
Did you mean: 

UI Theme not getting applied to Launch Page

former_member190882
Participant
0 Kudos

I am trying to create a new theme using UI Theme Designer. The base that I have used is Blue Crystal Theme. I have followed all the steps mentioned in the following guide

https://websmp202.sap-ag.de/~sapidb/011000358700000368952013E/themedesigner_devguide_10.pdf

I have also corrected the path as mentioned in

http://scn.sap.com/thread/3438218

The theme gets successfully applied to the Launch Page when tested on my system(i.e., on Intranet). But when I try to open the Launch Page in other devices like my mobile or iPad, which use ISP Services(Internet), the new theme is not applied. The steps of Saving Themes as Draft and Publishing are done as per the guide. Do I need to do anything more to publish the theme in a way that it can be used externally.

Following is the format of the path I am using.

http://<web server>:<web port>/sap/bc/ui5_ui5/ui2/launchpage/home.html?sap-client=001&sap-language=EN&sap-theme=Mindtreesap_bluecrystal@http://<theme server>:<theme port>/sap/public/bc/themes/~client-001

Tags edited by: Michael Appleby

Accepted Solutions (1)

Accepted Solutions (1)

former_member190882
Participant
0 Kudos

I have assumed the question 'Answered', because the issue was due to <web server> and <theme server> mismatch.
After setting them same the issue was resolved.

agentry_src
Active Contributor
0 Kudos

Hi Maruthi,

You can set the status to Answered rather than Assumed Answered even if the solution did not come from a response to your post or you can set your last post regarding the <server> mismatch as the Correct Answer.

Regards, Mike

SAP Rapid Innovation Group - RIG

former_member190882
Participant
0 Kudos

Ya. Thank you Michael

Answers (2)

Answers (2)

agentry_src
Active Contributor
0 Kudos

Hi Maruthi,

In the same system you used to develop your theme (using t-code /ui5/theme_designer), execute /ui5/theme_tool.

Once the window opens, you should see your theme displayed.  Just to the right should be the word Info.  Double click on the word.

A new window should open up with two lines showing.  The first should start with sap-theme=.  Using Ctrl-y, copy that entire line.

Using valid url syntax (& if there is already something after the webpage, ? if there is not.) paste it to the end of the launchpage url and execute the new url.  This should override the existing theme used by the launchpage.  Or at least this works for Launchpad (wave 2).

Regards, Mike

SAP Rapid Innovation Group - RIG

Former Member
0 Kudos

Is <theme server> accessible from the Internet?