cancel
Showing results for 
Search instead for 
Did you mean: 

How to add custom theme on UI5 launchpad

Former Member
0 Kudos

Dear Experts,

I have a requirement to add the custom theme on UI5 launcher, please let me know how to do this.

my system details.

EP 7.4

HR Renewal 1.0 feature Pack 04.

Regards,

cbr.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rao

Are you working on Desktop applications?? Normally we use Theme designer tool to create any Custom theme's.

Below is the process which i googled it.

1) Start the UI theme designer

2) In the initial screen, select the theme SAP Gold Reflection and choose Open.

3) Add the preview application for the UX3 Shell.

  • Click on the link UI5 Control Previews.
  • In the UX3Controls section, mark the Shell checkbox.
  • In the Target Pages panel, select the control preview you just added.

4) Change the brand color to green. In the Quick tab, enter a color (for example "green") or a color code (for example #00bb00) for the Brand Color input field.You can also select the value help and use the color picker to define the color value.

5) Change the background color to white.

6) Change the Shell Header Color to #1C4A21.

7) Change the highlight color to green (#00bb00).

:smiling_face_with_sunglasses: Insert your company logo.

  • Open the value help for the Company Logo input field.
  • Drag and drop an image file from your local files to the Assign Image dialog box or choose Add Target Content to call up a file browser.
  • Confirm the dialog box.

  If you know the URL of the image you want to use, you can specify this directly as the value of the input field.

9) Change the link color to #068A06

10)Change the field border color to green (#068A06).

  • Switch to the Expert tab
  • Choose Tag View to switch to the tag view.
  • From the list of toggle links, choose Field.
  • Change the value of the sapField_BorderColor parameter to a shade of green.

Check this link

http://scn.sap.com/community/developer-center/front-end/blog/2013/09/19/create-and-apply-custom-them...

http://help.sap.com/saphelp_uiaddon10/helpdata/en/a1/18094264684230bb6510045b5b5b7c/content.htm?fram...

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

Hope this Info will be useful

Cheers

Pradyp

Former Member
0 Kudos

Hi Pradyp,

Thanks for your reply.

My Query is that how to change the background image as custom one.

Regards,

cbr.

siddharthrajora
Product and Topic Expert
0 Kudos

The Suite Page Builder is a framework that allows applications to provide CHIPs and catalogs for its end users and also allows applications to create their own pages in the admin page of the Suite Page Builder. Use the following URL format to create your own pages: https://:/sap/bc/ui5_ui5/sap/arsrvc_spb_admn/main.html Use the url parameter scope=conf or scope=cust ie refer here http://help.sap.com/saphelp_uiaddon10/helpdata/en/5e/6fe74c6f8b4a86a009a7a485992fe3/content.htm?fram...

Former Member
0 Kudos

Dear Siddharth,

I am not getting what needs to be put under page attribute of the Uploading URL.

Please let me know how to know the pageid.

http://<>:***************************** ?page=<PAGEID>& Scope=CUST.

Regards,

cbr.

siddharthrajora
Product and Topic Expert
0 Kudos

you need to open the admin page for SPB please read the help link as I pasted above and attach the suffix to make it work

Former Member
0 Kudos

Dear Siddharth,

As per URL which you have given that is helpful to remove lanes from catalog but my query to upload the background images(client specific) into UI5 landing Page .

Please help me to come out of this issue.

Regards,

cbr.

Former Member
0 Kudos

Dear Siddharth,

Please let me know how to upload back ground images on ui5 ess mss.

would appreciate in advance.

Regards,

cbr,

Answers (1)

Answers (1)

former_member182426
Active Contributor
0 Kudos
siddharthrajora
Product and Topic Expert
0 Kudos

Probably you need to correct the url, Please can you advise what url you are constructing? you need to have &scope=cust Uploading the Background Image for the Page Builder (Optional) A page administrator with access to CUST and/or CONF scopes can upload company-specific or client-specific background images by starting the end user page in the CONF/CUST mode. The page administrator can choose to upload company branding images here. Images uploaded here are automatically available to end users in the PERS scope. Use this URL format to upload background image: https://:/sap/bc/ui5_ui5/sap/arsrvc_suite_pb/main.html?page=&scope=CUST

Former Member
0 Kudos

Hi!

I succesfully upload picture but then i got alert "

Your changes will not be visible after refresh due to a technical error; contact your system administrator immediately"

May be u know how to fix it?

Former Member
0 Kudos

Hi Igor,

Please let me know the required authorization to upload the background image.

Even I also observed some time back same error but I could not resolved since long I am looking for the solution.

Regards,

cbr.

Gustav1
Explorer
0 Kudos

It may be that you have multiple clients and your config is not being saved to the correct client.  Try also adding the url parameter &sap-client=XXX (where XXX is your config client) to what has already been advised in this post.

Gustav