Cache Maintenance in Fiori SAP.
1.Clear the server http cache
Go to the transaction SMICM. Goto -> HTTP plugin -> Server cache -> Invalidate Locally and Globally.
2. Clear metadata cache
Transaction: /IWFND/CACHE_CLEANUP on Gateway (oData cache clearing)
Transaction: /IWBEP/CACHE_CLEANUP on Backend and Gateway (oData cache clearing)
3. Synchronize chip cache
Run the report /UI2/CHIP_SYNCHRONIZE_CACHE. Make sure there is no error in the table /UI2/CHIP_CHDR
Run the report /UI2/DELETE_CACHE_AFTER_IMP.
/UI2/DELETE_CACHE
4. Run cache buster
Run the report /UI5/UPDATE_CACHEBUSTER.
- 5. Clear local browser cache – to avoid views and resources being displayed from local browser cache or else implement cache buster
Run report /UI2/INVALIDATE_GLOBAL_CACHES. This cache clearing is mandatory especially to verify the translations integrated for ex tiles,groups,catalogs in Launchpad admin
- 6 Fiori client app is capable of handling local cache whenever new resources are available in the server so no need of manual cache management implementation
Please make sure that you follow all above cache maintenance techniques wherever and whenever required.