openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BAPI_ALV_XML_LOAD: post: tags: - SLVC_DIALOG summary: Test BAPI for IS Workbench operationId: /rfc/BAPI_ALV_XML_LOAD requestBody: content: application/json: schema: properties: I_PATH: type: string maxLength: 255 description: Constants, Vertical Bar E_TABLE: type: array items: type: object properties: LINE: type: string maxLength: 255 description: a row for xml-table required: - I_PATH responses: '200': description: OK content: application/json: schema: properties: E_TABLE: type: array items: type: object properties: LINE: type: string maxLength: 255 description: a row for xml-table '400': description: Bad request. 5XX: description: Unexpected error.