sap-fiori-add-visual-filter

Automate chart-based visual filter creation for SAP Fiori Elements filter bars.

154|69|Updated May 28, 2021
One-click install
npx skills add https://github.com/SAP/open-ux-tools --skill sap-fiori-add-visual-filter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sap-fiori-add-visual-filter
Source: https://github.com/SAP/open-ux-tools/tree/main/packages/fiori-mcp-server/skills/sap-fiori-add-visual-filter
Command: npx skills add https://github.com/SAP/open-ux-tools --skill sap-fiori-add-visual-filter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add chart-based visual filters to SAP Fiori Elements filter bars and value helps, enabling end-to-end data exploration through CAP or ABAP RAP backends.

Core Features & Use Cases

  • Provides a CAP or ABAP RAP implementation path for visual filters on filter bars and value help dialogs
  • Includes chart annotations (UI.Chart) and presentation variants to enable visual filtering
  • Defines value list and selection fields integration to connect the filter dimension with the chart
  • Guides backend aggregation setup and qualifier consistency across chart, value list, and manifest
  • Suitable for enterprises using SAP Fiori tools to deliver interactive filtering experiences

Quick Start

Configure a CAP or ABAP RAP backend with a visual filter qualifier, then connect the chart to the filter dimension and enable the value list for the selected dimension.

Note: This is a high-level guide; actual backend configuration details are in the CAP/RAP implementation sections.

(If you need a fast-start action: provide Entity, Dimension, and Measure details to initialize the visual filter workflow.)

Frequently Asked Questions about sap-fiori-add-visual-filter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add chart-based visual filters to SAP Fiori Elements filter bars?

To add chart-based visual filters to SAP Fiori Elements, configure a CAP or ABAP RAP backend with UI.Chart annotations, presentation variants, and value list definitions. You must connect the chart to the filter dimension using a consistent qualifier across the chart, value list, and manifest.

What is a visual filter in SAP Fiori and how does it work?

A visual filter in SAP Fiori is a chart-based filtering mechanism for filter bars and value help dialogs. It works by linking a chart dimension to a filter field using backend aggregation, UI.Chart annotations, and a shared qualifier to drive interactive data exploration.

Can I use visual filters with both CAP and ABAP RAP backends?

Yes, you can implement visual filters using both CAP and ABAP RAP backends. The implementation applies to enterprise data models using CDS views, requiring you to set up backend aggregation and apply the correct annotations and qualifiers for the selected framework.

What annotations do I need to configure Fiori visual filters?

Configuring Fiori visual filters requires UI.Chart annotations for bar or line charts, presentation variants for display variations, and value list definitions with selection fields. You also need a consistent qualifier shared across the chart, value list, and manifest.

Why are my SAP Fiori visual filters not displaying correctly?

Fiori visual filters fail when backend aggregation is missing or the qualifier is inconsistent across the chart, value list, and manifest. Verify that your CDS view in CAP or ABAP RAP supports the required aggregation and that all annotation qualifiers match exactly.