Search code examples
deploymentsapui5sap-fiori

Why changes from BAS are not reflected in Fiori launchpad?


I have created the custom Fiori application in BAS and deployed to gateway ABAP repository which is central hub ECC system. Whenever I change something and deployed again, the recent changes are not visible. please help me solve this

I have tried all the cache clearing TCodes and reports, but nothing worked:

  • /UI2/INVALIDATE_GLOBAL_CACHES
  • /UI2/CHIP_SYNCHRONIZE_CACHE
  • /UI5/APP_INDEX_CALCULATE
  • /iwfnd/cache_cleanup
  • /iwbep/cache_cleanup

For my user id, there is no developer role assigned. I am not sure if that has to do anything with the problem.


Solution

  • Thank you for all the replies.

    The problem was not about the caches. In the target mapping, I had to mention the ID same as in the manifest file. Once I did that problem got solved.