openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CCMSBI_WAST_SCALABILITY: post: tags: - SCCMSBI_STAT_EXTR_UTIL operationId: /rfc/CCMSBI_WAST_SCALABILITY requestBody: content: application/json: schema: properties: SCAL_N_FIELD: type: integer format: int64 SCAL_SEL_TBL: type: array items: type: object properties: FIELDNM: type: string maxLength: 30 description: Field name SIGN: type: string maxLength: 1 description: 'Selection criteria: SIGN' OPTION: type: string maxLength: 2 description: 'Selection criteria: OPTION' LOW: type: string maxLength: 45 description: 'CCMS/BW: Character String with 45 Characters + Upper/Lowerca' HIGH: type: string maxLength: 45 description: 'CCMS/BW: Character String with 45 Characters + Upper/Lowerca' required: - SCAL_N_FIELD - SCAL_SEL_TBL responses: '200': description: OK content: application/json: schema: properties: MESS_FLAG: type: string maxLength: 1 Q1: type: integer format: int32 Q2: type: integer format: int32 Q3: type: integer format: int32 SCAL_TABLE: type: array items: type: object properties: TEST_NUM: type: integer format: int32 description: 2 byte integer (signed) NUM_PACKAGES: type: integer format: int32 description: Natural number NUM_RECORDS: type: integer format: int32 description: Natural number KBYTES: type: integer format: int32 description: Natural number DURATION_SEC: type: integer format: int32 description: Natural number RECORDS_PRO_SEC: type: integer format: int32 description: Natural number '400': description: Bad request. 5XX: description: Unexpected error.