cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to Show Updated MIME Objects after Uploading

Former Member
0 Kudos

Hi,

I have a existing image stored in my MIME repository. My purpose is to upload a new image to over-write this existing image. The new image is shown correctly in the preview column in MIME Repository but isn't case for the web template.

The obsolete image is still stored in some cache even I tried transaction smicm:

Navigate to Goto -> HTTP Server Cache -> Invalidate -> Global in System

Other method includes deleting the cache in WAD, clearing any temp files in temp folder and internet temporary folder.

Anyone encountered this situation before. Deeply appreciate any relevant advice.

Best Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Create and runthis program.

REPORT ZINVALIDATE_CACHE .

DATA: OBJ_HTTP_SERVER TYPE REF tO CL_HTTP_SERVER.

*CREATE OBJECT OBJ_HTTP_SERVER.

CALL METHOD obj_http_server->SERVER_CACHE_INVALIDATE_ALL.

CLEAR OBJ_HTTP_SERVER.

Regards

MB

Former Member
0 Kudos

Seemed like no one ever encountered this before.