openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CLRS_STANDARD_SHOW_VARIANT: post: tags: - CLRS operationId: /rfc/CLRS_STANDARD_SHOW_VARIANT requestBody: content: application/json: schema: properties: I_CLINT: type: integer format: int64 description: Internal Class Number IT_CLRS_CHARAC: type: array items: type: object properties: ATINN: type: integer format: int64 description: Internal characteristic ATNAM: type: string maxLength: 30 description: Characteristic Name ATBEZ: type: string maxLength: 30 description: Characteristic description POSNR: type: integer format: int64 description: Item number NO_OUT: type: string maxLength: 1 description: Single-Character Flag MARKED: type: string maxLength: 1 description: Single-Character Flag DINKENN: type: string maxLength: 15 description: Standard Code Letter UDEF_ATNAM: type: string maxLength: 30 description: Characteristic Name required: - I_CLINT responses: '200': description: OK content: application/json: schema: properties: IT_CLRS_CHARAC: type: array items: type: object properties: ATINN: type: integer format: int64 description: Internal characteristic ATNAM: type: string maxLength: 30 description: Characteristic Name ATBEZ: type: string maxLength: 30 description: Characteristic description POSNR: type: integer format: int64 description: Item number NO_OUT: type: string maxLength: 1 description: Single-Character Flag MARKED: type: string maxLength: 1 description: Single-Character Flag DINKENN: type: string maxLength: 15 description: Standard Code Letter UDEF_ATNAM: type: string maxLength: 30 description: Characteristic Name '400': description: Bad request. 5XX: description: Unexpected error.