openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/DB6_CREATE_EXPLAIN_TABLES_V8: post: tags: - SDB6EXPLAIN summary: 'DB6: Creates DB6 Explain Tables for Versions >= V6' operationId: /rfc/DB6_CREATE_EXPLAIN_TABLES_V8 requestBody: content: application/json: schema: properties: CONNECTION: type: string maxLength: 30 description: Logical name for a database connection DATA_TABLESPACE: type: string maxLength: 30 description: 'DB6: Tablespace Name' INDEX_TABLESPACE: type: string maxLength: 30 description: 'DB6: Tablespace Name' responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.