cancel
Showing results for 
Search instead for 
Did you mean: 

B2B Themes

Former Member
0 Kudos

Hi,

I've been trying to find some documentation on using themes for a customer b2b project (CRM 2007). There's a little on the Development and Extension guide, but nothing particularly concrete on how to go about it.

Can anyone point me to some docs?

Thanks

morgs

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Are you looking for themes in ISA?

The theme.core is used in conjunction with the mimes.core parameter. The URL of a mime object will be constructed by appending value of the theme.core to the mime.core. Both parameter build the root of all mimes objects (css stylesheets, images).; If you leave both parameters empty, the context root of the application is used as the mimes root.Example: If the parameter have the following values: mimes.core=http://mimes.company.com theme.core=toys-shop, the image b2b/mimes/images/calendar.gif must be located at http://mimes.company.com/toys-shop/b2b/mimes/images/calendar.gif

This gives you a brief idea. and there is no documentation more than this.

For changing the themes parameter the path is XCM>Customer>UI>theme.core.

Regards,

Sateesh Chandra

Former Member
0 Kudos

Thanks for your answers - in the meantiime I got so far as creating a theme. However, it seems that you need to copy a number of javascripts into the theme as well as I got errors due to missing functions once the theme was activated.

Former Member
0 Kudos

Hi,

could you give me some pointers to change or build a new theme for an isa web shop?

Thanks and regards

nelson_raj2
Active Participant
0 Kudos

Hi,

I did try to search for some documentation on SAP Help website, but sadly was unable to find anything there even for older versions, so I've put together what I recall seeing version 5.0.

Setting of themes is done through the XCM (Extended Configuration Management) Administration module:

http://<hostname>:<http_port>/b2b/admin

I'm sorry I don't recall theme comes under which component, but check under UI.

There should be a subcomponent called - isa.theme.core

As per my understanding, you need to maintain the various multimedia objects related to your theme in the same directory structure as the standard, and store it in a folder. The name of this folder is the name of the theme. The destination directory for this folder should be the application folder itself i.e. b2b.

So, in case of a "christmas" theme, your URL would be:

http://<hostname>:<http_port>/b2b/christmas/b2b/init.do

Check it out, that was the best I could do!!!

Thanks & Regards,

Nelson.