Categories
SAP Products

Confluent Parallel Consumer Adapter for SAP Integration Suite

Confluent Parallel Consumer Adapter for SAP Integration Suite

Apache Kafka is a popular open source project for processing event-driven data streams based on a transaction log.

KaTe Confluent parallel consumer adapter extends the existing bullet proof Kafka Adapter for high throughput optimized scenarios on SAP integration suite or Edge integration cell (EIC).

The adapter inherits all functions of the KaTe Kafka adapter and complements it with parallel processing capabilities for high throughput.

Basic functions

The adapter allows you to publish Iflow messages as Kafka records and subscribe Kafka records as Iflow messages.

Kafka key, headers and data sections are translated into iflow message parts and vice versa. Topic & Partitions and technical reliability settings (Ack Mode/Consumer commits) are customizable per use case.

Message processing is observable and debuggable on channel & message log level without third party tooling fully integrated into SAP Cloud integration functionality.

Work secure with company & compliance standards

Our product supports all  commonly used security standards PLAIN, PLAIN_SASL, SASL_SSL, SASL-Plain/SASL-SCRAM, OAuth2 as well as client certificate authentication for broker and schema registry connections.

Support for high performance, resilience & flow control

The adapter allows parallelization on key level instead of only partition level which enables 10-500x higher throughput on single or even more on batched records without loosing functional order of related records.

Stay in charge what you want to process of a topic and how you will put load on your connected backends.

The product supports different methods to allow, filter and control message throughput on topics through:

  • Filtering: Kafka records can be filtered based on record headers, keys and data content before triggering an integration
  • Batching: A set of n Kafka records can be batched as single iflow message to optimize throughput
  • Parallelization can be adjusted with different modes (no order, order on key level) as well as how many threads process the records in parallel.

Full control of operations in one tool

  • Process records from start or end of stream or from any arbitrary position of the stream.
  • Process and re-process records
  • Deduplicate of necessary by offset or functional headers
  • Group names are feely definable and not set by us as vendor

Automated or manual error resolution

One common „challenge“ with ordered streaming systems like Kafka is, if errors occur, this could bring a total halt to processing if order is important. Our product allows you a manual as well as automated way to handle by e.g. forwarding it to an error destination or  document & ignore certain cases.

Serialization errors, data transformations errors or any down stream processing error (processing through an iflow).

Avro, Protocol Buffers, Json & schema registries

Our product supports typical binary data formats like Avro and Protobuf with Kafka typical optimizations like a schema registry.

The adapter can translate Avro and Protocol Buffers to XML and vice versa. Necessary translations of Avro/Protobuf schemas are generated with an included schema generation tool.

Transformation from binary (Avro/Protocol Buffers) and Json to XML and vice versa is supported

SAP roadmap compatible

Our Kafka Adapter is available for SAP Process Orchestration & Integration Suite or EIC (Edge integration cell).

This allows you to just import any developed interface and it will work without migration efforts, adjustments, refactoring or anything which is often the case with other adapters or vendors (including SAP).

Choose your own timing and roadmap for a possible migration plan. Your investment in integrations on SAP PO is easily transferable on Integration suite without unknown risks / commercial questions.

Difference to standard adapter for Cloud integration

  • 10-500x higher throughput as Standard adapter as parallelization and batching can be used on functional levels instead of only glued to partitions.
  • Standard adapter can’t use arbitrary positions or group names in stream for processing / reprocessing which is a very important feature to actually operate with Kafka.
  • Our product supports all data formats (Avro, Protocol buffers and schema registries, automated schema generation)
  • Our adapter allows batching into one iflow execution for hight throughput unlike the standard
  • The KaTe Parallel Consumer adapter allows manual as well as automated error resolution which is not the case in the standard version.
  • Filtering & Deduplication allows control to select exactly what you need on hight troughput topics unlike the standard
  • With the standard adapter there are no simple mechanisms to quickly understand consumer lag or record search in your message processing log. It must be done with third party tools (that might be hard to access for a SAP integration team) or manual developments.

Summary

FeatureSAP Standard Kafka AdapterConfluent Parallel Consumer Adapter
Parallelism modelLimited by number of Kafka partitionsConfigurable worker pool enabling high parallelism within a single consumer
Ordering guaranteesOrdering guaranteed only per partitionOrdering guaranteed per message key (optional), with parallel execution across keys
Throughput scalingRequires increasing partition count to scaleScales without increasing partitions, enabling 10–500× higher throughput
Iflow executionBlocking calls can stall message processing partly or fullyNon-blocking and asynchronous processing without blocking message processing
Automated Error handlingNot supported, some errors even not visible (deserialization)Errorhandling for deserialization / data transformation or iflow execution can be automatically handled for different error cateogries by logging the error and ignore it or foraward it to error / deadletter topics
Offset /Group Name controlNot supportedAny choice of start offset possible, Reprocessing of arbitrary offsets possible. Group Names manually configurable
Message acknowledgmentOffset commits at partition levelFine-grained, message-level acknowledgment and processing control
Advanced MonitoringNot supportedRich monitoring experience (consumer lag, 1:1 detection of which Kafka record produced which Iflow message) out of the box

Filtering

Not supported, only manual in the iflowFiltering per header or body, to decerease unnecessary load possible
Avro/Protobuf and JSON with schema registryNot supportedSupported, incl data transformation and schema generation to XML

Further Information:

SAP Appcenter listing:

KaTe Kafka Adapter for SAP PO im SAP Appcenter

Our Blog on SAP Community

Hook your SAP landscape to Azure Event Hubs with KaTe Kafka Adapter & SAP PO

Pay what you use

All of our adapters are subscription licensed, which simplifies use at the project level or in limited use cases.

30 days trial

All our adapters are available for a 30-day trial period.

Verified SAP Partner

All our adapters are developed in close cooperation with SAP and our verified SAP experts.

FAQ

feel free to
ask away!

The Confluent Parallel Consumer Adapter for SAP Integration Suite is a powerful extension of the KaTe Kafka adapter to connect SAP systems with Apache Kafka with extreme high throughput requirements. Kafka and SAP can be connected– both on-premises and in the SAP Business Technology Platform (BTP). It enables seamless processing of event-driven data streams and bi-directional message exchange between SAP Cloud Integration Iflows and Kafka Topics at unprecedented scale. As the successor of the Kafka Adapter for SAP Process Orchestration, it provides 1:1 compatability migrating existing SAP-Kafka integration from PO.

The adapter allows you to publish SAP Cloud Integration Iflow messages as Kafka records and subscribe to Kafka records as Iflow messages. Kafka keys, headers, and data are translated into Iflow messages and vice versa.

Different than typical Kafka consumers in order processing capabilities of the adapter are not limited to partitions but can be scaled up to record key level or even no ordering can be used which enables extreme high througput.


Aside it fully supports popular data formats like Avro, Protocol Buffers, and JSON, including Schema Registry integration and automatic schema generation for seamless conversion to and from XML. Topics, partitions, and reliability settings (e.g., acknowledgement mode, consumer commits) are highly configurable. Additionally, message processing is fully integrated into SAP Cloud Integration, making it fully traceable and debuggable without third-party tools.

The Confluent Parallel Consumer Adapter for SAP Integration Suite complies with modern Kafka security standards, including PLAIN, PLAIN_SASL, SASL_SSL, SASL-Plain/SASL-SCRAM, OAuth2 and client certificate authentication. This ensures secure data transmission aligned with corporate security policies.

The adapter is designed for high-performance streaming, offering batch processing, message filtering, and massive parallelization on record key level. Messages can be filtered based on headers, keys, or data content and grouped into optimized batches to improve throughput.

Parallel processing options on key level or even with no order enable extreme hight throughput (10.x-500x) compared to standard Kafka consumers.

For reliable message processing, the adapter provides both automated and manual error handling. Common issues like serialization errors, data transformation errors, or Iflow processing errors can be forwarded to an error target or deduplicated, ensuring uninterrupted data flows.

Unlike the SAP standard Kafka adapter, the KaTe Kafka Adapter offers:

  • Extreme high throughput 10-500x compared to the SAP Standard Kafka adapter by parallelization options.
  • Processing from any stream position with custom group names

  • Full support for Avro, Protocol Buffers, JSON, and Schema Registries with automatic schema generation

  • Batch processing within a single Iflow execution

  • Advanced manual and automated error handling

  • Filtering and deduplication for optimized data quality and throughput.

SAP Technology and Migration Consulting –
Future-Proof Integration with KaTe GmbH


KaTe GmbH is your trusted partner for
SAP technology consulting and SAP migration projects.

We specialize in ensuring a smooth and secure transformation of existing SAP PO (Process Orchestration) landscapes to the modern SAP Integration Suite, including the SAP Edge Integration Cell for hybrid integration scenarios. With tailored concepts, proven best practices, and deep expertise, we make sure your SAP integration remains sustainable, high-performing, and future-ready.

Our Core Expertise in SAP Technology Consulting
  • SAP PO to SAP Integration Suite Migration – including analysis, architecture design, and technical implementation

  • SAP Edge Integration Cell Implementation and Optimization – enabling flexible and secure hybrid integrations

  • SAP BTP (Business Technology Platform) Consulting – leveraging modern services and tools for innovation and process automation

  • Technology-Driven Strategy Consulting – from cloud integration to API management

Contact us today for a personalized consultation and discover how we can modernize your SAP integration and system landscape

Contact us - now!

Get in touch with us by calling or emailing us - we'll be happy to help!

Contact
Categories
Restful Adapter SAP Products

RESTful Adapter for SAP Integration Suite

RESTful Adapter for
SAP Integration Suite

Efficient Integration and Development of REST APIs with SAP Integration Suite and the Open API Standard

The KaTe RESTful Adapter significantly reduces development times and operational costs when creating or utilizing REST APIs based on the Open API Standard with SAP Integration Suite.

The RESTful Adapter for SAP Integration Suite is the logical successor of our RESTful adapter for SAP Process Orchestration. Any API built on PO is simply runnable on BTP without big migration efforts.

Development Benefits:
  • Quick and Efficient: The solution significantly reduces development effort for building & translating type safe data structures from JSON to XML and vice versa, routing of calls, enforcement of http status codes down to a few simple click through steps.
  • Re-use developments: Allows re-use of existing ESR data types and interfaces for Open APIs with a few clicks.
  • Works with established Toolset: Use established frameworks that are here to stay in S4 and BTP with minimal effort. ABAP Classes (ABAP Proxies) can simply get generated from Open API definitions, IDOCs/RFCs or other interfaces can be re-used as Open API with a few clicks

  • Easy Migration to BTP: Transitioning of Open APIs built by this approach are 1:1 migratable from SAP Process Orchestration to SAP Integration Suite (±1-2 minutes per API).

  • State-of-the-Art API Standards: Supports OpenAPI 3.x and Swagger 2.0 for comprehensive API descriptions in sender and receiver channels.
  • Operational API Visibility: All API Operations and Status are visible in SAP Integration Suite Monitor through indexing of key/values without overhead.

Security Benefits:
  • Protection Against Unauthorized Access: Blocks non-compliant API calls.
  • Flexible API Authorization: Supports to integrate own Identity management solutions via JWT/OpenID/Oauth2 and established standards like NTLM, custom tokens.
  • Cloud & On Premise: Use OAuth token endpoints through SAP Cloud Connector connections or public. Oauth2 calls are debatable via trace and not a black box.
Business Benefits:
  • Cost Savings: Reduces development costs by shortening development times and utilizing existing skills.
  • Sustainable Investments: Reuse ESR content as Open APIs to preserve existing investments.
  • No Complex Custom Development: Avoids time-consuming custom programming.
  • Free trial: Test before you buy with a free trial for Proof of Concepts.
Use Cases:

API-First Development: Bridging Old and New Worlds

Software development is increasingly shifting to mobile platforms, hyperscalers, or container environments, all of which leverage the Open API Standard for API management, security (JWT, OAuth2), and automation.

The KaTe RESTful Adapter facilitates seamless SAP integration with API-first strategies from non-SAP ecosystems—whether on SAP BTP, hyperscalers like AWS, Azure, or GCP, or in containerized development environments.

Open APIs in regulated industries

Regulated industries such as telecommunications (TMF), banking (Open Banking), or utilities (market data exchange) require standardized Open APIs for data exchange. Our approach significantly reduces the development and operational costs of such APIs while leveraging existing developer skills and requiring minimal investment.

The KaTe RESTful Adapter maximizes the efficiency and security of your API integrations, protects existing investments, and builds seamless bridges between SAP and modern API standards. With this future-proof solution, you are well-equipped to meet the increasing demands of integrating advanced technologies and driving your digital transformation forward—enhancing your SAP landscape to its full potential

Use OData within established architectures

SAP has strongly committed to OData, which can be described via Open API definitions. However, challenges often arise in hybrid environments or API management solutions:

  • SAP Specifics: Clients need to manage XCSRF tokens or deal with SAP-specific attributes in OData definitions.
  • Internal Links: API management solutions may return responses with internal links, creating security risks and hindering OData clients from working directly.

The KaTe RESTful Adapter resolves these issues efficiently: Links are automatically rewritten to frontend URLs, and XCSRF tokens are handled automatically.


Weitere Informationen:

Pay what you use

All of our adapters are subscription licensed, which simplifies use at the project level or in limited use cases.

30 days trial

All our adapters are available for a 30-day trial period.

Verified SAP-Partner

All our adapters are developed in close cooperation with SAP and our verified SAP experts.

FAQ

feel free to
ask away!

The KaTe RESTful Adapter is a solution for building and integrating REST APIs within SAP Cloud Integration (CPI). It enables fast, standardized API development based on the OpenAPI (Swagger) specification and handles JSON/XML transformation, HTTP methods, and error handling automatically — reducing complexity and implementation time.

Key advantages include:

  • Automatic schema generation from OpenAPI definitions

  • Easy reuse of existing ESR (Enterprise Service Repository) data types

  • Built-in JSON-to-XML and XML-to-JSON conversion

  • Support for all standard HTTP methods (GET, POST, PUT, DELETE)
    This accelerates development, reduces manual effort, and ensures consistency across interfaces.

Yes, the KaTe RESTful Adapter is fully compatible with SAP Business Technology Platform (BTP) and supports hybrid environments, bridging on-premise SAP systems with cloud-based APIs. Existing interfaces from SAP Process Orchestration (PO) can be migrated to CPI 1:1 with no refactoring required.

The adapter supports modern authentication and security standards such as:

  • OAuth2 / OpenID Connect

  • JWT (JSON Web Tokens)

  • X-CSRF token handling

  • Certificate-based authentication
    These ensure secure and compliant REST API operations within any SAP landscape.

All deployed API endpoints and their status are fully visible in SAP CPI’s monitoring tools. Errors and responses can be traced in detail. The adapter also auto-generates interactive API documentation (e.g., Swagger UI), making it easier to test, demonstrate, and debug your REST services.

SAP Technology and Migration Consulting –
Future-Proof Integration with KaTe GmbH


KaTe GmbH is your trusted partner for
SAP technology consulting and SAP migration projects.

We specialize in ensuring a smooth and secure transformation of existing SAP PO (Process Orchestration) landscapes to the modern SAP Integration Suite, including the SAP Edge Integration Cell for hybrid integration scenarios. With tailored concepts, proven best practices, and deep expertise, we make sure your SAP integration remains sustainable, high-performing, and future-ready.

Our Core Expertise in SAP Technology Consulting
  • SAP PO to SAP Integration Suite Migration – including analysis, architecture design, and technical implementation

  • SAP Edge Integration Cell Implementation and Optimization – enabling flexible and secure hybrid integrations

  • SAP BTP (Business Technology Platform) Consulting – leveraging modern services and tools for innovation and process automation

  • Technology-Driven Strategy Consulting – from cloud integration to API management

Contact us today for a personalized consultation and discover how we can modernize your SAP integration and system landscape

Contact us - now!

Get in touch with us by calling or emailing us - we'll be happy to help!

Contact
Categories
SAP Products

Kafka Adapter for SAP Integration Suite

Kafka Adapter for SAP Integration Suite

Apache Kafka is a popular open source project for processing event-driven data streams based on a transaction log.

Our adapter enables you to connect your SAP system landscape to Kafka on Premise or on SAP BTP in a simple an real world use case proven way. The product is the logical successor of our Kafka adapter for SAP Process Orchestration.

Basic functions

The adapter allows you to publish Iflow messages as Kafka records and subscribe Kafka records as Iflow messages.

Kafka key, headers and data sections are translated into iflow message parts and vice versa. Topic & Partitions and technical reliability settings (Ack Mode/Consumer commits) are customizable per use case.

Message processing is observable and debuggable on channel & message log level without third party tooling fully integrated into SAP Cloud integration functionality.

Work secure with company & compliance standards

Our product supports all  commonly used security standards PLAIN, PLAIN_SASL, SASL_SSL, SASL-Plain/SASL-SCRAM, OAuth2 as well as client certificate authentication for broker and schema registry connections. For End 2 End Encryption of selected fields or the whole payload the adpater suppors CSFLE (client side field encryption) and CSPE (client side payload encryption)

Support for hight perfomance, resilience & flow control

Stay in charge what you want to process of a topic and how you will put load on your connected backends.

The product supports different methods to allow, filter and control message throughput on topics through:

  • Filtering: Kafka records can be filtered based on record headers, keys and data content before triggering an integration
  • Batching: A set of n Kafka records can be batched as single iflow message to optimize throughput
  • Polling & Record count/ time unit can be adjusted to control the exact amount of messages per period of time

Full control of operations in one tool

  • Process records from start or end of stream or from any arbitrary position of the stream.
  • Process and re-process records
  • Deduplicate of necessary by offset or functional headers
  • Group names are feely definable and not set by us as vendor

Automated or manual error resolution

One common „challenge“ with ordered streaming systems like Kafka is, if errors occur, this could bring a total halt to processing if order is important. Our product allows you a manual as well as automated way to handle by e.g. forwarding it to an error destination or  document & ignore certain cases.

Serialization errors, data transformations errors or any down stream processing error (processing through an iflow).

Avro, Protocol Buffers, Json & schema registries

Our product supports typical binary data formats like Avro and Protobuf with Kafka typical optimizations like a schema registry.

The adapter can translate Avro and Protocol Buffers to XML and vice versa. Necessary translations of Avro/Protobuf schemas are generated with an included schema generation tool.

Transformation from binary (Avro/Protocol Buffers) and Json to XML and vice versa is supported

SAP roadmap compatible

Our Kafka Adapter is available for SAP Process Orchestration & Integration Suite.

This allows you to just import any developed interface and it will work without migration efforts, adjustments, refactoring or anything which is often the case with other adapters or vendors (including SAP).

Choose your own timing and roadmap for a possible migration plan. Your investment in integrations on SAP PO is easily transferable on Integration suite without unknown risks / commercial questions. 

Difference to standard adapter for Cloud integration

  • Standard adapter can’t use arbitrary positions or group names in stream for processing / reprocessing which is a very important feature to actually operate with Kafka.
  • Our product supports all data formats (Avro, Protocol buffers and schema registries, automated schema generation)
  • Our adapter allows batching into one iflow execution for hight throughput unlike the standard
  • The KaTe Kafka adapter allows manual as well as automated error resolution which is not the case in the standard version.
  • Filtering & Deduplication allows control to select exactly what you need on hight troughput topics unlike the standard
  • With the standard adapter there are no simple mechanisms to quickly understand consumer lag or record search in your message processing log. It must be done with third party tools (that might be hard to access for a SAP integration team) or manual developments.

Further Information:

SAP Appcenter listing:

KaTe Kafka Adapter for SAP PO im SAP Appcenter

Our Blog on SAP Community

Hook your SAP landscape to Azure Event Hubs with KaTe Kafka Adapter & SAP PO/

Pay what you use

All of our adapters are subscription licensed, which simplifies use at the project level or in limited use cases.

30 days trial

All our adapters are available for a 30-day trial period.

Verified SAP Partner

All our adapters are developed in close cooperation with SAP and our verified SAP experts.

FAQ

feel free to
ask away!

The Kafka Adapter for SAP Integration Suite is a powerful solution to connect SAP systems with Apache Kafka – both on-premises and in the SAP Business Technology Platform (BTP). It enables seamless processing of event-driven data streams and bi-directional message exchange between SAP Cloud Integration Iflows and Kafka Topics. As the successor of the Kafka Adapter for SAP Process Orchestration, it provides modern features for reliable SAP-Kafka integration.

The adapter allows you to publish SAP Cloud Integration Iflow messages as Kafka records and subscribe to Kafka records as Iflow messages. Kafka keys, headers, and data are translated into Iflow messages and vice versa.
It fully supports popular data formats like Avro, Protocol Buffers, and JSON, including Schema Registry integration and automatic schema generation for seamless conversion to and from XML. Topics, partitions, and reliability settings (e.g., acknowledgement mode, consumer commits) are highly configurable. Additionally, message processing is fully integrated into SAP Cloud Integration, making it fully traceable and debuggable without third-party tools.

The Kafka Adapter for SAP Integration Suite complies with modern Kafka security standards, including PLAIN, PLAIN_SASL, SASL_SSL, SASL-Plain/SASL-SCRAM, and client certificate authentication. In addition, it supports field-level and payload encryption to provide enhanced protection for sensitive data, either at the individual field level (CSFLE) or across the entire message payload (CSPE). This enables secure data transmission that can be flexibly aligned with enterprise security policies and compliance requirements — especially in regulated environments and in the context of standards such as SOC 2, GDPR, and ISO 27001.

The adapter is designed for high-performance streaming, offering batch processing, message filtering, and flow control. Messages can be filtered based on headers, keys, or data content and grouped into optimized batches to improve throughput.
For reliable message processing, the adapter provides both automated and manual error handling. Common issues like serialization errors, data transformation errors, or Iflow processing errors can be forwarded to an error target or deduplicated, ensuring uninterrupted data flows.

Unlike the SAP standard Kafka adapter, the KaTe Kafka Adapter offers:

  • Processing from any stream position with custom group names

  • Full support for Avro, Protocol Buffers, JSON, and Schema Registries with automatic schema generation

  • Batch processing within a single Iflow execution

  • Advanced manual and automated error handling

  • Filtering and deduplication for optimized data quality and throughput.

SAP Technology and Migration Consulting –
Future-Proof Integration with KaTe GmbH


KaTe GmbH is your trusted partner for
SAP technology consulting and SAP migration projects.

We specialize in ensuring a smooth and secure transformation of existing SAP PO (Process Orchestration) landscapes to the modern SAP Integration Suite, including the SAP Edge Integration Cell for hybrid integration scenarios. With tailored concepts, proven best practices, and deep expertise, we make sure your SAP integration remains sustainable, high-performing, and future-ready.

Our Core Expertise in SAP Technology Consulting
  • SAP PO to SAP Integration Suite Migration – including analysis, architecture design, and technical implementation

  • SAP Edge Integration Cell Implementation and Optimization – enabling flexible and secure hybrid integrations

  • SAP BTP (Business Technology Platform) Consulting – leveraging modern services and tools for innovation and process automation

  • Technology-Driven Strategy Consulting – from cloud integration to API management

Contact us today for a personalized consultation and discover how we can modernize your SAP integration and system landscape

Contact us - now!

Get in touch with us by calling or emailing us - we'll be happy to help!

Contact
Categories
SAP Products

MQTT Adapter for SAP Integration Suite (CPI)

KaTe MQTT Adapter for SAP Cloud Integration

KaTe MQTT Adapter for SAP Cloud Integration

The MQTT Adapter for SAP Cloud Integration (formerly SAP CPI / SAP Cloud Platform Integration) allows you to use SAP Integration Suite as a consumer or producer of MQTT messages in the cloud. It has the same functionalities as our MQTT Adapter for SAP PI/PO and allows you to use SAP Cloud Integration as part of the IoT or in mobile scenarios with MQTT.

Core technical functions:

  • Publish/Subscribe to MQTT topics with wildcards, durable subscriptions and last retained messages according to the specifications of the MQTT v3.1 and MQTT 5 Oasis standard
  • Supports SSL and common MQTT authentication mechanisms
  • Supports XML, JSON or any other payloads
  • Connects to MQTT brokers direct, via Socks Proxy or SAP Cloud Connector On premise

RESTful Adapter

Our SAP certified RESTful Adapter for SAP Process Integration allows you to easily consume and publish REST services for integration with SAP and non-SAP systems, as well as BPMN processes.

AMQP Integration Adapter

The Advance Message Queueing Protocol (AMQP) is an Oasis standard for open-protocol and vendor-independent message exchange between heterogeneous applications.

MQTT Adapter

The Internet of Things (IoT) is the communication and networking of real-world objects over the Internet. Message Queueing Telemetry Transport (MQTT) is an open standard for the lightweight transmission of messages between devices, sensors and applications with high latencies and use in low-bandwidth networks.

Pay what you use

All of our adapters are subscription licensed, which simplifies use at the project level or in limited use cases.

30 days trial

All our adapters are available for a 30-day trial period.

Verified SAP Partner

All our adapters are developed in close cooperation with SAP and our verified SAP experts.

FAQ

feel free to
ask away!

The KaTe MQTT Adapter enables your SAP Integration Suite (formerly CPI) to act as both an MQTT consumer and publisher, seamlessly integrating MQTT message streams within your SAP cloud environment.

The adapter allows SAP to consume and send MQTT messages in the cloud, translating MQTT payloads into SAP-compatible formats. It supports a full publish-subscribe model, connecting your IoT data or device messages directly within SAP workflows.

Yes. The adapter supports integration in the SAP Integration Suite (cloud), and it also has versions tailored for SAP Process Orchestration (PO) and SAP PI, enabling seamless connectivity across hybrid landscapes.

By acting as an MQTT client within SAP, the adapter enables direct ingestion of IoT data — such as sensor readings or machine events — into SAP systems. This allows real-time event-driven data flows to enhance operational processes like monitoring, alerts, and automation.

Using the KaTe MQTT Adapter eliminates the need for manual custom coding or middleware glue layers. It provides a certified, pre-built solution that streamlines MQTT-to-SAP integration — ensuring faster deployment, better maintainability, and improved reliability.

SAP Technology and Migration Consulting –
Future-Proof Integration with KaTe GmbH


KaTe GmbH is your trusted partner for
SAP technology consulting and SAP migration projects.

We specialize in ensuring a smooth and secure transformation of existing SAP PO (Process Orchestration) landscapes to the modern SAP Integration Suite, including the SAP Edge Integration Cell for hybrid integration scenarios. With tailored concepts, proven best practices, and deep expertise, we make sure your SAP integration remains sustainable, high-performing, and future-ready.

Our Core Expertise in SAP Technology Consulting
  • SAP PO to SAP Integration Suite Migration – including analysis, architecture design, and technical implementation

  • SAP Edge Integration Cell Implementation and Optimization – enabling flexible and secure hybrid integrations

  • SAP BTP (Business Technology Platform) Consulting – leveraging modern services and tools for innovation and process automation

  • Technology-Driven Strategy Consulting – from cloud integration to API management

Contact us today for a personalized consultation and discover how we can modernize your SAP integration and system landscape

Contact us - now!

Get in touch with us by calling or emailing us - we'll be happy to help!

Contact
Categories
SAP Products

AWS Adapter for SAP Integration Suite

AWS Adapters for SAP CIoud Integration

The AWS Adapter for SAP CIoud Integration enables you to connect the most important AWS APIs with your SAP system landscape.

Amazon Web Services (AWS) is the global leader in IaaS (Infrastructure as a Service) cloud solutions and a core component of many modern IT landscapes.

The KaTe AWS adapter provides you with easy use of authentication, security and connection requirements, of the most common AWS APIs in the SAP Cloud Integration context.

Our current version of the adapter supports:

In addition, the adapter includes some cross-cutting features like XML to JSON and JSON to XML transformation and deduplication of objects/messages/events.

Detail Features:

  • Calling AWS Lambda functions (synchronous & asynchronous) from SAP SAP Cloud Integration.
  • Receive SQS messages with cost efficient long polling.
  • Send and receive SQS & SNS messages with payloads larger than 256 kB.
  • Reading and writing of all message properties in SQS and SNS, as well as support of FiFo (first in first out).
  • Sending RAW and receiver optimized SNS messages to a variety of different recipients such as AWS Lambda, HTTP(s), email, SMS recipients and smartphones.
  • Support for XML, JSON or other payloads.
  • Store, read, list and delete S3 objects
    Subscribe to S3 event notifications for responding to new, modified, lost (RRS/Onezone), replicated or deleted S3 objects.
  • Support for all storage and encryption variants and lifecycle options in AWS S3
  • Subscribe and publish AWS Eventbridge events from SAP Cloud Integration with all supported or self-defined event types.
  • Subscribe to DynamoDB stream events
    Create / Read / Update /Delete /Scan or Query
  • Dynamo DB Tables
  • Publish and Subscribe events to/from AWS
  • Kinesis Data Streams as XML or JSON

Core Technical Functions:

  • Invoke AWS Lambda functions with SAP Cloud Integration.
  • Sending and receiving AWS Simple Queueing Services (SQS) messages with CI
  • Publishing & subscribing notifications from AWS Simple Notification Service (SNS) with SAP Cloud Integration
    Store, read, and delete data on AWS S3 storage with SAP Cloud Integration
  • Store, read, delete, and search (query/scan) in AWS DynamoDB, and respond to DynamoDB streams
  • Subscribe and publish AWS Eventbridge events and AWS Cloudwatch events with SAP Cloud Integration.
  • Subscribe and publish events to AWS Kinesis Data Streams.
  • Publish AWS Kinesis Data Firehose

We are currently working on additional AWS features.

Detailed Features:

  • Calling AWS Lambda functions (synchronous & asynchronous) from SAP Cloud Integration.
  • Receive SQS messages with cost-efficient long polling.
  • Send and receive SQS messages with payloads larger than 256 kB.
  • Reading and writing of all message properties in SQS, as well as End2End FiFo (first in first out) ordering.
  • Sending of RAW and receiver optimized SNS messages to a large number of different recipients such as AWS Lambda HTTP(s), Email, SMS recipients and Smartphones
  • Support for XML, JSON or other payloads
  • Store, read, and delete data on S3
  • Subscribing to S3 event notifications to detect new, modified, lost (RRS/Onezone) or deleted S3 objects
  • Support for all storage and encryption variants and lifecycle options in AWS S3
  • Subscribe and publish AWS Eventbridge events from SAP Cloud Integration with all supported or self-defined event types (on the generic or custom event bus, such as: from third-party SaaS providers)
  • Subscribe and publish AWS Cloudwatch events from SAP Cloud
  • Integration with all available or custom event types.
  • Subscribe and publish events to AWS Kinesis Data Streams or AWS Kinesis Data Firehose as XML or JSON.
  • Write, read, delete and search DynamoDb tables
  • Subscribing to DynamoDb changes via DynamoDb Streams

Pay what you use

All of our adapters are subscription licensed, which simplifies use at the project level or in limited use cases.

30 days trial

All our adapters are available for a 30-day trial period.

Verified SAP Partner

All our adapters are developed in close cooperation with SAP and our verified SAP experts.

SAP Technology and Migration Consulting –
Future-Proof Integration with KaTe GmbH


KaTe GmbH is your trusted partner for
SAP technology consulting and SAP migration projects.

We specialize in ensuring a smooth and secure transformation of existing SAP PO (Process Orchestration) landscapes to the modern SAP Integration Suite, including the SAP Edge Integration Cell for hybrid integration scenarios. With tailored concepts, proven best practices, and deep expertise, we make sure your SAP integration remains sustainable, high-performing, and future-ready.

Our Core Expertise in SAP Technology Consulting
  • SAP PO to SAP Integration Suite Migration – including analysis, architecture design, and technical implementation

  • SAP Edge Integration Cell Implementation and Optimization – enabling flexible and secure hybrid integrations

  • SAP BTP (Business Technology Platform) Consulting – leveraging modern services and tools for innovation and process automation

  • Technology-Driven Strategy Consulting – from cloud integration to API management

Contact us today for a personalized consultation and discover how we can modernize your SAP integration and system landscape

Contact us - now!

Get in touch with us by calling or emailing us - we'll be happy to help!

Contact
Categories
SAP Products

AMQP Adapter for SAP Cloud Integration

AMQP Adapter for SAP Cloud Integration

The AMQP Adapter for SAP Cloud Integration enables seamless communication between SAP systems and AMQP-based messaging platforms, such as Azure Bus or cloudamqp.com, RabbitMQ, and Apache Qpid. It allows SAP Cloud Integration to consume and produce AMQP messages compatible with AMQP 0-8-0, 0-9-0, and 1.0 standards.

The adapter supports all SSL encryption protocols, including client certificates, ensuring secure data transmission. It also accommodates various authentication mechanisms, making it suitable for secure, scalable enterprise applications.

The AMQP Adapter supports multiple payload formats, including XML, JSON, and custom formats, allowing flexibility for different integration scenarios. Whether dealing with cloud-based brokers or on-premises systems, this adapter helps companies manage real-time message exchanges efficiently.

Core technical functions:

  • Consume and produce AMQP messages that are compatible with the AMQP 0-8-0, 0-9-0, and 1.0 standards.
  • Supports all SSL (transport and client certificates) and AMQP authentication mechanisms.
  • Supports XML, JSON or any other payloads

Subscription licensing offers a cost-effective solution for businesses, enabling them to pay only for what they use. Additionally, a 30-day trial period is available to evaluate the adapter’s functionality before committing to a subscription.

In conclusion, the AMQP Adapter for SAP Cloud Integration streamlines message communication in the cloud, supporting various standards, security mechanisms, and payload formats for versatile business integration.

Pay what you use

All of our adapters are subscription licensed, which simplifies use at the project level or in limited use cases.

30 days trial

All our adapters are available for a 30-day trial period.

Verified SAP Partner

All our adapters are developed in close cooperation with SAP and our verified SAP experts.

SAP Technology and Migration Consulting –
Future-Proof Integration with KaTe GmbH


KaTe GmbH is your trusted partner for
SAP technology consulting and SAP migration projects.

We specialize in ensuring a smooth and secure transformation of existing SAP PO (Process Orchestration) landscapes to the modern SAP Integration Suite, including the SAP Edge Integration Cell for hybrid integration scenarios. With tailored concepts, proven best practices, and deep expertise, we make sure your SAP integration remains sustainable, high-performing, and future-ready.

Our Core Expertise in SAP Technology Consulting
  • SAP PO to SAP Integration Suite Migration – including analysis, architecture design, and technical implementation

  • SAP Edge Integration Cell Implementation and Optimization – enabling flexible and secure hybrid integrations

  • SAP BTP (Business Technology Platform) Consulting – leveraging modern services and tools for innovation and process automation

  • Technology-Driven Strategy Consulting – from cloud integration to API management

Contact us today for a personalized consultation and discover how we can modernize your SAP integration and system landscape

Contact us - now!

Get in touch with us by calling or emailing us - we'll be happy to help!

Contact
Categories
SAP Products

Adapter for SAP Cloud Integration

Adapter for SAP CPI

Adapter for SAP Cloud Integration – Seamless Connectivity for External Applications

SAP Cloud Integration, part of the SAP Integration Suite, is a powerful iPaaS solution (Integration Platform as a Service) that helps businesses efficiently connect cloud and on-premise systems. By enabling the seamless integration of various applications, it optimizes data exchange, streamlines business processes, and enhances workflow automation.

Enhanced Connectivity with Our Adapters

As an official SAP partner, we had the opportunity to participate in the Partner Adapter SDK beta program as early as 2015. This early involvement allowed us to develop a wide range of third-party adapters for SAP Cloud Integration (like AWSRESTfulMQTT etc.). These adapters enable businesses to seamlessly integrate external applications into their SAP systems, unlocking new integration possibilities.

Key Benefits of Our Adapters

  • Extended Connectivity: Support for various third-party applications
  • Optimized Data Exchange: Secure and efficient real-time data transfer
  • Seamless SAP Integration: Hassle-free connection with SAP systems
  • Cost-Effective Model: Flexible subscription-based licensing

Subscription-Based Licensing
– Pay Only for What You Use

One of the most significant advantages of our adapters is the subscription-based licensing model. All our adapters operate on a flexible, pay-as-you-use basis, making them ideal for specific projects or limited use cases. Companies can optimize costs by only paying for the integrations they actually need.

Boost Efficiency with Easy Integration

By enabling seamless data exchange between SAP systems and external applications, our adapters enhance operational efficiency and optimize business workflows. The effortless integration of third-party applications increases productivity, allowing businesses to automate their processes and focus on growth.

Conclusion

Our subscription-based adapters for SAP Cloud Integration provide companies with an efficient, flexible, and cost-effective solution for integrating external applications into their SAP environment. As a participant in SAP’s Partner Adapter SDK program, we have developed a comprehensive adapter portfolio that significantly enhances the capabilities of SAP Cloud Integration.

With our pay-as-you-use model, businesses can benefit from a scalable and budget-friendly approach to enterprise integration.

 

KaTe Adapter
for SAP Cloud Integration

Categories
SAP Products

Salesforce Adapter for SAP Cloud Integration

Salesforce Adapter for SAP CPI

KaTe Salesforce Adapter for SAP Cloud Integration

Salesforce is one of the most popular SaaS (Software as a Service) products for sales teams and customer relationship management.

To provide a 360 degree customer view, a Salesforce instance needs to keep common data such as customer information, orders and prices in sync with other applications.

Our adapter enables this in a fast and efficient way by leveraging on existing Cloud Integration features such as transformation and connectivity to SAP standard cloud and on premise applications.

Core technical functions:

  • Supports Salesforce REST API, Bulk API and Streaming API
  • Full support of all aller Salesforce API authentification mechanisms (oAuth2, SOAP Session, SSL)
  • Fully integrated tools in SAP Cloud Integration Eclipse IDE for testing and generating salesforce messages as XML Schema/WS

SAP Technology and Migration Consulting –
Future-Proof Integration with KaTe GmbH


KaTe GmbH is your trusted partner for
SAP technology consulting and SAP migration projects.

We specialize in ensuring a smooth and secure transformation of existing SAP PO (Process Orchestration) landscapes to the modern SAP Integration Suite, including the SAP Edge Integration Cell for hybrid integration scenarios. With tailored concepts, proven best practices, and deep expertise, we make sure your SAP integration remains sustainable, high-performing, and future-ready.

Our Core Expertise in SAP Technology Consulting
  • SAP PO to SAP Integration Suite Migration – including analysis, architecture design, and technical implementation

  • SAP Edge Integration Cell Implementation and Optimization – enabling flexible and secure hybrid integrations

  • SAP BTP (Business Technology Platform) Consulting – leveraging modern services and tools for innovation and process automation

  • Technology-Driven Strategy Consulting – from cloud integration to API management

Contact us today for a personalized consultation and discover how we can modernize your SAP integration and system landscape

Contact us - now!

Get in touch with us by calling or emailing us - we'll be happy to help!

Contact