// |
| name | sap-datasphere |
| description | Comprehensive guide for SAP Datasphere development including data acquisition, preparation, modeling, administration, connectivity, and integration. Use when building data warehouses on SAP BTP, creating analytic models, configuring data flows and replication flows, setting up connections to SAP and third-party systems, managing spaces and users, implementing data access controls, or monitoring data integration tasks. Covers Data Builder (graphical/SQL views, local/remote tables, transformation flows), Business Builder (business entities, consumption models), analytic models (dimensions, measures, hierarchies), 40+ connection types (SAP S/4HANA, BW/4HANA, HANA Cloud, AWS, Azure, GCP, Kafka), real-time replication, task chains, and content transport. Keywords: sap datasphere, data warehouse cloud, dwc, data builder, business builder, analytic model, graphical view, sql view, transformation flow, replication flow, data flow, task chain, remote table, local table, sap btp data warehouse, datasphere connection, datasphere space, data access control, elastic compute node, sap analytics cloud integration |
| license | GPL-3.0 |
| metadata | {"version":"1.3.0","last_verified":"2025-11-26T00:00:00.000Z"} |
SAP Datasphere is SAP's cloud-native data warehouse solution on SAP Business Technology Platform (BTP). This skill provides comprehensive guidance for data acquisition, preparation, modeling, administration, and integration.
Use this skill when:
| Component | Purpose | Key Objects |
|---|---|---|
| Data Builder | Data acquisition & preparation | Views, Tables, Flows, Task Chains |
| Business Builder | Semantic layer modeling | Business Entities, Fact Models, Consumption Models |
| Analytic Model | Analytics-ready structures | Dimensions, Facts, Measures, Hierarchies |
| Connections | External data sources | 40+ connection types |
| Spaces | Logical data containers | Storage, Users, Objects |
Views:
Tables:
Flows:
Create views visually by dragging sources and adding transformations.
Supported Operations:
Best Practices:
For detailed graphical view operations, see references/graphical-sql-views.md.
Create views using SQL or SQLScript.
-- Basic SQL View
SELECT
customer_id,
customer_name,
SUM(order_amount) AS total_orders
FROM orders
GROUP BY customer_id, customer_name
SQLScript Support:
For SQL/SQLScript reference, see references/graphical-sql-views.md.
ETL pipelines for data transformation and loading.
Operators:
Execution:
For data flow details, see references/data-acquisition-preparation.md.
Replicate data from source systems to Datasphere or external targets.
Supported Sources:
Supported Targets:
Load Types:
For replication flow configuration, see references/data-acquisition-preparation.md.
Delta-aware transformations with automatic change propagation.
Key Features:
For transformation flow details, see references/data-acquisition-preparation.md.
Orchestrate multiple tasks in sequence or parallel.
Supported Tasks:
Features:
Create analytics-ready semantic models for SAP Analytics Cloud.
Components:
Creating an Analytic Model:
For detailed modeling guidance, see references/data-modeling.md.
Categorize and filter analytical data.
Types:
Features:
Quantifiable values for analysis.
Types:
Aggregation Types:
For measure configuration, see references/data-modeling.md.
Create business-oriented semantic models.
Objects:
For Business Builder details, see references/data-modeling.md.
SAP Datasphere supports 40+ connection types.
SAP Systems:
Cloud Platforms:
Databases:
Streaming:
Other:
For connection configuration, see references/connectivity.md.
| Feature | Description |
|---|---|
| Remote Tables | Virtual data access |
| Data Flows | ETL transformation |
| Replication Flows | Data replication |
| Model Import | BW/4HANA model transfer |
Logical containers for data and objects.
Configuration:
Operations:
For space management, see references/administration.md.
Standard Roles:
Scoped Roles:
Authentication:
For user management, see references/administration.md.
Capabilities:
Database Analysis:
For monitoring details, see references/administration.md.
Operations:
Features:
Options:
For monitoring details, see references/data-integration-monitor.md.
Implement row-level security.
Types:
Application:
For security configuration, see references/data-access-security.md.
Move content between tenants.
Methods:
Package Contents:
For transport procedures, see references/content-transport.md.
| Resource | Description |
|---|---|
references/data-acquisition-preparation.md | Data flows, replication, tables |
references/data-modeling.md | Analytic models, Business Builder |
references/graphical-sql-views.md | Views, E-R models, lookups |
references/administration.md | Tenant, spaces, users, monitoring |
references/connectivity.md | All connection types |
references/data-integration-monitor.md | Monitoring, scheduling |
references/data-access-security.md | Row-level security |
references/content-transport.md | Export, import, packages |
| Error | Cause | Solution |
|---|---|---|
| Deployment failed | Circular dependency | Check object dependencies |
| Connection timeout | Network/firewall | Verify Cloud Connector/IP allowlist |
| Replication stuck | Source lock | Check source system status |
| Out of memory | Large view | Enable persistence or partitioning |
| Permission denied | Missing role | Verify space membership and privileges |
references/data-acquisition-preparation.md - Complete guide to data flows, replication flows, transformation flows, and table management in Data Builderreferences/data-modeling.md - Comprehensive coverage of Business Builder entities, analytic models, dimensions, measures, and hierarchiesreferences/graphical-sql-views.md - Detailed operations for graphical views, SQL views, E-R models, and intelligent lookupsreferences/connectivity.md - All 40+ connection types including SAP systems, cloud providers, and streaming platformsreferences/administration.md - Tenant management, space configuration, user roles, and elastic compute nodesreferences/data-integration-monitor.md - Task scheduling, monitoring, real-time replication, and delta mechanismsreferences/data-access-security.md - Row-level security, DAC configurations, and authorization scenariosreferences/content-transport.md - Package export/import, transport management, and tenant migrationPROGRESS_TRACKING.md - Internal documentation coverage tracking and development statusskills/sap-datasphere/
โโโ SKILL.md # Main skill file (468 lines)
โโโ README.md # Quick reference and keywords
โโโ PROGRESS_TRACKING.md # Documentation coverage tracking
โโโ references/
โโโ data-acquisition-preparation.md # Data flows, replication, tables
โโโ data-modeling.md # Analytic models, Business Builder
โโโ graphical-sql-views.md # Views, E-R models, lookups
โโโ administration.md # Tenant, spaces, users, monitoring
โโโ connectivity.md # All connection types
โโโ data-integration-monitor.md # Monitoring, scheduling
โโโ data-access-security.md # Row-level security
โโโ content-transport.md # Export, import, packages
Version: 1.3.0 | Last Verified: 2025-11-26