Skip to content

Latest commit

 

History

History
272 lines (169 loc) · 7.18 KB

configure-filter-tabs-in-the-sap-task-center-web-app-53157da.md

File metadata and controls

272 lines (169 loc) · 7.18 KB

Configure Filter Tabs in the SAP Task Center Web App

You can configure filter tabs for the semantic grouping of tasks in the SAP Task Center Web app.

The destination in the SAP BTP cockpit, configured for connectivity from SAP Task Center to the target task-provider systems, is configured with the following additional properties, which enable the semantic grouping feature in the SAP Task Center Web app:

  • tc.provider_type

  • tc.ui.group

For more information about the target task-provider systems and their setup, see Destinations.

The SAP Task Center Web app provides the following filter tabs by default:

  • All - always available on first position; contains all tasks
  • Failed Tasks - appears only if there are tasks, which failed during processing
  • Others - always on last position; appears only if there is at least one custom filter tab

Administrators can create custom filter tabs, based on the following semantics:

  • Destinations are grouped based on the tc.ui.group property.

    The value of this property is displayed as the name of the filter tab.

    If you want to use translations for the filter tab names, you have to add the default tc.ui.group property, and also add the tc.ui.group.[language_code] for the respective language (for example, tc.ui.group.de-DE for German translations) with the translation as value of the property.

    For more information about the supported languages and language codes, see Supported Languages.

    Depending on the browser language of the user, SAP Task Center searches for available translations as follows:

    1. If there is a tc.ui.group.[language_code] property defined for the browser language of the user, then the value of this property is visualized as translation of the filter tab name.

    2. If there is no tc.ui.group.[language_code] property defined for the browser language of the user, but the default tc.ui.group property is defined, then the value of the default tc.ui.group property is visualized as translation of the filter tab name.

    3. If there are no tc.ui.group and tc.ui.group.[language_code] properties defined, the tasks will be found in the Others filter tab.

    Restriction:

    Please note that the values All and Failed Tasks are reserved by the SAP Task Center Web app and should not be used as values of the tc.ui.group property.

    Though if you use All or Failed Tasks as value to the tc.ui.group property of a destination, the tasks retrieved from these destinations will be shown in the standard All or Failed Tasks filter tabs.

  • If the values of tc.ui.group of two or more destinations are the same, but the values of tc.provider_type of the same destinations are different, then the Web app groups those destinations into one filter tab, and displays a generic icon.

  • A predefined icon, based on the tc.provider_type property value, is displayed for each filter tab. Here is the list of predefined icons:

    Task Provider

    Value of tc.provider_type

    Icon

    SAP Advanced Financial Closing

    AFC

    SAP Ariba

    Ariba

    SAP Build Process Automation

    SPA

    SAP Build Work Zone, advanced edition

    WorkZone

    SAP Cloud for Customer

    C4C

    SAP Concur

    Concur

    SAP Fieldglass

    Fieldglass

    SAP Marketing Cloud

    SMC

    SAP S/4HANA

    S/4HANA

    SAP S/4HANA Cloud, public edition

    S/4HANACloud

    SAP S/4HANA Cloud, private edition

    S/4HANAPrivateCloud

    SAP SuccessFactors

    SuccessFactors

  • The tasks provided by destinations, for which the tc.ui.group property is not maintained, are grouped into the Others filter tab () in the SAP Task Center Web app.

    Note:

    The Others filter tab is only displayed if there is at least one more filter tab, in addition to the All filter tab.