openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CCMSBI_DSR_CFGDATA_READ_SEND: post: tags: - SCCMSBI_STAT_EXTR_UTIL operationId: /rfc/CCMSBI_DSR_CFGDATA_READ_SEND requestBody: content: application/json: schema: properties: BWSYSTEM: type: string maxLength: 10 COMPONENT: type: array items: type: object properties: SIGN: type: string maxLength: 1 description: Single-Character Flag OPTION: type: string maxLength: 2 description: Version Number Component LOW: type: string maxLength: 45 description: Char45 HIGH: type: string maxLength: 45 description: Char45 COMPONENT_TYPE: type: array items: type: object properties: SIGN: type: string maxLength: 1 description: Single-Character Flag OPTION: type: string maxLength: 2 description: Version Number Component LOW: type: string maxLength: 45 description: Char45 HIGH: type: string maxLength: 45 description: Char45 CREATE_DEFAULTS: type: string default: ' ' maxLength: 1 LSNAME: type: array items: type: object properties: SIGN: type: string maxLength: 1 description: Single-Character Flag OPTION: type: string maxLength: 2 description: Version Number Component LOW: type: string maxLength: 45 description: Char45 HIGH: type: string maxLength: 45 description: Char45 STAT_TYPE: type: array items: type: object properties: SIGN: type: string maxLength: 1 description: Single-Character Flag OPTION: type: string maxLength: 2 description: Version Number Component LOW: type: string maxLength: 45 description: Char45 HIGH: type: string maxLength: 45 description: Char45 WRITE_DEFAULTS: type: string default: ' ' maxLength: 1 required: - BWSYSTEM responses: '200': description: OK content: application/json: schema: properties: ERROR_COUNT: type: integer format: int32 PCOUNT: type: integer format: int32 '400': description: Bad request. 5XX: description: Unexpected error.