openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CPE_FORMROUND_READ_MULTI_CB: post: tags: - CPE_FORMROUND_CB summary: CPE_C - Formula Rounding - Read Multiple from Customizing Buffer operationId: /rfc/CPE_FORMROUND_READ_MULTI_CB requestBody: content: application/json: schema: properties: IV_COND_TYPE: type: string maxLength: 4 description: Condition type IV_FORMID: type: string maxLength: 10 description: CPE Formula - Key IV_LOGSYS: type: string maxLength: 10 description: Logical system IV_NO_BUFFER: type: string maxLength: 1 description: Single-character flag IV_VALIDTO: type: string maxLength: 14 description: CPE - Valid to Time Stamp of Object required: - IV_COND_TYPE - IV_FORMID - IV_LOGSYS - IV_VALIDTO responses: '200': description: OK content: application/json: schema: properties: ET_FORMROUND: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client LOGSYS: type: string maxLength: 10 description: Logical system FORMID: type: string maxLength: 10 description: CPE Formula - Key COND_TYPE: type: string maxLength: 4 description: 'CPE: Condition Type for Commodity Pricing' VALIDTO: type: string maxLength: 14 description: CPE - 'Valid From' Time Stamp of Commodity Pricing Object CONVPLACE: type: integer format: int64 description: CPE - Conversion Place TERMGROUP: type: string maxLength: 1 description: CPE Term - Term Group ROUNDRULE: type: string maxLength: 5 description: CPE - Rounding Rule '400': description: Bad request. 5XX: description: Unexpected error.