
Sap Btp Master Data Integration
- Updated May 19, 2026
- AndreaFusar/https-github.com-secondsky-sap-skills
sap-btp-master-data-integration is an agent skill that configures SAP Master Data Integration on BTP and connects enterprise apps for governed master data replication.
About
sap-btp-master-data-integration is an agent skill for SAP teams implementing Master Data Integration on SAP Business Technology Platform. It walks through tenant setup, linking operational and HR/procurement systems, configuring how master data flows between sources and consumers, and hardening auth between clients and the MDI service. developers are rare in this niche, but consultants and small integration shops shipping SAP-sidecar or BTP extensions use it when they must avoid ad-hoc replication scripts and align with SAP’s One Domain Model. Invoke it during build when MDI is in scope—before go-live replication fires—and again when debugging stuck or partial master data sync. The skill emphasizes REST/SOAP API usage, extensibility hooks, and operational clarity so agents do not guess at distribution semantics or tenant boundaries.
- Guides MDI tenant provisioning and application onboarding (S/4HANA, SuccessFactors, Ariba, Fieldglass, etc.)
- Covers One Domain Model, Business Data Orchestration, and distribution model design
- Documents SOAP APIs for business partners, extensibility, and replication troubleshooting
- Includes client authentication patterns (OAuth2, mTLS) and security configuration on BTP
- Spans Cloud Foundry and Kyma-style BTP integration contexts referenced in the skill
Sap Btp Master Data Integration by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add AndreaFusar/https-github.com-secondsky-sap-skills/plugin install sap-btp-master-data-integration@sap-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 19, 2026 |
|---|---|
| Repository | AndreaFusar/https-github.com-secondsky-sap-skills ↗ |
What it does
Stand up and wire SAP Master Data Integration on BTP so business partners and master data stay consistent across S/4HANA, SuccessFactors, Ariba, and other ODM-connected apps.
Who is it for?
SAP developers or integration consultants implementing MDI on BTP with multiple line-of-business systems in the landscape.
Skip if: Skip if you have no SAP BTP subscription or projects that only need one-off CSV imports without MDI.
When should I use this skill?
Setting up MDI tenants, connecting applications, configuring distribution models, SOAP APIs for business partners, extensibility, or troubleshooting master data replication on SAP BTP.
What you get
You get actionable MDI setup, integration, and troubleshooting steps aligned with ODM and BDO so replication and SOAP business-partner flows work end to end.
- MDI tenant and connection configuration guidance
- Distribution model and replication troubleshooting notes
- Auth and security configuration checklist for MDI clients
Files
Configures and integrates SAP Master Data Integration (MDI) service on SAP Business Technology Platform. Use when setting up MDI tenants, connecting applications (S/4HANA, SuccessFactors, Ariba, Fieldglass, etc.), configuring distribution models, SOAP APIs for business partners, extensibility, or troubleshooting master data replication. Covers One Domain Model integration, Business Data Orchestration, client authentication (OAuth2, mTLS), and security configurations.
sap-btp-master-data-integration
Source: ./plugins/sap-btp-master-data-integration
{ "name": "sap-btp-master-data-integration", "source": "./plugins/sap-btp-master-data-integration", "license": "GPL-3.0", "version": "2.2.0", "category": "btp", "keywords": [ "api", "authentication", "btp", "cloud foundry", "cloud platform", "data", "hana", "integration", "kyma", "master", "oauth", "sap", "sap-btp-master-data-integration" ], "description": "Configures and integrates SAP Master Data Integration (MDI) service on SAP Business Technology Platform. Use when setting up MDI tenants, connecting applications (S/4HANA, SuccessFactors, Ariba, Fieldglass, etc.), configuring distribution models, SOAP APIs for business partners, extensibility, or troubleshooting master data replication. Covers One Domain Model integration, Business Data Orchestration, client authentication (OAuth2, mTLS), and security configurations." }
Related skills
How it compares
SAP-focused integration playbook for MDI—not a generic ETL skill or an MCP server wrapper.
FAQ
Who is sap-btp-master-data-integration for?
It is for developers and integration specialists working on SAP BTP who must configure Master Data Integration, connect SAP and satellite apps, and fix replication issues.
When should I use sap-btp-master-data-integration?
Use it in Build when onboarding MDI tenants and distribution models, when connecting S/4HANA or cloud apps to MDI, and in Operate when troubleshooting master data replication failures.
Is sap-btp-master-data-integration safe to install?
Review the Security Audits panel on this Prism page and treat OAuth, mTLS, and tenant credentials as sensitive; the skill may guide network and API access patterns you should scope in your environment.