openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/ADA_DBTAB_OHNE_DBIDX: post: tags: - STD3 operationId: /rfc/ADA_DBTAB_OHNE_DBIDX requestBody: content: application/json: schema: properties: ERGTAB: type: array items: type: object properties: NAME: type: string maxLength: 30 description: 30 Characters responses: '200': description: OK content: application/json: schema: properties: ERGTAB: type: array items: type: object properties: NAME: type: string maxLength: 30 description: 30 Characters '400': description: Bad request. 5XX: description: Unexpected error.