Updated: July 16, 2019

SAP Fiori Launchpad Services

Intro

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

  • Recent Activity
  • 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 menu.

Behavior and Interaction

User Menu on the Home Page

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

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

User Menu in Applications

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

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

Overview of Services

Recent Activity

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 Activity 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 Activity 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 Activity 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 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 menu when logged on to 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 menu - App finder
User menu - App finder
User menu - App finder
User 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 menu - settings
User 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 Activity and Frequently Used.

If tracking is switched off, the Recent Activity and Frequently Used options are not shown in the user 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 menu - Edit home page
User 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 menu - 'Contact Support'
User 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 menu - 'Give Feedback'
User 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 Menu to give the user access to the app settings for all apps.

 

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

About

The About dialog for the launchpad displays the following information:

  • SAP Fiori icon or specific icon to represent the launchpad
  • Official SAP Fiori name or a specific launchpad name
  • Technical information or other specific information relevant for the launchpad.
'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
  • Build ID
  • SAPUI5 version
  • User agent details
'About' dialog for apps
'About' dialog for apps

Sign Out

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

User Menu - Sign Out
User 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 accessible via the Share menu in 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.