openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CPE_RFCDEST_READ_ALL_CB: post: tags: - CPE_RFCDEST_CB summary: CPE_C - RFC Destination - Read from Customizing Buffer operationId: /rfc/CPE_RFCDEST_READ_ALL_CB requestBody: content: application/json: schema: properties: IV_NO_BUFFER: type: string default: ' ' maxLength: 1 description: Single-character flag responses: '200': description: OK content: application/json: schema: properties: ET_RFCDEST: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client LOGSYS: type: string maxLength: 10 description: Logical system CONTEXT: type: string maxLength: 10 description: CPE Caller - Context of RFC Destination RFCDEST: type: string maxLength: 32 description: Logical Destination (Specified in Function Call) FUNCTION: type: string maxLength: 30 description: Name of Function Module '400': description: Bad request. 5XX: description: Unexpected error.