openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CPE_ROUTINE_READ_MULTI_CB: post: tags: - CPE_ROUTINE_CB summary: CPE_C - Log Sub Module - Read Multiple from Customizing Buffer operationId: /rfc/CPE_ROUTINE_READ_MULTI_CB requestBody: content: application/json: schema: properties: IV_CPE_MODULE: type: string maxLength: 2 description: 'CPE: Module of the Commodity Pricing Engine' IV_LANGU: type: string default: SY-LANGU maxLength: 1 description: R/3 System, current language IV_LOGSYS: type: string maxLength: 10 description: Logical system IV_NO_BUFFER: type: string default: ' ' maxLength: 1 description: Single-character flag IV_SUBMODULE: type: string maxLength: 2 description: 'CPE - Log: Sub Module' required: - IV_CPE_MODULE - IV_LOGSYS - IV_SUBMODULE responses: '200': description: OK content: application/json: schema: properties: ET_ROUTINE: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client LOGSYS: type: string maxLength: 10 description: Logical system CPE_MODULE: type: string maxLength: 2 description: CPE - Module of the Commodity Pricing Engine SUBMODULE: type: string maxLength: 2 description: CPE Log - Submodule CPE_ROUTINE: type: integer format: int64 description: CPE - Routine JAVACLASSNAME: type: string maxLength: 255 description: CPE - Java Class or Interface Name ET_ROUTINE_T: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client LANGU: type: string maxLength: 1 description: Language Key LOGSYS: type: string maxLength: 10 description: Logical system CPE_MODULE: type: string maxLength: 2 description: CPE - Module of the Commodity Pricing Engine SUBMODULE: type: string maxLength: 2 description: CPE Log - Submodule CPE_ROUTINE: type: integer format: int64 description: CPE - Routine ROUTTEXT: type: string maxLength: 40 description: Description '400': description: Bad request. 5XX: description: Unexpected error.