Technology Blog Posts by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
UzeyrOzcan
Explorer
2,280

 

Resolving Cache Issues in Fiori App Development

Cache issues are very common in Fiori app development. Please make sure to follow all the steps below to verify all critical changes.

There are various modules involved in Fiori development, and we need to ensure that the cache in all these components has been cleared to avoid any issues.

Clear the server HTTP cache
- Go to transaction (se93)

 

 

SMICM

 

 

- Navigate to: HTTP Plugin -> Server Cache -> Invalidate Locally and Globally.

Clear metadata cache
- On Gateway, use transaction: se93

 

 

/IWFND/CACHE_CLEANUP

 

 

- On both Backend and Gateway, use transaction: se93

 

 

/IWBEP/CACHE_CLEANUP

 

 

Synchronize chip cache
- Run the report:

 

 

/UI2/CHIP_SYNCHRONIZE_CACHE

 

 

- Run the reports:

 

 

/UI2/DELETE_CACHE_AFTER_IMP

 

 

and

 

 

/UI2/DELETE_CACHE

 

 

Run cache buster
- Run the report:

 

/UI5/APP_INDEX_CALCULATE

 

 

Clear local browser cache
- To avoid views and resources being displayed from the local browser cache, or implement cache buster.
- Run the report:

 

 

/UI2/INVALIDATE_GLOBAL_CACHES

 

 


This cache clearing is mandatory, especially to verify the translations integrated for tiles, groups, and catalogs in the Launchpad admin.

Please ensure that you follow all the above cache maintenance techniques wherever and whenever required.