Cache Maintenance in Fiori
Hi All,
Cache issues are very common in Fiori app development. Please make sure to follow all below steps to verify all crictical changes.
There are various modules involved in Fiori development and we need to make sure that cache in all these components have been cleared to avoid to any issues.
- 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
1.6 UI2 Cache
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
1.7 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.
Thanks for reading my post.
Regards,
Arun.
Hi Arun,
Can please help me regarding this, my client need the same customized Android app for SAP fiori client, they have SMP licence, is there any sample code to start it.....?
Hi Arun,
Thank you so much for this blog. I had lot of trouble fixing my app. I ran every single step as per your blog and I was successfully able to launch the app.Cheers
Thanks a lot for this info! Very helpful!
Very useful info. Thanks for this list!
Hi Arun,
I found these tips very helpful during developing fiori app process.
Thanks a lot.