sapui5netweaver

SAPUI5 application is not updated immediately from SAP NetWeaver


I am developing an SAPUI5 application for our company. The application is served from our SAP NetWeaver system.

As the application is still under development and new features have to be tested, we noticed that the users do not get the updated version of the app immediately. So I often get emails on why they don't see the changes and I always have to tell to refresh the page.

Is there a way to make sure the most current version of the application is being loaded?


Solution

  • Hey i would say this is all about Cache Management in SAP Fiori/SAPUI5:

    Cache Management in SAP Fiori

    There are different Layers that handle caching:

    Good blog post about Cache Management in SAP Fiori

    Solutions:


    So in developement & quality management system just run /UI5/APP_INDEX_CALCULATE and /UI2/INVALIDATE_CLIENT_CACHES and you should be good to go.

    In Production take care, caching is all about performance, so if you clear all caches and your company has like 500 users opening Fiori Launchpad at 08:00 am things can get messy.