openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CALL_REMOTE_DB14: post: tags: - SDBA summary: Remote Call of Transaction DB14 operationId: /rfc/CALL_REMOTE_DB14 responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.