openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/DB6_ADM_RUNSTATS_REORGCHK: post: tags: - SDB6ADM summary: 'DB6: RUNSTATS and REORGCHK of table' operationId: /rfc/DB6_ADM_RUNSTATS_REORGCHK requestBody: content: application/json: schema: properties: ADMSTAT: type: object properties: TABSCHEMA: type: string maxLength: 20 description: 'DB6: Schema Name' TABNAME: type: string maxLength: 128 description: 'DB6: long table name' VWTYP: type: string maxLength: 1 description: '' ACTIV: type: string maxLength: 1 description: '' SAMPLSZTAB: type: integer format: int64 description: '' SAMPLE_IDX: type: string maxLength: 1 description: '' SAMPLE_TAB: type: string maxLength: 1 description: '' KEYCOLONLY: type: string maxLength: 1 description: '' AMETH: type: string maxLength: 1 description: '' VOLA_STAT: type: string maxLength: 1 description: '' VOLATHRESH: type: integer format: int64 description: '' UPDRATIO: type: integer format: int64 description: '' AEDAT: type: string format: date description: '' POOL_LIKE: type: string maxLength: 1 description: '' SAMPLTYPE: type: string maxLength: 1 description: '' CONNECTION: type: string maxLength: 30 description: Logical name for a database connection SYSTEM_ID: type: string maxLength: 8 description: Logical name for a database connection TABNAME: type: string maxLength: 128 description: 'DB6: Table Name' TABSCHEMA: type: string maxLength: 20 description: 'DB6: Schema Name' required: - TABNAME responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.