openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CCAP_ALT_DATE_CREATE: post: tags: - CCAP operationId: /rfc/CCAP_ALT_DATE_CREATE requestBody: content: application/json: schema: properties: ALT_DATE: type: string maxLength: 18 description: Alternative Date CHANGE_NO: type: string maxLength: 12 description: Change Number FL_COMMIT_AND_WAIT: type: string maxLength: 1 FL_NO_COMMIT_WORK: type: string maxLength: 1 VALID_FROM: type: string maxLength: 10 description: Valid-from date required: - ALT_DATE - CHANGE_NO - VALID_FROM responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.