openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CAT_PROT_DISPLAY: post: tags: - STTF summary: CATT - Log Display operationId: /rfc/CAT_PROT_DISPLAY requestBody: content: application/json: schema: properties: LABLN: type: integer format: int64 LABLNHIGH: type: integer format: int64 LVORN: type: string maxLength: 8 description: Current Operation Number required: - LVORN responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.