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.