SAPUI5 - Clear Cache on SAP Netweaver Gateway

# Reference : https://blogs.sap.com/2017/12/22/cache-cleanup-in-sap-netweaver-gateway/

# Programs to Delete Cache

    /ui2/invalidate_client_caches 

    - /ui2/invalidate_global_caches (Invalidate global cache)

    /ui5/app_index_calculate  (Recalculate index of an app)

    - /ui5/del_odata_metadata_cache  (Delete metadata cache)


# T-codes for cache cleanup

    Execute the following T-codes

    - Clear front end cache

            /n/iwfnd/cache_cleanup


    - Clear backend Cache

        /n/iwbep/cache_cleanup

    - Clear Global Cache

        /nsmicm
                goto->HTTP Plugins->Server Caches->Invalidate globally



Popular posts from this blog

SAP CPI - Loop Process Call with SuccessFactor (oData V2)

Setting IntelliJ IDEA to run Groovy Script

C# - BASE64 to Image