sap-fiori-add-visual-filter

Add chart-based visual filters to SAP Fiori Elements filter bars for OData V4 services.

19|3|Updated May 17, 2026
One-click install
npx skills add https://github.com/cline/skills --skill sap-fiori-add-visual-filter-cline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sap-fiori-add-visual-filter
Source: https://github.com/cline/skills/tree/main/skills/sap-fiori-add-visual-filter
Command: npx skills add https://github.com/cline/skills --skill sap-fiori-add-visual-filter-cline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually adding chart-based visual filters to SAP Fiori Elements filter bars and value help dialogs is time-consuming and prone to configuration errors for developers working with CAP or ABAP RAP backends.

Core Features & Use Cases

  • Dual Backend Support: Implements visual filters for both CAP (Cloud Application Programming Model) and ABAP RAP (RESTful Application Programming Model) OData V4 services.
  • Flexible Chart Configuration: Supports Bar and Line chart types with configurable aggregated measures for filtering by dimensions like category, status, or destination.
  • Use Case: A SAP Fiori developer building a travel booking app can add a Bar chart visual filter for destination categories to let users quickly filter reservations by destination with aggregated price totals.

Quick Start

Use this skill to add a Bar chart visual filter for the 'Category' dimension and 'Amount' sum measure to your SAP Fiori Elements filter bar.

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 visual filters to SAP Fiori Elements filter bars?

To add visual filters to SAP Fiori Elements filter bars, configure chart annotations with aggregated measures and ensure proper qualifier alignment and selection field setup in the manifest for your OData V4 service.

Does the SAP Fiori visual filter annotation support both CAP and ABAP RAP backends?

Yes, SAP Fiori visual filter implementation supports both CAP and ABAP RAP backends for OData V4 services, handling aggregation setup and chart annotations for Bar or Line chart filters across both programming models.

How do I configure chart annotations for Fiori Elements visual filters?

Configuring chart annotations for Fiori Elements visual filters requires defining aggregated measures, aligning qualifiers consistently, and updating manifest settings to link the chart dimension to the target filter bar selection field.

What chart types are supported for visual filters in SAP Fiori Elements?

SAP Fiori Elements visual filters support Bar and Line chart types, allowing users to filter data by dimensions like category or destination using aggregated measures such as price totals.

Why are my Fiori Elements visual filters not appearing in the filter bar?

Fiori Elements visual filters may not appear if chart annotations lack consistent qualifier alignment, if the OData V4 aggregation setup is incomplete, or if manifest selection fields are improperly configured for the target property.

Can I add visual filters to value help dialogs in SAP Fiori Elements?

Yes, you can add chart-based visual filters to SAP Fiori Elements value help dialogs using the same OData V4 chart annotation and aggregation configuration applied to standard filter bars.