Skip to Content
Author's profile photo Arunkumar Yallampalli

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. 1.Clear the server http cache

Go to the transaction SMICM. Goto -> HTTP plugin -> Server cache -> Invalidate Locally and Globally.

  1. 2. Clear metadata cache

Transaction: /IWFND/CACHE_CLEANUP on Gateway (oData cache clearing)

Transaction: /IWBEP/CACHE_CLEANUP on Backend and Gateway (oData cache clearing)

  1. 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

  1. 4. Run cache buster

Run the report /UI5/UPDATE_CACHEBUSTER.

  1. 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.

Assigned Tags

      5 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      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.....?

      Author's profile photo Ransome Mathias
      Ransome Mathias

      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

      Author's profile photo George Manousaridis
      George Manousaridis

      Thanks a lot for this info! Very helpful!

      Author's profile photo Navneet Nair
      Navneet Nair

      Very useful info. Thanks for this list!

      Author's profile photo Domenico Tuttolomondo
      Domenico Tuttolomondo

      Hi Arun,

      I found these tips very helpful during developing fiori app process.

      Thanks a lot.