cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Launchpad always taking Old sapui5 code why? How to solve it?

sivakumar_mobility
Active Participant
0 Kudos

Dear all,

In SE80, BSP applications, I can see the new updates on both Javascript and XML codes.

But when I run the app in the Fiori Launchpad it always uses the old code.

How to solve the issues?

Manually I am able to solve by removing all history in browser.

Issues is I can not tell all production users to clear the history in Fiori Launchpad.

With Regards,

Siva.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185414
Active Contributor
0 Kudos

As mentioned by Rehan it is due to the ICM cache where FLP caches the Application BSP. If you have frequent builds getting deployed in production you can schedule a background job for clearing the cache in production.

former_member318179
Active Participant
0 Kudos

Hi Siva,

It is due to ICM Cache.

1. In your Gateway Server, Go to SMICM transaction,click on "Go To" menu, select "HTTP Plugin" then "Server Cache" then "Invalidate Globally".

2. Clear your Model Cache's from /IWFND/CACHE_CLEANUP transaction.

3. Run report(tx :se38) "/UI5/APP_INDEX_CALCULATE" with full calculation.

Hope it helps!


Regards,

Rehan Sayed

sivakumar_mobility
Active Participant
0 Kudos

Hi Regan,

Thanks for reply. I have tried but still the same issue is there?

But still same code in fiori launchpad. I tried via F12 debugging.

But in ECC different code is there.

Kindly help me.

With regards,

Siva.