openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CPE_RFCDEST_READ_CB: post: tags: - CPE_RFCDEST_CB summary: CPE_C - Controlling Action on Data Change - Read from Customizing Buffer operationId: /rfc/CPE_RFCDEST_READ_CB requestBody: content: application/json: schema: properties: IV_CONTEXT: type: string maxLength: 10 description: CPE Caller - Context of RFC Destination IV_LOGSYS: type: string maxLength: 10 description: Logical system IV_NO_BUFFER: type: string default: ' ' maxLength: 1 description: Single-character flag required: - IV_CONTEXT - IV_LOGSYS responses: '200': description: OK content: application/json: schema: properties: ES_RFCDEST: 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 enumValues: BE_TO_CPE=Call of Commodity Pricing Engine from Billing Engine,CRM_TO_CPE=Call of Commodity Pricing Engine from CRM,R3_TO_CPE=Call of Commodity Pricing Engine from ERP' enum: - BE_TO_CPE - CRM_TO_CPE - R3_TO_CPE 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.