Show TOC

Fiori Framework PageLocate this document in the navigation structure

The portal provides a framework page that gives you the SAP Fiori Launchpad experience within the SAP NetWeaver Portal environment.

Location in Portal Catalog: Start of the navigation path Portal Content Next navigation step Portal Users Next navigation step Standard Portal Users Next navigation step Fiori Framework Content Next navigation step Fiori Framework Page End of the navigation path (pcd:portal_content/every_user/general/defaultFFPFrameworkContent/FioriFrameworkPage)

Caution

Do not modify the delta link source object of the above-mentioned framework page, which is located in a subfolder of the Portal Catalog under the Content Provided by SAP folder.

The following configuration options are available:
Table 1: Advanced

Name

Description

Custom Plugin URL

Specifies the path to the custom JavaScript plugin.

Custom plugins are launched at runtime and enable you to extend the capabilities of the Fiori Framework Page and register to events.

Custom plugins must be defined as SAPUI5 modules.

Example \myapplication\CustomPlugin.js
Note

Relevant only if Custom SAPUI5 Module Plugin Name is also defined.

SAPUI5 Library Source

Determines whether the SAPUI5 library in use is ABAP or JAVA.

Custom SAPUI5 Module Plugin Name

Specifies the SAPUI5 module name of the custom JavaScript plugin to be launched at runtime. The name identifies the module and is used with jQuery.sap.require to load the module.

Example my.custom.plugins.CustomPlugin
Note

Relevant only if Custom Plugin URL is also defined.

Table 2: Personalization

Name

Description

Enable Floating Action Mode Button

Determines whether a floating action mode button appears on the home page.

Clicking the action mode button enables users to perform all of the personalization actions for the home page.

Enable Hide Groups in Options Menu

Determines whether the Hide Groups option appears in the Options menu in the home page header bar.

Selecting the Hide Groups option enables users to hide and show groups on the home page.

Enable Personalization

Determines whether users can personalize the home page by managing groups, managing the tiles in each group, and by setting a theme.

Note

This checkbox must be selected for other personalization options to affect the launchpad behavior.

Enable Locked Group

Determines whether a locked group of tiles set up by a content administrator appears on the home page.

Enable Personalize Home Page in Options Menu

Determines whether the Personalize Home Page option appears in the Options menu in the home page header bar.

Selecting Personalize Home Page enables users to perform all of the personalization actions for the home page.

Enable Tile Actions

Determines whether an (Tile Actions) icon appears at the top-right corner of a tile, displaying a menu containing the available actions for that tile.

Table 3: Search

Name

Description

Enable Search Icon in Header Bar

Determines whether the search icon appears in the header bar in the home page and tile catalog. A user can choose the search icon to display a text field, and implement searches by entering keywords, titles, subtitles, and information.

Enable Search for Fact Sheets

Determines whether users can search for business objects (such as Customers or Suppliers), and use fact sheets to display a detailed view of a search result.

Enable Filtering by Text in Tile Catalog

Determines whether users can search for specific tiles by text in the tile catalog. A user can type in the textbox and the tiles will be filtered according to the typed text.

Enable Filtering by Category Name in Tile Catalog

Determines whether users can filter by category in the tile catalog. A user can select a category from the dropdown list and the tiles will be filtered according to the selected category name.

Pages and iViews in the Fiori Framework Page
  • Page: Fiori Framework Page (FLPFrameworkPage)

    A portal page that contains the following objects:

    • iView: AFP Resources (com.sap.portal.AFPResources)

      Contains public client-side APIs.

    • iView: Fiori Framework Utilities (com.sap.portal.FioriLaunchpadPlUtilitiesComponent)

      Contains various properties for configuring SAP Fiori Launchpad on Portal.

    • Page: Fiori Headerless Framework Page (com.sap.portal.headerless_frameworkpage)

      Supports headerless navigation.

    • Page: Fiori Standards Headerless Framework Page (com.sap.portal.standards_headerless_frameworkpage)

      Supports headerless navigation using Standards mode in Microsoft Internet Explorer.

    • iView: FFP Resources (com.sap.portal.FFPResources)

      Contains internal scripts and general UI components for the Fiori Framework Page.

    • iView: Browser Document Mode (com.sap.portal.BrowserDocumentMode)

      Adds an X-UA-Compatible header into the framework page that affects the Browser Mode and the Document Mode properties in Microsoft Internet Explorer. The default value is IE=edge, which sets the Browser Mode to IEx Compatibility View and the Document Mode to IEx standards (where ' x ' stands for the current version of Microsoft Internet Explorer).

SAP Blue Crystal is the default theme provided with the Fiori Framework Page. You can customize this theme using the UI Theme Designer.