openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CPE_LOG_TEST_REMOTE: post: tags: - CPE_TEST summary: Remote test of CPE Log Functions operationId: /rfc/CPE_LOG_TEST_REMOTE responses: '200': description: OK content: application/json: schema: properties: ET_CPE_LOG: type: array items: type: object properties: PRIORITY: type: integer format: int64 description: CPE - Priority of Log Entry GUID_TYPE: type: string maxLength: 1 description: CPE - GUID Type GUID: type: string format: byte description: CPE - Object GUID COND_TYPE: type: string maxLength: 4 description: 'CPE: Condition Type for Commodity Pricing' CPE_MODULE: type: string maxLength: 2 description: CPE - Module of the Commodity Pricing Engine SUBMODULE: type: string maxLength: 2 description: CPE Log - Submodule STEP: type: string maxLength: 4 description: CPE Log - Step LOG_NUMBER: type: integer format: int64 description: CPE Log - Number TERMNO: type: integer format: int64 description: CPE Term - Number in Formula COUNTER: type: integer format: int64 description: CPE Log - Counter NAME: type: string maxLength: 30 description: CPE Log - Name VALUE: type: string maxLength: 50 description: CPE Log - Value OUT_IN: type: string maxLength: 1 description: CPE Log - Output or Input SORTNO: type: integer format: int64 description: CPE Log - Number for Sorting EV_TEST_ERROR_OCCURRED: type: string maxLength: 1 description: Single-character flag '400': description: Bad request. 5XX: description: Unexpected error.