openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/AKB_GET_CHANGED_OBJECTS: post: tags: - PA_AKB_COMPCHECK operationId: /rfc/AKB_GET_CHANGED_OBJECTS requestBody: content: application/json: schema: properties: END_DATE: type: string format: date description: End Date FROM_SCRATCH: type: string maxLength: 1 ONLY_FROZEN_OBJECTS: type: string default: X maxLength: 1 description: End Date PROJECT: type: integer format: int64 default: 0 description: ID of a Backwards-Compatibility Check START_DATE: type: string format: date description: Start Date TRKORR: type: string maxLength: 20 description: Request/Task HEADER_TABLE: type: array items: type: object properties: PROJECT: type: integer format: int64 description: ID of a Backwards-Compatibility Check TRKORR: type: string maxLength: 20 description: Request/Task FROZEN_OBJECTS: type: integer format: int32 description: Natural number LUSER: type: string maxLength: 12 description: Last Changed by LDATE: type: string format: date description: Date of Last Change OBJECT_TABLE: type: array items: type: object properties: VERSNR: type: integer format: int64 description: 'Version Management: Version Number' PROJECT: type: integer format: int64 description: ID of a Backwards-Compatibility Check OBJ_TYPE: type: string maxLength: 4 description: Object Type OBJ_NAME: type: string maxLength: 40 description: Object Name in Object Directory IS_FREEZABLE: type: string maxLength: 1 description: 'General Flag enumValues: X=Flag set. Event has occurred.,""=Flag is Not Set' enum: - X - '' IS_CHANGABLE: type: string maxLength: 1 description: 'General Flag enumValues: X=Flag set. Event has occurred.,""=Flag is Not Set' enum: - X - '' ERRORFLAG: type: string maxLength: 1 description: 'General Flag enumValues: X=Flag set. Event has occurred.,""=Flag is Not Set' enum: - X - '' DLVUNIT: type: string maxLength: 30 description: Software Component DEVCLASS: type: string maxLength: 30 description: Package SRCSYSTEM: type: string maxLength: 10 description: Original System of Object RESPONSIBLE: type: string maxLength: 12 description: Person responsible for a package TREE_LEVEL: type: integer format: int32 description: Natural number FROZEN_STATE: type: string maxLength: 1 description: Single-Character Flag TRKORR: type: string maxLength: 20 description: Higher-Level Request TRKORR_DATE: type: string format: date description: Date of Last Change TRKORR_USER: type: string maxLength: 12 description: Last Changed by TRKORR_TIME: type: string maxLength: 6 description: Last changed at REF_SYS: type: string maxLength: 32 description: Logical Destination (Specified in Function Call) REF_VERSNO: type: integer format: int64 description: 'Version Management: Version Number' ACT_SYS: type: string maxLength: 32 description: Logical Destination (Specified in Function Call) ACT_VERSNO: type: integer format: int64 description: 'Version Management: Version Number' ACT_COMP: type: string maxLength: 1 description: 'Compatibility Status enumValues: ?=Can no longer be determined automatically,5=Changed Incompatibly, Critical Usages,0=Changed Compatibly, Recognized Automatically,""=Unknown,2=Changed Compatibly, Determined Manually,7=Changed Implicitly and Incompatibly,1=Changed Incompatibly, Recognized Automatically,4=Deleted,3=Changed Incompatibly, Unevaluated,6=Changed Incompatibly, Non-Critical Usages' enum: - '?' - '5' - '0' - '' - '2' - '7' - '1' - '4' - '3' - '6' COMPATIBILITY: type: string maxLength: 1 description: 'Compatibility Status enumValues: ?=Can no longer be determined automatically,5=Changed Incompatibly, Critical Usages,0=Changed Compatibly, Recognized Automatically,""=Unknown,2=Changed Compatibly, Determined Manually,7=Changed Implicitly and Incompatibly,1=Changed Incompatibly, Recognized Automatically,4=Deleted,3=Changed Incompatibly, Unevaluated,6=Changed Incompatibly, Non-Critical Usages' enum: - '?' - '5' - '0' - '' - '2' - '7' - '1' - '4' - '3' - '6' LUSER: type: string maxLength: 12 description: Last Changed by LDATE: type: string format: date description: Date of Last Change NOTE: type: string maxLength: 80 description: Comments CHANGED_BY: type: string maxLength: 12 description: Last Changed by CHANGED_AT: type: string format: date description: Date of Last Change EXPERT: type: string maxLength: 12 description: Last Changed by required: - TRKORR responses: '200': description: OK content: application/json: schema: properties: HEADER_TABLE: type: array items: type: object properties: PROJECT: type: integer format: int64 description: ID of a Backwards-Compatibility Check TRKORR: type: string maxLength: 20 description: Request/Task FROZEN_OBJECTS: type: integer format: int32 description: Natural number LUSER: type: string maxLength: 12 description: Last Changed by LDATE: type: string format: date description: Date of Last Change OBJECT_TABLE: type: array items: type: object properties: VERSNR: type: integer format: int64 description: 'Version Management: Version Number' PROJECT: type: integer format: int64 description: ID of a Backwards-Compatibility Check OBJ_TYPE: type: string maxLength: 4 description: Object Type OBJ_NAME: type: string maxLength: 40 description: Object Name in Object Directory IS_FREEZABLE: type: string maxLength: 1 description: 'General Flag enumValues: X=Flag set. Event has occurred.,""=Flag is Not Set' enum: - X - '' IS_CHANGABLE: type: string maxLength: 1 description: 'General Flag enumValues: X=Flag set. Event has occurred.,""=Flag is Not Set' enum: - X - '' ERRORFLAG: type: string maxLength: 1 description: 'General Flag enumValues: X=Flag set. Event has occurred.,""=Flag is Not Set' enum: - X - '' DLVUNIT: type: string maxLength: 30 description: Software Component DEVCLASS: type: string maxLength: 30 description: Package SRCSYSTEM: type: string maxLength: 10 description: Original System of Object RESPONSIBLE: type: string maxLength: 12 description: Person responsible for a package TREE_LEVEL: type: integer format: int32 description: Natural number FROZEN_STATE: type: string maxLength: 1 description: Single-Character Flag TRKORR: type: string maxLength: 20 description: Higher-Level Request TRKORR_DATE: type: string format: date description: Date of Last Change TRKORR_USER: type: string maxLength: 12 description: Last Changed by TRKORR_TIME: type: string maxLength: 6 description: Last changed at REF_SYS: type: string maxLength: 32 description: Logical Destination (Specified in Function Call) REF_VERSNO: type: integer format: int64 description: 'Version Management: Version Number' ACT_SYS: type: string maxLength: 32 description: Logical Destination (Specified in Function Call) ACT_VERSNO: type: integer format: int64 description: 'Version Management: Version Number' ACT_COMP: type: string maxLength: 1 description: 'Compatibility Status enumValues: ?=Can no longer be determined automatically,5=Changed Incompatibly, Critical Usages,0=Changed Compatibly, Recognized Automatically,""=Unknown,2=Changed Compatibly, Determined Manually,7=Changed Implicitly and Incompatibly,1=Changed Incompatibly, Recognized Automatically,4=Deleted,3=Changed Incompatibly, Unevaluated,6=Changed Incompatibly, Non-Critical Usages' enum: - '?' - '5' - '0' - '' - '2' - '7' - '1' - '4' - '3' - '6' COMPATIBILITY: type: string maxLength: 1 description: 'Compatibility Status enumValues: ?=Can no longer be determined automatically,5=Changed Incompatibly, Critical Usages,0=Changed Compatibly, Recognized Automatically,""=Unknown,2=Changed Compatibly, Determined Manually,7=Changed Implicitly and Incompatibly,1=Changed Incompatibly, Recognized Automatically,4=Deleted,3=Changed Incompatibly, Unevaluated,6=Changed Incompatibly, Non-Critical Usages' enum: - '?' - '5' - '0' - '' - '2' - '7' - '1' - '4' - '3' - '6' LUSER: type: string maxLength: 12 description: Last Changed by LDATE: type: string format: date description: Date of Last Change NOTE: type: string maxLength: 80 description: Comments CHANGED_BY: type: string maxLength: 12 description: Last Changed by CHANGED_AT: type: string format: date description: Date of Last Change EXPERT: type: string maxLength: 12 description: Last Changed by '400': description: Bad request. 5XX: description: Unexpected error.