plugins/sap-hana-cloud-data-intelligence/skills/sap-hana-cloud-data-intelligence/SKILL.md
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.
npx skillsauth add secondsky/sap-skills sap-hana-cloud-data-intelligenceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides comprehensive guidance for developing with SAP Data Intelligence Cloud, including pipeline creation, operator development, data integration, and machine learning scenarios.
Use this skill when:
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:
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:
Reference: See references/abap-integration.md for detailed setup.
Use structured data operators for SQL-like transformations:
Reference: See references/structured-data-operators.md for configuration.
DTL provides SQL-like functions for data processing:
Function Categories:
Reference: See references/dtl-functions.md for complete reference.
| Error | Cause | Solution | |-------|-------|----------| | Port type mismatch | Incompatible data types | Use converter operator or matching types | | Gen1/Gen2 mixing | Combined operator generations | Use single generation per graph | | Resource exhaustion | Insufficient memory/CPU | Adjust resource requirements | | Connection failure | Network or credentials | Verify connection settings | | Validation errors | Invalid configuration | Review error messages, fix config |
Gen2 Graphs:
Gen1 Graphs:
For detailed information, see:
references/operators-reference.md - Complete operator catalog (266 operators)references/abap-integration.md - ABAP/S4HANA/BW integration with SAP Notesreferences/structured-data-operators.md - Structured data processingreferences/dtl-functions.md - Data Transformation Language (79 functions)references/ml-scenario-manager.md - ML Scenario Manager, SDK, artifactsreferences/subengines.md - Python, Node.js, C++ subengine developmentreferences/graphs-pipelines.md - Graph execution, snapshots, recoveryreferences/replication-flows.md - Replication flows, cloud storage, Kafkareferences/data-workflow.md - Data workflow operators, orchestrationreferences/security-cdc.md - Security, data protection, CDC methodsreferences/additional-features.md - Monitoring, cloud storage services, scenario templates, data types, Git terminalreferences/modeling-advanced.md - Graph snippets, SAP cloud apps, configuration types, 141 graph templatesStarter templates are available in templates/:
templates/basic-graph.json - Simple data processing graphtemplates/replication-flow.json - Data replication patterntemplates/ml-training-pipeline.json - ML training workflowPrimary Sources:
Section-Specific:
references/abap-integration.md - ABAP system integration guidereferences/ml-scenario-manager.md - Machine Learning scenario managerreferences/replication-flows.md - Data replication flow configurationreferences/operators-reference.md - Complete operators referencereferences/dtl-functions.md - Data Transformation Language functionsreferences/modeling-advanced.md - Advanced modeling techniquesreferences/structured-data-operators.md - Structured data operators guidetools
--- name: sapui5 description: "This skill should be used when developing SAP UI5 applications, including creating freestyle apps, Fiori Elements apps, custom controls, testing, data binding, OData integration, routing, and troubleshooting. Use when building enterprise web applications with SAP UI5 framework, implementing MVC patterns, configuring manifest.json, creating XML views, writing controllers, setting up data models (JSON, OData v2/v4), implementing responsive UI with sap.m controls, bui
development
Use this skill when working with the UI5 Linter (@ui5/linter) for static code analysis of SAPUI5/OpenUI5 applications and libraries. Covers setup, configuring linting rules, running the linter to detect deprecated APIs, global variable usage, CSP violations, and manifest issues. Supports autofix for deprecated API usage, global references, event handlers, and manifest properties. Includes CI/CD integration, pre-commit hooks, and UI5 2.x migration preparation.
tools
Manages SAPUI5/OpenUI5 projects using the UI5 Tooling CLI (@ui5/cli). Use when initializing UI5 projects, configuring ui5.yaml or ui5-workspace.yaml files, building UI5 applications or libraries, running development servers with HTTP/2 support, creating custom build tasks or server middleware, managing workspace/monorepo setups, troubleshooting UI5 CLI errors, migrating between UI5 CLI versions, or optimizing build performance. Supports both OpenUI5 and SAPUI5 frameworks with complete configuration and extensibility guidance.
development
This skill should be used when the user asks to "write a SQLScript procedure", "create HANA stored procedure", "implement AMDP method", "optimize SQLScript performance", "handle SQLScript exceptions", "debug HANA procedure", "create table function", or mentions SQLScript, SAP HANA procedures, AMDP, EXIT HANDLER, or code-to-data paradigm. Comprehensive SQLScript development guidance for SAP HANA database programming including syntax patterns, built-in functions, exception handling, performance optimization, cursor management, and ABAP Managed Database Procedure (AMDP) integration.