sap-abap-cds
Comprehensive SAP ABAP CDS (Core Data Services) reference for data modeling, view development, and semantic enrichment. Use when creating CDS views or view…
Develops data processing pipelines, integrations, and machine learning scenarios in SAP Data Intelligence Cloud. Use when building graphs/pipelines with operators, integrating ABAP/S4HANA systems, creating replication flows, developing ML scenarios with JupyterLab, or using Data
$ npx -y skills add secondsky/sap-skills --skill sap-hana-cloud-data-intelligence --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/sap-hana-cloud-data-intelligenceContext preview
The summary Claude sees to decide when to auto-load this skill.
Develops data processing pipelines, integrations, and machine learning scenarios in SAP Data Intelligence Cloud. Use when building graphs/pipelines with operators, integrating ABAP/S4HANA systems, creating replication flows, developing ML scenarios with JupyterLab, or using Data
name: sap-hana-cloud-data-intelligence description: | Develops data processing pipelines, integrations, and machine learning scenarios in SAP Data Intelligence Cloud. Use when building graphs/pipelines with operators, integrating ABAP/S4HANA systems, creating replication flows, developing ML scenarios with JupyterLab, or using Data Transformation Language functions. Covers Gen1/Gen2 operators, subengines (Python, Node.js, C++), structured data operators, and repository objects. license: GPL-3.0 metadata: maintainer: "Eduard Jiglau" maintainer_email: "hello@sap-ai-skills.com" website: "https://sap-ai-skills.com" version: "2.4.1" last_verified: "2025-11-27" evidence_status: "stale_docs_only_pending_refresh"
This skill provides documentation-audited guidance for developing with SAP Data Intelligence Cloud, including pipeline creation, operator development, data integration, and machine learning scenarios. The `last_verified` date is intentionally stale until product lifecycle status and live graph/runtime behavior are checked against primary sources.
Use this skill when:
| Issue | First check | |-------|-------------| | Graph fails after operator change | Confirm all operators use the same generation and compatible subengine. | | ABAP/S4HANA connection fails | Verify Cloud Connector, destination, and credential configuration. | | Python or Node operator behaves differently in runtime | Check subengine version, package availability, and serialization boundaries. |
Graphs are networks of operators connected via typed input/output ports for data transfer.
**Two Generations:**
**Critical Rule**: Graphs cannot mix Gen1 and Gen2 operators - choose one generation per graph.
**Gen2 Advantages:**
Building blocks that process data within graphs. Each operator has:
**Operator Categories:** 1. Messaging (Kafka, MQTT, NATS) 2. Storage (Files, HDFS, S3, Azure, GCS) 3. Database (HANA, SAP BW, SQL) 4. Script (Python, JavaScript, R, Go) 5. Data Processing (Transform, Anonymize, Validate) 6. Machine Learning (TensorFlow, PyTorch, HANA ML) 7. Integration (OData, REST, SAP CPI) 8. Workflow (Pipeline, Data Workflow)
Subengines enable operators to run on different runtimes within the same graph.
**Supported Subengines:**
**Key Benefit**: Connected operators on the same subengine run in a single OS process for optimal performance.
**Trade-off**: Cross-engine communication requires serialization/deserialization overhead.
1. Open SAP Data Intelligence Modeler 2. Create new graph 3. Add operators from repository 4. Connect operator ports (matching types) 5. Configure operator parameters 6. Validate graph 7. Execute and monitor
1. Create replication flow in Modeler 2. Configure source connection (ABAP, HANA, etc.) 3. Configure target (HANA Cloud, S3, Kafka, etc.) 4. Add tasks with source objects 5. Define filters and mappings 6. Validate flow 7. Deploy to tenant repository 8. Run and monitor
**Delivery Guarantees:**
1. Open ML Scenario Manager from launchpad 2. Create new scenario 3. Add datasets (register data sources) 4. Create Jupyter notebooks for experiments 5. Build training pipelines 6. Track metrics with Metrics Explorer 7. Version scenario for reproducibility 8. Deploy model pipeline
For integrating ABAP-based SAP systems:
1. **Prerequisites**: Configure Cloud Connector for on-premise systems 2. **Connection Setup**: Create ABAP connection in Connection Management 3. **Metadata Access**: Use Metadata Explorer for object discovery 4. **Data Sources**: CDS Views, ODP (Operational Data Provisioning), Tables
**Reference**: See `references/abap-integration.md` for detailed setup.
Use structured data operators for SQL-like transformations:
40 SAP development plugins with evidence-tracked verification SAP development plugins for AI coding assistants, with public-source or package-registry verification tracked where available.
Repo: secondsky/sap-skills
Comprehensive SAP ABAP CDS (Core Data Services) reference for data modeling, view development, and semantic enrichment. Use when creating CDS views or view…
Comprehensive ABAP development skill for SAP systems. Use when writing ABAP code, working with internal tables, structures, ABAP SQL, object-oriented…
Guides development with SAP AI Core and SAP AI Launchpad for enterprise AI/ML workloads on SAP BTP. Use when: deploying generative AI models, building…
Evidence-based assessment of whether an SAP API/interface usage scenario aligns with the SAP API Policy (v.4.2026a). Use whenever someone asks whether a way of…
This skill provides comprehensive guidance for documenting SAP APIs following the SAP API Style Guide standards. It should be used when creating or reviewing…
Use when an agent must inspect or operate an authenticated SAP web UI through an in-app Browser, Microsoft Edge CDP, or an existing Playwright client,…