cancel
Showing results for 
Search instead for 
Did you mean: 

How to clear server cache

Former Member
0 Kudos

Hi All,

I've deployed application in BSP and made direct code change in one of the view file and executed the project from Fiori launchpad.

The changes was not reflected and then I cleared cache referring the following link: Bhaskar blog: Cache transactions to clear the Cache for SAP FIORI

And I ran the application from fiori launchpad then I saw the changes I made but I see URL has some number appended.

Screenshot attached for reference.

If I edit any files directly then I need to clear server cache all the time.

Can any one please help me to find out what and why is this number appended.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

That' because of the Cache Buster. You can read about it here:

Cache Buster - UI Development Toolkit for HTML5 (SAPUI5) - SAP Library

You can activate the Cache Buster for your application with adding this statement to the bootstrap:

data-sap-ui-appCacheBuster="./"

When you have done that, the server cache can be refreshed by the ABAP report /UI5/UPDATE_CACHEBUSTER

Answers (0)