<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Set custom theme as system default theme in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-custom-theme-as-system-default-theme/m-p/10477712#M1849902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mihaela,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I've followed pretty much the same process as you, created the new theme based on SAP_GOLDREFLECTION, then I used the WDTHEMEROOT parameter in a custom WD ABAP application, test ran this application OK and then invoked it via portal. All Worked OK, I then used the WD_GLOBAL_SETTING application to set the label alignment and theme, both of these worked fine, including SAP standard applications like expenses. You only need to enter the theme name in the parameter as it's called in the theme designer, so if it was called my_theme, then this is all that is needed in the parameter in WD_GLOBAL_SETTING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cliff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Sep 2014 15:25:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-09-01T15:25:54Z</dc:date>
    <item>
      <title>Set custom theme as system default theme</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-custom-theme-as-system-default-theme/m-p/10477711#M1849901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the UI Theme Designer for the first time to create my own theme for WD4A. Everything worked fine, I could also publish my theme and test it via link &lt;SPAN style="color: #3366ff;"&gt;&lt;A class="jive-link-external-small" href="http://"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server&amp;gt;:&amp;lt;port&amp;gt;/sap/bc/webdynpro/sap/z_spielwiese?sap-language=DE&amp;amp;sap-theme=hr_design@&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server&amp;gt;:&amp;lt;port&amp;gt;/sap/public/bc/themes/~client-010/~cache-d7NjAxeQQehJIoS6bT07zPaIVS0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A href="http://saperf02.hr.intern:8000/sap/bc/webdynpro/sap/z_spielwiese?sap-language=DE&amp;amp;sap-theme=hr_design@http://saperf02.hr.intern:8000/sap/public/bc/themes/~client-010/~cache-d7NjAxeQQehJIoS6bT07zPaIVS0" title="http://saperf02.hr.intern:8000/sap/bc/webdynpro/sap/z_spielwiese?sap-language=DE&amp;amp;sap-theme=hr_design@http://saperf02.hr.intern:8000/sap/public/bc/themes/~client-010/~cache-d7NjAxeQQehJIoS6bT07zPaIVS0"&gt;.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want my new theme to be used by default without explicitly writing it in the URL because I don't want the user to see the name of the theme. I tried to define the parameter WDTHEMEROOT of the WD application, but it didn't work. I also tried to define the parameter WDTHEMEROOT in the global parameters of the system via WD application WD_GLOBAL_SETTING, but this didn't work either.&amp;nbsp; The value I used for both WDTHEMEROOT parameters ist &lt;SPAN style="color: #3366ff;"&gt;&lt;SPAN&gt;sap-theme=hr_design@&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;server&amp;gt;:&amp;lt;port&amp;gt;/sap/public/bc/themes/~client-010/~cache-d7NjAxeQQehJIoS6bT07zPaIVS0&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any possibility to set my new theme as default theme for the system? Or did I do something wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Mihaela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 14:30:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-custom-theme-as-system-default-theme/m-p/10477711#M1849901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-20T14:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set custom theme as system default theme</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-custom-theme-as-system-default-theme/m-p/10477712#M1849902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mihaela,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I've followed pretty much the same process as you, created the new theme based on SAP_GOLDREFLECTION, then I used the WDTHEMEROOT parameter in a custom WD ABAP application, test ran this application OK and then invoked it via portal. All Worked OK, I then used the WD_GLOBAL_SETTING application to set the label alignment and theme, both of these worked fine, including SAP standard applications like expenses. You only need to enter the theme name in the parameter as it's called in the theme designer, so if it was called my_theme, then this is all that is needed in the parameter in WD_GLOBAL_SETTING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cliff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 15:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-custom-theme-as-system-default-theme/m-p/10477712#M1849902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-01T15:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set custom theme as system default theme</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-custom-theme-as-system-default-theme/m-p/10477713#M1849903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cliff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note 1957578 solved my problem.&amp;nbsp; Thanks for your effort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Mihaela &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 07:18:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-custom-theme-as-system-default-theme/m-p/10477713#M1849903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-03T07:18:07Z</dc:date>
    </item>
  </channel>
</rss>

