generate-analytics-star-schema

Generate CDS analytical star schemas from RAP business objects and DDIC tables.

156|39|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/arc-mcp/arc-1 --skill generate-analytics-star-schema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-analytics-star-schema
Source: https://github.com/arc-mcp/arc-1/tree/main/skills/generate-analytics-star-schema
Command: npx skills add https://github.com/arc-mcp/arc-1 --skill generate-analytics-star-schema

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of CDS analytical models (star schema) on top of RAP business objects or DDIC tables, simplifying the process of creating complex analytical data structures for SAP systems.

Core Features & Use Cases

  • Automated Model Generation: Generates a star schema consisting of a cube view, dimension views, and text views.
  • Supports RAP Business Objects and DDIC Tables: Can generate models from both RAP business objects and plain DDIC tables.
  • Use Case: Ideal for quickly creating analytical models for reporting and analysis in SAP systems without manual coding.

Quick Start

Generate a CDS analytical model for the RAP business object 'ZBP_R_TRAVEL' using the 'generate-analytics-star-schema' skill.

Frequently Asked Questions about generate-analytics-star-schema

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

FAQPage Schema
How do I generate a CDS analytical model from a RAP business object?

To generate a CDS analytical model from a RAP business object, you use an automated tool that creates a star schema. This process automatically builds the necessary cube view, dimension views, and text views without manual coding.

What is a star schema in SAP CDS analytical models?

A star schema in SAP CDS is an analytical data structure consisting of a central cube view surrounded by dimension and text views. It simplifies complex reporting and analysis by organizing data into this efficient relational model.

Does generating analytical models for SAP require a specific system version?

Generating analytical models for SAP requires SAP_BASIS 7.5x or higher. This version is necessary because it provides the underlying analytics annotations needed to properly define and activate the CDS views.

Can I create analytical star schemas from plain DDIC tables?

Yes, you can create analytical star schemas from plain DDIC tables. The generation process supports both standard DDIC tables and RAP business objects as source data to build the cube and dimension views.

Why manually building CDS analytical models is difficult in SAP systems?

Manually building CDS analytical models is difficult because it requires coding multiple interconnected cube, dimension, and text views. Automating this generation saves time and reduces errors when creating complex analytical data structures.