cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the ITS Template

Former Member
0 Kudos

Hi all,

I am working on SRM 4.0.Now i need to modify one of the ITS service templates wherein ,i just need to highlight/change the font style of one of the texts in the templates which is as follows :

`BBPXBoxBegin(TXT_ITMSEL_PRODUCT.label,BTN_FREE_TEXT_CLOSE.okcode)`

`TABLE(class="format")`

`TR()`

`TD(class="label", nowrap="x", active="")` `#INSTRUCTION_CREATE_ITEM.value`

`ENDTable()`

As seen above,i need to change the text written in "INSTRUCTION_CREATE_ITEM" theme.

My query is that are these ITS templates written using HTML scripts or CSS?

Can anyone tell me what statement should i add in the above block to change the text format???Please help.

Thanks & Regards,

Disha.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185704
Contributor
0 Kudos

Hi Disha,

I assume that the command

TD(class="label", nowrap="x", active="")

creates the HTML tag <td> with the attribute class="label". Please check if this is the case through a look at your web browser's source code view.

If the CSS class used for the <td> is "label" you could either try to change/overwrite/add your statement to the CSS class definition of "label". The CSS definitions are probably inside of a *.css file.

Or you can try to change the template source code and change the content of the class attribute string to what you like.

Please keep in mind: If you change templates that belong to SAP than you will loose these changes after updates because the will be overwritten.

Best regards,

Henning