cancel
Showing results for 
Search instead for 
Did you mean: 

Theme problem

Former Member
0 Kudos

Hi,

in my bsp application i created a custom theme and assigned it to my bsp application with button "Assignment to a BSP Application". After that i redefined ur_ie6.css of ../sap_tradeshow/ur, but my changes doesn´t work.

Have anybody an idea, why its not working?

I know this question have been posted many times, but the postings i found still couldn´t solve my problem.

Thank you

Sebastian

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I think you are mixing two different types of themes. You said you pressed the "Assignment to a BSP Application" button. This is the old style theme that is depreciated. This is not the same as editing the sap_tradeshow or another DESIGN2003 theme. For these you must assign to your application via the sap-themeRoot or the themeRoot attribute of the <htmlb:content> element.

Former Member
0 Kudos

Well spotted, Thomas, this was indeed the cause of the problem.

Now I created my own theme folder and assigned the theme via <htmlb:content themeRoot="..."> and it partly works, because not all css-files are included in the new "theme".

Due to this a new question comes up. Is it possible to copy the whole sap_tradeshow folder?

Thanks and regards

Sebastian

maximilian_schaufler
Active Contributor
0 Kudos

Hi Sebastian,

read this weblog, it should answer a couple of questions you might have right now:

<a href="/people/sap.user72/blog/2005/04/12/bsphowto-css-hints--custom-design-for-your-bsp-applications: CSS Hints - Custom Design for your BSP Applications</a>

Cheers

Max

Answers (4)

Answers (4)

Former Member
0 Kudos

Its working Thank You very much to all who helps!

Regards

Sebastian

Former Member
0 Kudos

hi,

thanks for your quick reply.

@Durairaj and Maximilian:

I invalidated the server cache and browser cache, but it shows no effect ;-(

Regards

Sebastian

RieSe
Contributor
0 Kudos

Hi,

check these things:

1) create an alias to your design (structure as sap themes). Pleas check, that the alias beginbs with '/' and

point to something like '/default_host/sap/bc/bsp/euh/public/bc/ur/Design2002/themes/<name_of_your design'.

2) Call your application like:

http://<server>/sap/bc/bsp/<namespace>/<application>/<page_name>?themeRoot=<alias to your design_name>

Best regards,

Stefan

maximilian_schaufler
Active Contributor
0 Kudos

Hi Sebastian,

when working on design or themes, it is best to temporarily disable both server and client cache - this way you won't run into any problems that annoy you just because your updates are not visible to you.

Max

athavanraja
Active Contributor
0 Kudos

you may have to invalidate the server cache for the new style sheet to take effect.

transaction SMICM

goto->HTTP server cache->invalidate->global in system

Regards

Raja