Sap Btp Integration Suite logo

Sap Btp Integration Suite

Community
secondsky
sap-btp-integration-suite

Enterprise integration solutions using SAP Integration Suite on BTP. Covers Cloud Integration (iFlows), API Management, Event Mesh, Edge Integration Cell, Integration Advisor, Trading Partner Management, and Migration Assessment. Use for building integration flows, managing API proxies, event-driven architectures, B2B/EDI integrations, hybrid deployments, adapter configuration, Groovy/JavaScript message processing, and troubleshooting.

Overview

Publishersecondsky
Repositorysap-skills
Skill namesap-btp-integration-suite
Stars
445
Forks
117
Bundled files
23
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.

  • 23 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 Integration Suite 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-integration-suite/skills/sap-btp-integration-suite .claude/skills/sap-btp-integration-suite
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Sap Btp Integration Suite 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 Integration Suite 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 Integration Suite 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 Integration Suite Development

Related Skills

  • sap-btp-cloud-platform: Use for BTP subaccount, subscription, entitlement, and role setup
  • sap-btp-connectivity: Use for destinations, Cloud Connector, and hybrid connectivity dependencies
  • sap-api-style: Use for API proxy documentation, OpenAPI quality, and API lifecycle standards
  • sap-btp-cloud-transport-management: Use for transporting integration artifacts across landscapes

When to Use This Skill

Use this skill when building or troubleshooting Cloud Integration iFlows, API Management proxies, Event Mesh topics/queues, Edge Integration Cell deployments, Integration Advisor mappings, Trading Partner Management flows, or migration assessment from Process Orchestration.

Table of Contents

Quick Reference

CapabilityPurposeKey Artifact
Cloud IntegrationA2A/B2B/B2G integrationIntegration Flow (iFlow)
API ManagementAPI lifecycle & governanceAPI Proxy
Event MeshEvent-driven architectureTopics & Queues
Edge Integration CellHybrid deploymentKubernetes runtime
Integration AdvisorB2B mapping automationMIG/MAG
Trading Partner ManagementPartner onboardingAgreements
GraphUnified data APIBusiness Data Graph
Integration AssessmentTechnology selectionISA-M
Migration AssessmentPO migration planningExtraction & Analysis

Capability Overview

Cloud Integration

Build and run integration flows across cloud, on-premise, and hybrid landscapes for A2A, B2B, and B2G scenarios. Supports 80+ adapters and real-time message processing.

Core Components:

  • Integration Flows (iFlows) - Visual message processing pipelines
  • Adapters - Protocol/application connectors (SFTP, HTTP, OData, RFC, AMQP, Kafka, etc.)
  • Message Mapping - Graphical/XSLT/Groovy transformations
  • Data Stores & Variables - Persistence for stateful processing
  • Security Material - Keystores, credentials, PGP keys

API Management

Complete API lifecycle management with security, traffic control, and developer engagement.

Core Components:

  • API Proxies - Facade layer for backend services
  • Policies (34 types) - Security, traffic, mediation rules
  • Developer Hub - API portal for developers
  • Products - API bundles with access control
  • Analytics - Usage metrics and insights

Event Mesh

Publish and consume business events across your enterprise ecosystem for event-driven architectures.

Edge Integration Cell

Hybrid runtime for processing data within private landscapes while designing in the cloud. Deploy on Kubernetes (EKS, AKS, GKE, OpenShift, RKE2).

Integration Advisor

AI-powered B2B content development supporting UN/EDIFACT, SAP IDoc, ASC X12. Creates Message Implementation Guidelines (MIGs) and Mapping Guidelines (MAGs).

Trading Partner Management

Streamline B2B relationships with partner profiles, agreement templates, and automated runtime artifact generation. Supports AS2, SFTP, FTP protocols.


Cloud Integration Development

Importable iFlow Generation

When a user asks to generate an iFlow package, ZIP, importable archive, .iflw, or complete Cloud Integration artifact, use references/iflow-package-authoring.md before writing files. Do not invent a flat XML-only package.

For HTTPS-to-SFTP scenarios, start from templates/https-to-sftp-iflow-package/ and preserve its directory layout:

.project
META-INF/MANIFEST.MF
metainfo.prop
src/main/resources/parameters.prop
src/main/resources/parameters.propdef
src/main/resources/scenarioflows/integrationflow/HTTPS_to_SFTP_Template.iflw

Customize only the externalized placeholders unless the user asks for a different design:

  • {{HTTPS_ENDPOINT_PATH}}
  • {{SFTP_HOST}}
  • {{SFTP_PORT}}
  • {{SFTP_DIRECTORY}}
  • {{SFTP_FILENAME}}
  • {{SFTP_CREDENTIAL_ALIAS}}

Keep credentials, tenant URLs, private hostnames, certificates, and deployed runtime state out of generated artifacts. If no SAP Cloud Integration tenant is available for import testing, say that local package structure and XML validation passed but tenant import remains pending.

Integration Flow Structure

Sender → [Adapter] → Integration Process → [Adapter] → Receiver
              ┌────────────┴────────────┐
              │  Message Processing     │
              │  - Content Modifier     │
              │  - Router/Filter        │
              │  - Mapping              │
              │  - Splitter/Aggregator  │
              │  - Script               │
              │  - External Call        │
              └─────────────────────────┘

Common Flow Steps

CategorySteps
RoutingRouter, Filter, Multicast, Recipient List
TransformationContent Modifier, Mapping, Converter, Script
SplittingGeneral Splitter, Iterating Splitter, EDI Splitter
PersistenceData Store, Write Variable, JMS Send
ExternalRequest Reply, Send, Poll Enrich, Content Enricher
SecurityEncryptor, Decryptor, Signer, Verifier
Error HandlingException Subprocess, Escalation Event

Adapter Categories

Protocol Adapters: HTTP, HTTPS, SFTP, FTP, AMQP, JMS, Kafka, AS2, AS4, SOAP, OData Application Adapters: SuccessFactors, Ariba, Salesforce, ServiceNow, Workday Database Adapters: JDBC (Oracle, SQL Server, PostgreSQL, HANA, DB2) Cloud Adapters: AWS (S3, SQS, SNS), Azure (Service Bus, Storage), Google Cloud

Scripting Guidelines

Prefer standard steps over scripts. When scripting is necessary:

groovy
// Access message body
def body = message.getBody(String.class)

// Access headers
def header = message.getHeader("HeaderName", String.class)

// Access properties
def prop = message.getProperty("PropertyName")

// Modify body
message.setBody(newBody)

// Add header
message.setHeader("NewHeader", "value")

// Logging (use SLF4J)
def log = org.slf4j.LoggerFactory.getLogger("script")
log.info("Processing message")

Best Practices:

  • Use XmlSlurper.parse(Object) instead of parseText(String) for large payloads
  • Use StringBuilder for string concatenation
  • Never use TimeZone.setDefault() (VM-wide impact)
  • Never write credentials to headers (tracing exposes them)

API Management Development

API Proxy Structure

Client → Proxy Endpoint → [Policies] → Target Endpoint → Backend
              ↓                              ↓
         PreFlow                        PreFlow
         Conditional Flows              Conditional Flows
         PostFlow                       PostFlow
              ↓                              ↓
         Fault Rules                    Fault Rules

Policy Categories

CategoryPolicies
SecurityOAuth 2.0, Verify API Key, Basic Auth, SAML, Access Control
TrafficQuota, Spike Arrest, Concurrent Rate Limit, Response Cache
MediationAssign Message, Extract Variables, JSON/XML Transform, XSL Transform
ExtensionJavaScript, Python Script, Service Callout
Threat ProtectionJSON/XML Threat Protection, Regular Expression Protection
LoggingMessage Logging, Statistics Collector

Common Policy Attributes

xml
<PolicyName enabled="true" continueOnError="false" async="false">
  <!-- Policy configuration -->
</PolicyName>

Message Quality of Service

Exactly-Once Processing

Use when duplicates must be prevented:

  1. JMS Queues - Transactional message storage
  2. Idempotent Process Call - Duplicate detection via ID mapping
  3. Data Store - Persistent message tracking

Idempotent Pattern

Sender → [ID Mapping] → Check Duplicate → Process → [ID Mapping Complete]
                              ↓ (duplicate)
                         Return Cached Response

Edge Integration Cell

Deployment Requirements

  • Kubernetes cluster (EKS, AKS, GKE, OpenShift, RKE2)
  • Minimum: 4 worker nodes, 4 vCPU, 16GB RAM each
  • Storage: 100GB+ persistent volume
  • Network: Ingress controller, DNS configuration

Workflow

  1. Activate Edge Integration Cell in Integration Suite
  2. Prepare Kubernetes cluster (platform-specific)
  3. Deploy Edge Lifecycle Management Bridge
  4. Deploy Edge Integration Cell solution
  5. Configure keystore synchronization
  6. Deploy integration content

Troubleshooting

Common Issues

IssueResolution
Adapter connection failedCheck credentials, firewall, Cloud Connector
Message mapping errorValidate source/target structures, check XPath
TimeoutIncrease adapter timeout, optimize mapping
Memory issuesStream large payloads, reduce logging
Duplicate messagesImplement idempotent processing
Keystore sync failedVerify certificate validity, check permissions

Monitoring Hierarchy

Integration Suite → Monitor → Integrations and APIs
    ├── Message Processing → All Integration Flows
    ├── Manage Integration Content → Deployed Artifacts
    ├── Manage Security → Keystores, Credentials
    └── Manage Stores → Data Stores, Variables, Queues

Limits Reference

ResourceLimit
Integration flows per tenantVaries by plan
JMS queues30 per tenant (standard)
Data stores100MB total storage
Message processing log retention30 days
Attachment size40MB
API proxies (APIM)Based on service plan
Business data graphs500/account, 50/subaccount

Bundled Resources

Reference Documentation

Detailed guides available in references/ directory:

Core Development:

  • cloud-integration.md - iFlow development, steps, patterns, best practices
  • iflow-package-authoring.md - Importable iFlow package structure and HTTPS-to-SFTP generation rules
  • adapters.md - All 80+ adapter configurations (HTTP, SFTP, OData, RFC, etc.)
  • scripting.md - Groovy/JavaScript patterns, APIs, and templates
  • api-management.md - API proxy development, 34 policies, Developer Hub
  • security.md - Authentication, keystores, certificates, credentials

Capabilities:

  • edge-integration-cell.md - Hybrid Kubernetes deployment guide
  • event-mesh.md - Topics, queues, brokers, webhooks, EDA patterns
  • integration-advisor-tpm.md - B2B integration, MIGs, MAGs, partner management
  • graph-odata.md - Business Data Graph, OData provisioning
  • data-space-integration.md - Catena-X, EDC, sovereign data exchange
  • migration-assessment.md - PO migration, ISA-M, technology mapping

Operations:

  • operations-monitoring.md - Message monitoring, stores, connectivity tests
  • content-transport.md - TMS, CTS+, MTAR, manual export/import
  • troubleshooting.md - Error resolution, diagnostics, HTTP error catalog

Templates

Ready-to-use templates in templates/ directory:

  • https-to-sftp-iflow-package/ - Reviewable unzipped importable iFlow template for HTTPS sender to SFTP receiver scenarios
  • groovy-script-template.groovy - Common script patterns
  • api-policy-template.xml - Policy configuration template

Documentation Links

Official Sources

Capability-Specific

Release Notes

  • What's New: Check what-s-new-for-sap-integration-suite-79cd682.md in documentation
  • Patch Releases: Check patch-release-notes-for-sap-integration-suite-58595b5.md

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 Integration Suite AI skill do?

Enterprise integration solutions using SAP Integration Suite on BTP. Covers Cloud Integration (iFlows), API Management, Event Mesh, Edge Integration Cell, Integration Advisor, Trading Partner Management, and Migration Assessment. Use for building integration flows, managing API proxies, event-driven architectures, B2B/EDI integrations, hybrid deployments, adapter configuration, Groovy/JavaScript message processing, and troubleshooting.

Why use Sap Btp Integration Suite on TypingMind?

Because you install it once and use it with any model. Sap Btp Integration Suite 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 Integration Suite in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/secondsky/sap-skills/tree/main/plugins/sap-btp-integration-suite/skills/sap-btp-integration-suite. 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 Integration Suite?

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 Integration Suite?

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

Is the Sap Btp Integration Suite 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 👇