openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CPE_FORMULA_READ_ALL_CB: post: tags: - CPE_FORMULA_CB summary: CPE_C - Formula - Read All from Customizing Buffer operationId: /rfc/CPE_FORMULA_READ_ALL_CB requestBody: content: application/json: schema: properties: IV_LANGU: type: string default: SY-LANGU maxLength: 1 description: R/3 System, current language 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_FORMULA: 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 FORMCOMMUOM: type: string maxLength: 3 description: CPE Formula - Unit of Measure of Commodity Used in Formula FORMCURR: type: string maxLength: 5 description: CPE Formula - Currency FORMPRUN: type: integer format: int64 description: CPE Formula - Price Unit FORMUOM: type: string maxLength: 3 description: CPE Formula - Unit of Measure FORMEVALROUT: type: integer format: int64 description: CPE Formula - Routine for Evaluation COMBROUT: type: integer format: int64 description: CPE Formula - Routine for Combining Terms QUANSPLITROUT: type: integer format: int64 description: CPE Term -Routine for Splitting the Commodity Qty into Terms FORMQUANCONV: type: string maxLength: 5 description: CPE - Quantity Conv. Rule from Product UoM to Commodity UoM QUANCNV_COMM: type: integer format: int64 description: CPE - Comm. Qty for Conversion from Product UoM to Comm. UoM QUANCNV_ITEM: type: integer format: int64 description: CPE - Item Qty for Conversion from Product UoM to Comm. UoM ITEMPRODUOM: type: string maxLength: 3 description: CPE Caller - Unit of Measure of Product in Document Item R3ACCURACY: type: string maxLength: 1 description: CPE - Evaluation with ABAP Accuracy ET_FORMULA_T: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client LOGSYS: type: string maxLength: 10 description: Logical system LANGU: type: string maxLength: 1 description: Language Key FORMID: type: string maxLength: 10 description: CPE Formula - Key COND_TYPE: type: string maxLength: 4 description: 'CPE: Condition Type for Commodity Pricing' FORMTEXT: type: string maxLength: 40 description: Description '400': description: Bad request. 5XX: description: Unexpected error.