openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BDC_END_TRANSACTION: post: tags: - SBDC summary: End of a transaction from batch input view operationId: /rfc/BDC_END_TRANSACTION responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.