openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CPE_REFDATEROUT_CHECK_CB: post: tags: - CPE_REFDATEROUT_CB summary: CPE_C - Reference Date Routine - Read Customizing Buffer operationId: /rfc/CPE_REFDATEROUT_CHECK_CB requestBody: content: application/json: schema: properties: IV_APPLICATION: type: string maxLength: 4 description: CPE Caller - Application using CPE IV_LOGSYS: type: string maxLength: 10 description: Logical system IV_NO_BUFFER: type: string default: ' ' maxLength: 1 description: Single-character flag IV_REFDATEROUT: type: integer format: int64 description: CPE Term -Reference Date and Time Routine required: - IV_REFDATEROUT responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.