Updated: June 30, 2021

SAP Fiori Launchpad Services

Intro

SAP Fiori launchpad services are standard functions and features that are provided at launchpad level. They include:

  • Recent Activities
  • Frequently Used
  • App Finder
  • Settings
  • Edit Home Page
  • Contact Support
  • Give Feedback
  • App Settings
  • About
  • Sign Out
  • Save as Tile

Most of the services are accessed via the user actions menu.

Behavior and Interaction

User Actions Menu on the Home Page

Clicking the user icon or photo on the very right of the SAP Fiori launchpad shell bar opens the user actions menu with the standard services.

User actions menu on the SAP Fiori home page
User actions menu on the SAP Fiori home page

User Actions Menu in Applications

In the application shell bar, the Edit Home Page option disappears from the user actions menu. Instead, the following additional services are shown:

  • App Settings
  • About
User actions menu in SAP Fiori applications
User actions menu in SAP Fiori applications

Overview of Services

Recent Activities

This service displays a list of the most recent user activities in reverse chronological order (most recent first). Recent activities are apps the user has been working with, or recent search queries, for example. The Recent Activities list can contain up to 30 items.

A single list item is represented by its title, the type of object, and a time stamp. For generic functions, such as search, an icon appears next to the list item. Each item can be listed only once. The last usage updates the timestamp and moves the item to the top of the list.

The whole list item triggers navigation to the corresponding URL target. However, there are no separate interactive elements within a list item. Apps start in the last state that is technically recoverable, enabling users to carry on where they left off.

Frequently Used

This service lists the items used most often during the last 30 working days (most frequently used first).

A single list item is represented by its title and the type of object. For generic functions, such as search, an icon appears next to the list item. Each item can be listed only once.

The whole list item triggers navigation to the corresponding URL target. However, there are no separate interactive elements within a list item. In contrast to the Recent Activities app list, apps opened via the Frequently Used tab start in their initial state, enabling users to start afresh.

Information
In native packaged apps, the Recent Activities and Frequently Used lists only display apps that are part of the specific app package. Currently, no links to apps outside the package are planned.

App Finder

The app finder is an “app store”-like interface listing the apps that a user might potentially use. Apps in the app finder are sorted as follows:

  1. Front-end server catalog: All the apps an administrator has added to the catalog in the front-end server. These are the apps that typically appear for the user in the SAP Fiori launchpad.
  2. User actions menu (SAP logon): All apps that have been assigned to a user in a specific back-end system. These are the apps a user would find in the user actions menu when signed into that system.
  3. SAP menu (SAP logon): All apps in a specific back-end system, regardless of whether or not they were assigned to the user, or whether the user can access them. These are the apps that a user would find in the SAP menu of the back-end system.
User actions menu - App finder
User actions menu - App finder
User actions menu - App finder
User actions menu - App finder

Settings

The Settings dialog contains the following attributes:

  • User Account
  • Appearance
  • Home Page
  • Language & Region
  • User Activities
  • User Profiling (if implemented)
  • Notifications
  • Default Values
User actions menu - settings
User actions menu - settings
'Settings' dialog
'Settings' dialog

User Profiling in Settings Dialog

User profiling is an optional entry in the settings dialog. The user can turn User Profiling on or off using the switch.

If this feature is turned on, some of the user activities are recorded. This data is used to provide individual, personalized results for future searches.

'User Profiling' dialog
'User Profiling' dialog

Home Page in Settings Dialog

In the Home Page settings dialog, the user can decide how content is shown in the launchpad. The default setting is that all tiles and links are shown on a single page, with an anchor bar at the top. 

App tiles are usually shown in groups. Single groups can be accessed via the tab bar.

For more information on the anchor and tab bar, see SAP Fiori launchpad home page.

'Home Page' dialog
'Home Page' dialog

User Activities in Settings Dialog

In the User Activities dialog, users can decide whether or not launched apps are tracked. Tracked apps are listed under Recent Activities and Frequently Used.

If tracking is switched off, the Recent Activities and Frequently Used options are not shown in the user actions menu.

'Settings' Dialog - 'User Activities'
'Settings' Dialog - 'User Activities'

Edit Home Page

Edit Home Page offers additional functions for controlling the visibility and placement of apps and groups on the home page: tiles can be added, re-arranged, or removed from the launchpad. Groups can be created, re-arranged, deleted, or temporarily hidden.

To add new applications to the home page, users can also open the app finder in edit mode.

User actions menu - Edit home page
User actions menu - Edit home page
Launchpad - Edit mode
Launchpad - Edit mode

Contact Support

The Contact Support dialog offers a description field for entering a problem. Users can also display the technical data that will be sent to the support team. The Send button is activated if there is an entry in the description field.

The Contact Support feature is only available if the customer activates it.

User actions menu - 'Contact Support'
User actions menu - 'Contact Support'
'Contact Support' dialog
'Contact Support' dialog

Give Feedback

The Give Feedback dialog gives users an opportunity to rate their experience and give written feedback. Users can also display the technical data that will be sent to the support team.
The Give Feedback feature is only available if the customer activates it.
User actions menu - 'Give Feedback'
User actions menu - 'Give Feedback'
'Give Feedback' dialog
'Give Feedback' dialog

App Settings

You can offer app-specific settings for each app in the launchpad. If you implement the API for the settings service, an App Settings entry appears in the options menu.

You’ll need to design the settings dialog for your app yourself. Make sure that you only have one App Settings entry in the User Actions Menu to give the user access to the app settings for all apps.

 

User actions menu - 'App Settings'
User actions menu - 'App Settings'

About

The About dialog for the launchpad displays the following information:

  • Official SAP Fiori name or a specific launchpad name
  • Launchpad version
  • SAPUI5 version
  • User agent details
'About' dialog for the launchpad
'About' dialog for the launchpad

The About dialog for apps displays the following information:

  • App icon (as specified in the component)
  • Official app name, as specified in the component (config  titleResource)
  • Full technical app name
  • App version
  • SAPUI5 version
  • User agent details
  • App ID
  • Application component
'About' dialog for apps
'About' dialog for apps

Sign Out

To sign out of SAP Fiori, users choose Sign Out in the user actions menu. This opens the Sign Out confirmation dialog.

User actions menu - 'Sign Out'
User actions menu - 'Sign Out'
'Sign Out' confirmation dialog
'Sign Out' confirmation dialog

Save as Tile

The Save as Tile option lets the user save a snapshot of the app in its current state. In the Save as Tile dialog, the user can enter a title, a subtitle, and a description of the new tile.

This option is offered in the Share menu in the header toolbar of an app.

When the user chooses OK, a new tile is added to the My Home group of the home page. It displays the title, subtitle, and description entered by the user, and triggers navigation to the app snapshot.

All the app settings that were part of the URL are reflected, such as an item selection in the master list.

'Save as Tile' in the page header toolbar
'Save as Tile' in the page header toolbar
'Save as Tile' dialog
'Save as Tile' dialog

Resources

Want to dive deeper? Follow the links below to find out more about related controls, the SAPUI5 implementation, and the visual design.

Elements and Controls

Implementation

  • No links.