Sap Btp Master Data Integration logo

Sap Btp Master Data Integration

Community
secondsky
sap-btp-master-data-integration

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.

Overview

Publishersecondsky
Repositorysap-skills
Skill namesap-btp-master-data-integration
Stars
445
Forks
117
Bundled files
10
LicenseGPL-3.0
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 10 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by secondsky on GitHub. Read the source before you install it.

Installation

Install the Sap Btp Master Data Integration AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/secondsky/sap-skills.git /tmp/sap-skills
mkdir -p .claude/skills
cp -r /tmp/sap-skills/plugins/sap-btp-master-data-integration/skills/sap-btp-master-data-integration .claude/skills/sap-btp-master-data-integration
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Sap Btp Master Data Integration in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Sap Btp Master Data Integration on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Sap Btp Master Data Integration is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

SAP BTP Master Data Integration

Related Skills

  • sap-btp-cloud-platform: Use for subaccount, entitlement, and service instance setup
  • sap-btp-connectivity: Use for destination and authentication configuration around connected systems
  • sap-btp-integration-suite: Use for MDI Adapter and broader integration orchestration scenarios
  • sap-api-style: Use when documenting MDI SOAP/API contracts and integration behavior

When to Use This Skill

Use this skill when setting up MDI tenants, connecting SAP applications, configuring distribution models, choosing MDI service plans, integrating business partner SOAP APIs, handling One Domain Model versions, or troubleshooting master data replication.

Table of Contents

SAP Master Data Integration (MDI) is a central master data hub on SAP BTP that enables applications to synchronize local master data databases with a centralized repository.

Quick Reference

What MDI Does

  • Replicates master data between connected applications
  • Supports 34 master data types via SAP One Domain Model
  • Provides filtering to control data distribution scope
  • Enables extensibility with custom fields

What MDI Does NOT Do

  • Consolidation (use SAP Master Data Governance)
  • Data quality control
  • Central governance workflows
  • Referential integrity validation

Core Concepts

Key Terms

TermDefinition
TenantIsolated MDI environment per subaccount with own database and configs
ClientApplication that integrates with MDI (producing or consuming)
Producing ClientSends change requests to MDI (upstream/writing client)
Consuming ClientReceives change events from MDI (downstream/reading client)
Distribution ModelConfiguration controlling which data replicates where
Change TokenUnique identifier per change request (max 36 chars)

Integration Models (SAP One Domain Model)

Business Partner - v2.1.1, v3.3.0 (multiversion support restricted for address data) Finance - Cost Center v3.1.0, Exchange Rate v4.0.0, Bank v3.0.0 Workforce - Person v5.0.0, Job Classification v4.0.0, Organizational Unit v4.0.0 Procurement - Purchasing Organization v4.0.0, Purchasing Group v6.0.0 Assets - Equipment v5.1.0, Functional Location v5.0.0 Products - Product v5.0.0, Product Group v5.0.0

For complete list see references/integration-models.md

Decision Trees

Which Service Plan?

Is application SAP-branded cloud?
├─ Yes → sap-integration plan (FREE)
└─ No → Is it SAP S/4HANA On-Premise?
         ├─ Yes → s4hana-onpremise plan (PAID - storage + bandwidth)
         └─ No → Use SAP Integration Suite with MDI Adapter

Which Authentication Method?

Mutual-TLS with X.509 certificates available?
├─ Yes → Use mTLS (RECOMMENDED)
│        credential-type: x509
│        Configure validity: DAYS/MONTHS/YEARS
└─ No → Use Client Credentials Grant (DEFAULT)
         Uses client_id/client_secret pairs

REST vs SOAP API?

Master data type is Business Partner?
├─ Yes → SOAP API available for:
│        - Business Partner replication
│        - BP Relationship replication
│        - Key Mapping replication
│        - Confirmations
└─ No → REST API (Events API, Requests API, KeyMapping API)

Setup Workflow

1. Prerequisites

  • SAP BTP global enterprise account (no trial/free tier)
  • Subaccount in supported region: EU10, US10, AP10, AP11
  • Cloud Foundry space within subaccount
  • User with BusinessConfigurationAdmin role

2. Create Tenant

1. Create subaccount in available region
2. Subscribe to SAP Master Data Integration Tenant application
3. One tenant maximum per subaccount
4. Separate tenants for dev/test/prod recommended

3. Connect Application

1. Create service instance (one per application - MANDATORY)
2. Choose service plan (sap-integration or s4hana-onpremise)
3. Set 'application' attribute (e.g., "s4" for S/4HANA Cloud)
4. Create service binding for credentials
5. Configure writePermissions for entity types

4. Configure Distribution Model

1. Access Business Data Orchestration UI
2. Create distribution model (provider → consumer)
3. Set filters (object selection + data scope)
4. Activate model

System Limitations

LimitValue
Change Request Size256 KB (512 KB for Business Partner)
Master Data Record Size512 KB
Change Token Length36 characters max
Delta Token Validity28 days
SOAP Payload Size10 MB
Change Token Charactersa-z, A-Z, 0-9, -, _

Client Configuration Attributes

businessSystemId

  • Required for SOAP API integration
  • Max 60 characters, unique per tenant
  • Must match SenderBusinessSystemID in SOAP messages

writePermissions

json
"writePermissions": [
  { "entityType": "sap.odm.finance.costobject.CostCenter" },
  { "entityType": "sap.odm.businesspartner.BusinessPartner" }
]

globalTenantId

  • Identifies last significant writer on Events API
  • 1-40 characters: alphanumeric, -, ., _, ~
  • Configure only if application documentation requires it

logSys

  • Logical system of last significant writer
  • Max 10 characters
  • Configure only if application documentation requires it

SOAP Endpoints

Base URL: https://one-mds.cfapps.{region}.hana.ondemand.com/businesspartner/v0/soap/

PurposeEndpoint
BP InboundBusinessPartnerBulkReplicateRequestIn
BP ConfirmationBusinessPartnerBulkReplicateRequestConfIn
BP Relationship InboundBusinessPartnerRelationshipBulkReplicateRequestIn
BP Relationship ConfirmationBusinessPartnerRelationshipBulkReplicateRequestConfirmIn
Key Mapping InboundKeyMappingBulkReplicateRequestIn
Key Mapping ConfirmationKeyMappingBulkReplicateRequestConfirmIn

Authentication: Basic (clientid:clientsecret with tenantId param) or OAuth

Destination Naming Convention (SOAP)

For business system ID SYSTEMID:

  • SYSTEMID_BPOUTBOUND - Business Partner replication
  • SYSTEMID_BPCONFIRM - Business Partner confirmation
  • SYSTEMID_BPRELOUTBOUND - Relationship replication
  • SYSTEMID_BPRELCONFIRM - Relationship confirmation
  • SYSTEMID_KMOUTBOUND - Key Mapping replication
  • SYSTEMID_KEYMAPCONFIRM - Key Mapping confirmation

Common Integration Scenarios

SAP S/4HANA Cloud

  • 20 supported objects including Business Partner, Cost Center, Product
  • Communication Arrangement: SAP_COM_0659 (MDI), SAP_COM_0594 (BDO)
  • Single system cannot connect to multiple MDI tenants

SAP S/4HANA On-Premise

  • 14 supported objects
  • Uses drfimg transaction for configuration
  • Outbound implementation: 986_3 for BP/REL via Services
  • Requires SAP Note 3065614

SAP SuccessFactors

  • Employee Central: Bank, Company Code, Cost Center, Workforce
  • Employee Central Payroll: Cost Center, Public Sector Management

SAP Ariba

  • 9 categories: Business Partner-Supplier, Company Code, Cost Center, etc.

For detailed integration guides see references/integration-guides.md

Security Best Practices

  1. Always use HTTPS - All MDI and XSUAA communications
  2. Validate certificates - Never disable certificate validation
  3. Rotate compromised credentials - Delete service key, create new one
  4. Minimal permissions - Grant only necessary writePermissions
  5. Separate subaccounts - Isolate MDI from unrelated BTP services

Troubleshooting

Delta Token Expired (28 days)

Clients must perform initial load if unable to sync within 28 days.

Change Request Rejected (Size)

Reduce payload size below 256 KB (512 KB for Business Partner).

Missing Mandatory Partner Function

Configure partner determination logic in MDI for C4C → S/4HANA scenarios. Template available in SAP Note 2987243.

Platform Status

Check SAP Trust Center: https://www.sap.com/about/cloud-trust-center/

Support Component

BC-CP-CF-ONEMDS

Bundled Resources

Core Documentation

  1. references/setup-guide-complete.md (12.2K lines) - Complete setup guide with prerequisites, tenant management, client configuration, and version history
  2. references/glossary-and-pricing.md (7.3K lines) - Comprehensive glossary, pricing tiers, qualifying applications, and maintenance windows
  3. references/features-complete.md (11.6K lines) - All MDI features including REST/SOAP events, Local ID APIs, and data privacy

Integration Resources

  1. references/integration-models.md (3.4K lines) - Complete ODM types and versions for all supported master data
  2. references/integration-guides.md (6.8K lines) - System-specific setup guides for S/4HANA, SuccessFactors, Ariba, and more
  3. references/soap-api-reference.md (17.7K lines) - Complete SOAP web services reference with field mappings

Advanced Topics

  1. references/security-and-privacy.md (7.7K lines) - Security guidelines, data protection, and filtering configurations
  2. references/extensibility.md (4.5K lines) - Custom extensions, field definitions, and WSDL generation
  3. references/monitoring.md (7.3K lines) - Business Data Orchestration monitoring and troubleshooting

Documentation Sources

Primary Documentation: https://help.sap.com/docs/master-data-integration GitHub Source: https://github.com/SAP-docs/sap-btp-master-data-integration API Catalog: https://api.sap.com (filter: SAP Master Data Integration) SAP Discovery Center: https://discovery-center.cloud.sap/serviceCatalog/master-data-integration

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Sap Btp Master Data Integration AI skill do?

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.

Why use Sap Btp Master Data Integration on TypingMind?

Because you install it once and use it with any model. Sap Btp Master Data Integration is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Sap Btp Master Data Integration in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/secondsky/sap-skills/tree/main/plugins/sap-btp-master-data-integration/skills/sap-btp-master-data-integration. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Sap Btp Master Data Integration?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Sap Btp Master Data Integration?

As many as you like. As long as a model supports skills, you can use Sap Btp Master Data Integration with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Sap Btp Master Data Integration AI skill free?

Yes. It is published on GitHub by secondsky under the GPL-3.0 license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇