openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/ASTAT_TEXT_OKEY_GET: post: tags: - ASTAT_TEXT summary: Texts for Cross-Type Openkeys operationId: /rfc/ASTAT_TEXT_OKEY_GET requestBody: content: application/json: schema: properties: T_TEXTS: type: array items: type: object properties: OKEY: type: string maxLength: 30 description: Cross-type OPENKEY TYPE: type: string maxLength: 2 description: Type of application statistics TEXT: type: string maxLength: 61 description: Text for executed function TECH_TEXT: type: string maxLength: 61 description: Technical information for executed function required: - T_TEXTS responses: '200': description: OK content: application/json: schema: properties: T_TEXTS: type: array items: type: object properties: OKEY: type: string maxLength: 30 description: Cross-type OPENKEY TYPE: type: string maxLength: 2 description: Type of application statistics TEXT: type: string maxLength: 61 description: Text for executed function TECH_TEXT: type: string maxLength: 61 description: Technical information for executed function required: - T_TEXTS '400': description: Bad request. 5XX: description: Unexpected error.