openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BAPI_SET_ATECATT_KEY2: post: tags: - AUTOMATION_ALV operationId: /rfc/BAPI_SET_ATECATT_KEY2 requestBody: content: application/json: schema: properties: I_ECATT_REPORT: type: string maxLength: 40 description: Character Field Length 1 I_LAYOUT: type: string maxLength: 14 description: Selection Screens, Name of Variant I_REPORT: type: string maxLength: 40 I_SELECT: type: string maxLength: 14 description: Selection Screens, Name of Variant I_TYPE: type: string maxLength: 1 description: Character Field Length 1 required: - I_ECATT_REPORT - I_REPORT - I_TYPE responses: '200': description: OK content: application/json: schema: properties: E_FLAG: type: string maxLength: 1 description: Character Field Length 1 '400': description: Bad request. 5XX: description: Unexpected error.