openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CPE_QUOTGRPPOS_READ_ALL_CB: post: tags: - CPE_QUOTGRPPOS_CB summary: CPE_C - Quotation Group Position - Read All from Customizing Buffer operationId: /rfc/CPE_QUOTGRPPOS_READ_ALL_CB requestBody: content: application/json: schema: properties: IV_NO_BUFFER: type: string default: ' ' maxLength: 1 description: Single-character flag IV_VALIDTO: type: string maxLength: 14 description: CPE - Valid to Time Stamp of Object required: - IV_VALIDTO responses: '200': description: OK content: application/json: schema: properties: ET_QUOTGRPPOS: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client LOGSYS: type: string maxLength: 10 description: Logical system VALIDTO: type: string maxLength: 14 description: CPE - 'Valid From' Time Stamp of Commodity Pricing Object QUOTGROUP: type: string maxLength: 5 description: Quotation Group QUOTGROUPPOS: type: integer format: int64 description: CPE Term - Position in Quotation Group QUOTSRC: type: string maxLength: 2 description: Quotation Source QUOTTYPE: type: string maxLength: 5 description: Quotation Type QUOTNAME: type: string maxLength: 18 description: Quotation Name SURCHARGERULE_GR: type: string maxLength: 5 description: CPE Term - Surcharge Rule for Quotation Group '400': description: Bad request. 5XX: description: Unexpected error.