Get ready for SAP TechEd 2026 with learning opportunities to strengthen your integration skills. Explore how to integrate agents, applications, and data across your enterprise while building your SAP Integration Suite expertise. Develop your skills w...
The future runs on events - and so do your AI agents.As enterprises move toward real-time, agentic automation, the way systems communicate becomes just as important as what they do. Event-driven architecture (EDA) is quickly becoming the backbone of ...
Introduction/ScenarioThis post explains how to configure an MCP server through SAP Integration Suite to securely communicate with S/4HANA APIs using OAuth2 SAML Bearer Assertion. This approach ensures that API access is governed through individual us...
I am excited to announce a small but very helpful new feature: if you have a sample payload available when creating a new Message Implementation Guideline (MIG), our application will suggest suitable options for type system, message type, version, an...
Check out how to react on Database Changes for SubEntities of e.g. BusinessPartner by sending Custom RAP Events triggered by Custom BOR Events.
Before moving an iFlow from one SAP Cloud Integration tenant to another, how do you know what will change? See how immutable Git snapshots and BPMN Visual Diff make artifact differences traceable and easier to review.
I built an MCP server in SAP Integration Suite and connected it to both Claude and Joule — here's my end-to-end journey, including the setup steps, business use cases, and the challenges I ran into along the way.
Introduction/ScenarioRecently came across a blog post on Principal Authentication from BTP Webapp to S/4HANA (private cloud/on premise) via SAP Integration Suite(CI). Decided to try a similar use case, but with S/4HANA Public Cloud as the target syst...
Hey everyone, welcome back. In Part 1, I talked about the massive headaches my team ran into when we moved to SAP Integration Suite. I'm talking about those impossible-to-read, noisy Git commits, and having to manually fix environment variables and c...
Imagine this: It’s Tuesday, 9:00 AM. The Compliance Manager Michael sets a delivery block on a major Business Partner in SAP S/4HANA due to missing export control documents. Two days later, a million € shipment is ready to leave the warehouse, but th...
Many organizations run shift planning in a dedicated scheduling tool, but still need that data to land cleanly in SuccessFactors for timesheets, payroll, and absence management. This latest IDP, written with Veritas Prime & SAP, walks through an inte...
Cloud Integration Delivery Orchestrator is open source and deployable on SAP BTP. Set up a governed workflow for multi-tenant SAP Cloud Integration delivery, review IFlow changes visually, and validate tenant readiness before the first release.
How MCP Gateway, API Management, Cloud Integration, and S/4HANA fit together—and why MCP does not replace CPI
Building a Conversational Monitoring Assistant for SAP Integration SuiteIntegration Cell + API Management + MCP + Google AntigravityWhat this blog demonstrates How to expose SAP Cloud Integration monitoring OData APIs through API Management, publish...
In this blog post, I would like to share a great new feature that we have recently delivered for Integration Advisor. In Message Implementation Guidelines (MIGs) for UN/EDIFACT, you can now simply declare that the order of repeating composite data el...
From Email to Intelligent PO Review on SAP BTPGmail -> SAP Integration Suite -> SAP Document AI -> SAP AI Core / GPT-5-mini -> SAP Integration Suite (Extension = Flask -> SAP HANA Cloud -> Review Dashboard[not part of this blog]) ...
Are you building, managing, or modernizing integration landscapes? Whether you’re navigating legacy migrations, exploring AI-powered automation, or scaling B2B partner networks: we have a webinar series built specifically for you!Starting September 2...
Migration Assessment introduces new analytical capabilities including migration readiness trends per interface, tool coverage classification, rule impact analysis, and effort concentration insights across the dashboard, Excel report, and PDF report.
Join this SAP Integration Suite webinar series to explore how modern integration enables agentic AI, secure APIs, event-driven architectures, B2B collaboration, and modernization from SAP Process Integration and SAP Process Orchestration. Register fo...
This post walks through a local development workflow for SAP Cloud Integration (CPI) Groovy scripts that mirrors the CPI runtime's exact Java and Groovy versions, using OpenCode as an AI coding agent inside VS Code. It covers identifying your tenant'...
IntroductionThe way enterprises integrate is changing fast: cloud-native platforms have replaced legacy middleware, event-driven architectures now power real-time business, and a new generation of AI agents needs governed access to your systems. Keep...
Bring PI/PO CTS automation to the cloud! Here is a simple, modular guide to managing SAP Integration Suite version control, automated parameter injection, and instant package rollbacks using self-contained GitHub Actions.
Although SAP API Management provides monitoring and integration options with observability platforms, many SAP teams still need a simple way to persist API errors directly inside SAP S/4HANA. In this article, I demonstrate how to build a centralized ...
This blog introduces the new Landscape and Cost Estimation capabilities in Migration Assessment. With extended message throughput analysis over multiple periods and calculated SAP Integration Suite message metrics, you now have the data foundation to...
When migrating SAP Process Orchestration scenarios with XI sender and receiver adapters to SAP Integration Suite, Cloud Integration using the Pipeline approach, the migration tool creates most required artifacts automatically. However, some manual ad...
In continuation of our previous blog, we are excited again to share the latest updates and continue delivering valuable insights to our community.In this edition of our blog series, we highlight the newest content packages (particularly Integrations)...
IntroductionI would like to explore how to access and consume Security Content information from SAP Cloud Integration (CI) using the CI Security Content OData API.In Part 1, I'll configure the required API access, generate OAuth credentials, and test...
As PI/PO approaches the end of mainstream maintenance in 2027, most of us are movingintegration onto SAP Integration Suite / Cloud Integration. In the process, a lot ofcustom logic ends up in Groovy script steps. And a Groovy script step is not a map...
IntroductionManaging certificates is a responsibility for SAP Integration support team. Certificates stored in the Keystore are used to establish secure communication with external systems. If a certificate expires without notice, it can cause integr...
Problem StatementTypically, an SAP Integration Suite iFlow uses a single scheduler for regular execution. When an ad hoc run is required, the scheduler is temporarily changed to Run Once and later reverted to its original schedule.This manual approac...
Managing configuration parameters in SAP Cloud Integration often involves entering values like Yes or No, which can be less intuitive and more prone to errors. In this blog, you'll learn how to replace those text-based inputs with checkboxes in confi...
Migrating Interfaces with Dynamic Configuration (ASMA) from SAP Process Orchestration to SAP Integration Suite This article explains how to migrate integration interfaces that rely on Dynamic Configuration (Adapter-Specific Message Attributes, ASMA) ...
CPI does not follow redirects. Read the Location header and call it again. But if that URL is a pre-signed URL (AWS S3/CloudFront, Azure SAS, ...), the HTTP adapter re-encodes it and you get a 403. The safe fix is to make that second call from a Groo...
In some error cases, an automatic retry doesn’t help, it just adds load on the tenant runtime without fixing anything. For those cases, you can skip the standard retry handling and send the failed messages directly to the Dead Letter Queue (DLQ). Tha...
This blog post describes a new feature that allows you to pass the XI message ID from end-to-end.
This blog post provides you a short overview of the features of the Pipeline for Cloud Integration package that we shipped in July 2026.
Model Context Protocol (MCP) is rapidly becoming the standard for connecting AI agents with enterprise systems. In this second blog of the series, you'll build your first MCP Server on SAP Integration Suite from a managed API, deploy it on Integratio...
What is MCP and why does it matter for SAP?Model Context Protocol (MCP) is an open standard that lets AI agents discover and invoke tools at runtime. Instead of hardcoding API calls into your agent, you publish an MCP Server — a runtime endpoint that...
Designing JMS Queues for Scale in SAP Integration SuiteThe most difficult integration bottlenecks are the ones that remain invisible during the testing phase, and surfaces when production volumes increase.In SAP Integration Suite, this scenario usual...
SAP Integration Suite now supports MCP Server artifacts natively — and you can try it today on a free trial account.In this post I walk through how to expose an official SAP API from the Business Accelerator Hub as an MCP server and connect it to any...
The previous post covered how externalized parameters and log levels are stored in Git alongside each integration package, and how the pipeline applies the right values automatically on every deployment. At the end, it noted that the Download → Git →...
A practical hands-on guide to creating and testing an MCP Server in SAP Integration Suite (Trial), including Developer Hub publishing and AI tool validation.
End-to-end user identity for enterprise integrations: master principal propagation from BTP to S/4HANA via Integration Suite, with step-by-step configuration and verification techniques.
Hi Everyone!Recently, I was working on a requirement to generate an SD Billing Document in SAP S/4HANA using SAP Build Process Automation.Due to some internal requirements & technical restrictions, the only option available to me was to use the BAPI_...
SAP Build Work Zone is repositioning from a replacement shell to a cross-product UI integration layer that sits on top of individual product shells. Powered by exposure version 2 (available as of SAP S/4HANA 2023 FPS01 and SAP S/4HANA Cloud 2402), ap...
Stopping 250 iFlows through the CPI UI during a cutover takes hours and invites silent errors. This blog shows a CSV-driven CLI tool that bulk undeploys in-scope iFlows in minutes, restarts them in controlled waves, and produces before/after status e...
Basic ideas about User Management in Integration Suite with focus on Cloud Integration: Establish a clear authorization model by assigning roles such as Developer, Application Management Support, and others.
If you're still running your integrations on SAP PI/PO, you already know what's coming. On-premise integration has had its day - and the window to act is now!To help you move forward with confidence, we're hosting a two migration webinars dedicated t...
Use the AI Adapter in SAP Integration Suite to connect with an LLM and turn raw integration errors into structured incident summaries. This mini demo shows how incident handling can become faster, clearer, and easier for support teams.
| User | Count |
|---|---|
| 24 | |
| 16 | |
| 13 | |
| 13 | |
| 12 | |
| 7 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |
| Subject | Likes |
|---|---|
| 24 | |
| 16 | |
| 13 | |
| 8 | |
| 8 | |
| 7 | |
| 5 | |
| 5 |