- [Quick Reference](#quick-reference)
/plugin marketplace add secondsky/sap-skills/plugin install sap-btp-integration-suite@sap-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
README.mdreferences/adapters.mdreferences/api-management.mdreferences/cloud-integration.mdreferences/content-transport.mdreferences/data-space-integration.mdreferences/edge-integration-cell.mdreferences/event-mesh.mdreferences/graph-odata.mdreferences/integration-advisor-tpm.mdreferences/migration-assessment.mdreferences/operations-monitoring.mdreferences/scripting.mdreferences/security.mdreferences/troubleshooting.mdtemplates/api-policy-template.xmltemplates/groovy-script-template.groovy| Capability | Purpose | Key Artifact |
|---|---|---|
| Cloud Integration | A2A/B2B/B2G integration | Integration Flow (iFlow) |
| API Management | API lifecycle & governance | API Proxy |
| Event Mesh | Event-driven architecture | Topics & Queues |
| Edge Integration Cell | Hybrid deployment | Kubernetes runtime |
| Integration Advisor | B2B mapping automation | MIG/MAG |
| Trading Partner Management | Partner onboarding | Agreements |
| Graph | Unified data API | Business Data Graph |
| Integration Assessment | Technology selection | ISA-M |
| Migration Assessment | PO migration planning | Extraction & Analysis |
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:
Complete API lifecycle management with security, traffic control, and developer engagement.
Core Components:
Publish and consume business events across your enterprise ecosystem for event-driven architectures.
Hybrid runtime for processing data within private landscapes while designing in the cloud. Deploy on Kubernetes (EKS, AKS, GKE, OpenShift, RKE2).
AI-powered B2B content development supporting UN/EDIFACT, SAP IDoc, ASC X12. Creates Message Implementation Guidelines (MIGs) and Mapping Guidelines (MAGs).
Streamline B2B relationships with partner profiles, agreement templates, and automated runtime artifact generation. Supports AS2, SFTP, FTP protocols.
Sender → [Adapter] → Integration Process → [Adapter] → Receiver
↓
┌────────────┴────────────┐
│ Message Processing │
│ - Content Modifier │
│ - Router/Filter │
│ - Mapping │
│ - Splitter/Aggregator │
│ - Script │
│ - External Call │
└─────────────────────────┘
| Category | Steps |
|---|---|
| Routing | Router, Filter, Multicast, Recipient List |
| Transformation | Content Modifier, Mapping, Converter, Script |
| Splitting | General Splitter, Iterating Splitter, EDI Splitter |
| Persistence | Data Store, Write Variable, JMS Send |
| External | Request Reply, Send, Poll Enrich, Content Enricher |
| Security | Encryptor, Decryptor, Signer, Verifier |
| Error Handling | Exception Subprocess, Escalation Event |
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
Prefer standard steps over scripts. When scripting is necessary:
// 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:
XmlSlurper.parse(Object) instead of parseText(String) for large payloadsStringBuilder for string concatenationTimeZone.setDefault() (VM-wide impact)Client → Proxy Endpoint → [Policies] → Target Endpoint → Backend
↓ ↓
PreFlow PreFlow
Conditional Flows Conditional Flows
PostFlow PostFlow
↓ ↓
Fault Rules Fault Rules
| Category | Policies |
|---|---|
| Security | OAuth 2.0, Verify API Key, Basic Auth, SAML, Access Control |
| Traffic | Quota, Spike Arrest, Concurrent Rate Limit, Response Cache |
| Mediation | Assign Message, Extract Variables, JSON/XML Transform, XSL Transform |
| Extension | JavaScript, Python Script, Service Callout |
| Threat Protection | JSON/XML Threat Protection, Regular Expression Protection |
| Logging | Message Logging, Statistics Collector |
<PolicyName enabled="true" continueOnError="false" async="false">
<!-- Policy configuration -->
</PolicyName>
Use when duplicates must be prevented:
Sender → [ID Mapping] → Check Duplicate → Process → [ID Mapping Complete]
↓ (duplicate)
Return Cached Response
| Issue | Resolution |
|---|---|
| Adapter connection failed | Check credentials, firewall, Cloud Connector |
| Message mapping error | Validate source/target structures, check XPath |
| Timeout | Increase adapter timeout, optimize mapping |
| Memory issues | Stream large payloads, reduce logging |
| Duplicate messages | Implement idempotent processing |
| Keystore sync failed | Verify certificate validity, check permissions |
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
| Resource | Limit |
|---|---|
| Integration flows per tenant | Varies by plan |
| JMS queues | 30 per tenant (standard) |
| Data stores | 100MB total storage |
| Message processing log retention | 30 days |
| Attachment size | 40MB |
| API proxies (APIM) | Based on service plan |
| Business data graphs | 500/account, 50/subaccount |
Detailed guides available in references/ directory:
Core Development:
cloud-integration.md - iFlow development, steps, patterns, best practicesadapters.md - All 80+ adapter configurations (HTTP, SFTP, OData, RFC, etc.)scripting.md - Groovy/JavaScript patterns, APIs, and templatesapi-management.md - API proxy development, 34 policies, Developer Hubsecurity.md - Authentication, keystores, certificates, credentialsCapabilities:
edge-integration-cell.md - Hybrid Kubernetes deployment guideevent-mesh.md - Topics, queues, brokers, webhooks, EDA patternsintegration-advisor-tpm.md - B2B integration, MIGs, MAGs, partner managementgraph-odata.md - Business Data Graph, OData provisioningdata-space-integration.md - Catena-X, EDC, sovereign data exchangemigration-assessment.md - PO migration, ISA-M, technology mappingOperations:
operations-monitoring.md - Message monitoring, stores, connectivity testscontent-transport.md - TMS, CTS+, MTAR, manual export/importtroubleshooting.md - Error resolution, diagnostics, HTTP error catalogReady-to-use templates in templates/ directory:
groovy-script-template.groovy - Common script patternsapi-policy-template.xml - Policy configuration templatewhat-s-new-for-sap-integration-suite-79cd682.md in documentationpatch-release-notes-for-sap-integration-suite-58595b5.mdThis skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.