cancel
Showing results for 
Search instead for 
Did you mean: 

mimeURL with images not functions properly on Integrated ITS

Former Member
0 Kudos

Hi all,

I'm new in ITS and I'm working on Integrated ITS (SAP ECC 6.0). I have to substitute some gif images on HTML template of a customer internet service (on SE80).

I have pointing on the folder:

YYWEB

-Topic 99

-IMAGE

A.GIF

and I create new MIME object B.GIF (under IMAGE folder) I save and publish it.

Into HTML template I have found this code (that's work fine):

<TD background="`mimeURL(~name="/image/a.gif")`" height=32 >  </TD>

and I changed in:

<TD background="`mimeURL(~name="/image/b.gif")`" height=32 >  </TD>

But nothing is appearing on the browser in place of the B.GIF image.

Any clues?

Thanks in advance,

GB

Accepted Solutions (1)

Accepted Solutions (1)

former_member316351
Active Contributor
0 Kudos

Hello GB,

After making changes to the template in SE80 you will need to publish the template.

Edgar

Former Member
0 Kudos

Hi Edgar,

after making chenges on the code I save and publish the HTML Tamplate (the status now is Saved/published) but the new image (B.GIF) is not showed.

former_member194364
Active Contributor
0 Kudos

Perhaps try clearing the Browser Cache and the Integrated ITS Template and MIME Cache using transaction: SITSPMON -> "Template & MIME Cache"

If "B.GIF" is still not shown - use a HTTP sniffer like HTTPWatch to see if the template is ref the correct MIME in the View Source of the HTML page.

Former Member
0 Kudos

Thank you! I invalidate System-wide cache and now the B.GIF is showed.

Answers (1)

Answers (1)

volker_bock
Participant
0 Kudos

This message was moderated.