Skip to main content
SAP endpoints define specific API endpoints within an SAP instance that CDF can send data to. Each endpoint specifies a target function module or BAPI in SAP. You can create, retrieve, delete, and verify endpoints to ensure connectivity before sending writeback requests.

Overview

Endpoints narrow down the SAP instance connection to a specific target. An instance can have multiple endpoints, each pointing to a different function module or BAPI for different writeback scenarios.

Endpoint configuration

Each endpoint specifies:
  • Target function – The SAP function module or BAPI to call
  • Instance reference – The SAP instance this endpoint belongs to
  • Optional parameters – Additional configuration for the SAP call

Verifying connectivity

Before sending writeback requests, you can verify that an endpoint is reachable and correctly configured. The verify operation tests the connection to the SAP system and validates that the target function exists and is callable.
Use the verify operation when setting up new endpoints or troubleshooting writeback failures. It helps isolate connection issues from data mapping problems.

Managing endpoints

You create endpoints by providing the SAP instance ID and the target function details. You can list all endpoints for an instance, retrieve a specific endpoint, and delete endpoints that are no longer needed.
Last modified on April 23, 2026