cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Launchpad tiles : Browser Refresh issue

bhakti_rane
Discoverer
0 Kudos

Hi,

I have three FIORI applications deployed in SAP and there is one common gateway service being used in all the three applications. I have created three static tiles ex. Tile1 Tile2 Tile3 and mapped the respective application against it. All the deployed apps are using same namespace.

The issue is :

When I click on first tile, the URL looks good ..../FioriLaunchpad.html#tile1semanticobject-display and it does display the correct application. Now if I go back and click on another tile ( any Tile 2 or Tile 3), although the URL changes according to the button click but the I get the same application which is assigned to Tile 1.

Now if I refresh my browser and then click Tile 2, it does show the correct version.

Summary :

All the tiles are showing up the right URL but the application which they are displaying is the one which user clicks for first time and then rest of the tiles take the same until we refresh the browser.

Accepted Solutions (1)

Accepted Solutions (1)

bhakti_rane
Discoverer
0 Kudos

Hi,

I found the solution for it,

1. Namespace for all these applications was same, and I guess that made browser confused on which application to take

2. After resolving namespace issue, it was still giving me the older version of application and that was Caching issue - I followed following transactions to get rid of it :

/UI2/DELETE_CACHe

/UI2/CHIP_SYNCHRONIZE_CACHE

/UI2/DELETE_CACHE_AFTER_IMP

/UI2/INVALIDATE_CLIENT_CACHES

/UI2/INVALIDATE_GLOBAL_CACHES

/UI5/APP_INDEX_CALCULATE

Answers (1)

Answers (1)

fatihanil
Participant
0 Kudos

I have same issue on launchpad but this is not resolve the problem. Still the tiles are showing rihgt application when refresh launchpad page .