Show TOC

Determining Tile ID in SAP Fiori LaunchpadLocate this document in the navigation structure

You want to determine the tile ID in SAP Fiori launchpad.

Context

To determine the tile ID in SAP Fiori launchpad, proceed as follows:

Procedure

  1. Open the SAP Fiori launchpad with the tile for which you want to determine the tile ID.
  2. Open the SAPUI5 console by pressing CTRL-SHIFT-ALT-S.
    This is needed to enable debug log level in SAPUI5 controls.
  3. Open the Google Chrome console by pressing F12 and switch to the Console view.
    Optional: In Google Chrome, clear the content of the console for better visibility by choosing Clear console log.
  4. Click the tile to navigate to an application. The tile ID is written to the console log.

    The example from the log below shows the tile ID (<chipInstanceId>):

    {"chipId":"X-SAP-UI2-PAGE:X-SAP-UI2-CATALOGPAGE:SAP_CRM_BC_SalesRep:00O2TO88JXF200MBML2VLFJYJ","chipInstanceId":"00O2TR8BR0IIDAK3ITH6IYT3D"}

    Copy the tile ID to the clipboard.