openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/AKB_ENTER_REPLICATES: post: tags: - PA_AKB operationId: /rfc/AKB_ENTER_REPLICATES requestBody: content: application/json: schema: properties: INTERFACE: type: object properties: SERVER: type: string maxLength: 20 description: Software Product ID SERVER_REL: type: string maxLength: 10 description: SAP Release CLIENT: type: string maxLength: 20 description: Software Product ID CLIENT_REL: type: string maxLength: 10 description: SAP Release RELATION: type: string maxLength: 1 description: 'Relationship Between Products enumValues: 1=Client Product with Compatibility Guarantee,3=Client Product Without Usage Control,2=Client Product Without Compatibility Guarantee' enum: - '1' - '3' - '2' SERVER_PACKET: type: string maxLength: 30 description: Application Package REFERENCE_REL: type: string maxLength: 10 description: SAP Release NOTE: type: string description: Long Text ONLY_DELTA: type: string default: X maxLength: 1 EXCEPTION_LIST: type: array items: type: object properties: OBJ_TYPE: type: string maxLength: 4 description: Object Type OBJ_NAME: type: string maxLength: 40 description: Object Name in Object Directory SUB_TYPE: type: string maxLength: 4 description: Object Type SUB_NAME: type: string maxLength: 61 description: Compound component name or alias APPL_TYPE: type: string maxLength: 4 description: Object Type APPL_NAME: type: string maxLength: 40 description: Object Name in Object Directory APPL_DLVUNIT: type: string maxLength: 30 description: Software Component APPL_DLVUNIT_REL: type: string maxLength: 10 description: SAP Release APPL_PACKET: type: string maxLength: 30 description: Application Package CHANGED_ON: type: string format: date description: Date of Last Change CHANGED_AT: type: string maxLength: 6 description: Last changed at CHANGED_BY: type: string maxLength: 12 description: Last Changed by SEVERITY: type: string maxLength: 4 description: Error Severity COMP_STATE: type: string maxLength: 1 description: Compatibility Status FROZEN_STATE: type: string maxLength: 1 description: Frozen Status INHERITANCE: type: string maxLength: 1 description: Single-Character Flag STATE: type: string maxLength: 1 description: Single-Character Flag DISTRIBUTED: type: string maxLength: 1 description: Single-Character Flag RANDVAL: type: integer format: int32 description: Natural number OLD_COMP_STATE: type: string maxLength: 1 description: Compatibility Status required: - INTERFACE - EXCEPTION_LIST responses: '200': description: OK content: application/json: schema: properties: EXCEPTION_LIST: type: array items: type: object properties: OBJ_TYPE: type: string maxLength: 4 description: Object Type OBJ_NAME: type: string maxLength: 40 description: Object Name in Object Directory SUB_TYPE: type: string maxLength: 4 description: Object Type SUB_NAME: type: string maxLength: 61 description: Compound component name or alias APPL_TYPE: type: string maxLength: 4 description: Object Type APPL_NAME: type: string maxLength: 40 description: Object Name in Object Directory APPL_DLVUNIT: type: string maxLength: 30 description: Software Component APPL_DLVUNIT_REL: type: string maxLength: 10 description: SAP Release APPL_PACKET: type: string maxLength: 30 description: Application Package CHANGED_ON: type: string format: date description: Date of Last Change CHANGED_AT: type: string maxLength: 6 description: Last changed at CHANGED_BY: type: string maxLength: 12 description: Last Changed by SEVERITY: type: string maxLength: 4 description: Error Severity COMP_STATE: type: string maxLength: 1 description: Compatibility Status FROZEN_STATE: type: string maxLength: 1 description: Frozen Status INHERITANCE: type: string maxLength: 1 description: Single-Character Flag STATE: type: string maxLength: 1 description: Single-Character Flag DISTRIBUTED: type: string maxLength: 1 description: Single-Character Flag RANDVAL: type: integer format: int32 description: Natural number OLD_COMP_STATE: type: string maxLength: 1 description: Compatibility Status required: - EXCEPTION_LIST '400': description: Bad request. 5XX: description: Unexpected error.