openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/ARCHIVE_ADMX_SELECT_SESSIONS: post: tags: - AADM operationId: /rfc/ARCHIVE_ADMX_SELECT_SESSIONS requestBody: content: application/json: schema: properties: BEING_RELOADED: type: string default: ' ' maxLength: 1 description: Single-Character Flag CLIENT_DEPENDENCE: type: string default: X maxLength: 1 description: Single-Character Flag COMPLETE: type: string default: ' ' maxLength: 1 description: Single-Character Flag CREATED_BY_RELOAD: type: string default: ' ' maxLength: 1 description: Single-Character Flag INCOMPLETE: type: string default: ' ' maxLength: 1 description: Single-Character Flag INCORRECT: type: string default: ' ' maxLength: 1 description: Single-Character Flag INDICATE_PROGRESS: type: string default: ' ' maxLength: 1 description: Single-Character Flag INTERRUPTED_COMPLETE: type: string default: ' ' maxLength: 1 description: Single-Character Flag INTERRUPTED_INCOMPLETE: type: string default: ' ' maxLength: 1 description: Single-Character Flag INVALID: type: string default: ' ' maxLength: 1 description: Single-Character Flag REPLACED: type: string default: ' ' maxLength: 1 description: Single-Character Flag RUNS_WITHOUT_RESOURCES: type: string default: X maxLength: 1 description: Single-Character Flag TO_BE_ARCHIVED: type: string default: ' ' maxLength: 1 description: Single-Character Flag WRITING: type: string maxLength: 1 description: Write Phase Running CLIENT: type: array items: type: object properties: SIGN: type: string maxLength: 1 description: Data element for archiving range tables OPTION: type: string maxLength: 2 description: Version Number Component LOW: type: string maxLength: 3 description: Client HIGH: type: string maxLength: 3 description: Client DATE: type: array items: type: object properties: SIGN: type: string maxLength: 1 description: Data element for archiving range tables OPTION: type: string maxLength: 2 description: Version Number Component LOW: type: string format: date description: Creation Date of Archive File HIGH: type: string format: date description: Creation Date of Archive File DOCUMENT: type: array items: type: object properties: SIGN: type: string maxLength: 1 description: Data element for archiving range tables OPTION: type: string maxLength: 2 description: Version Number Component LOW: type: integer format: int64 description: Archiving Session Number HIGH: type: integer format: int64 description: Archiving Session Number OBJECT: type: array items: type: object properties: SIGN: type: string maxLength: 1 description: Data element for archiving range tables OPTION: type: string maxLength: 2 description: Version Number Component LOW: type: string maxLength: 10 description: Archiving Object HIGH: type: string maxLength: 10 description: Archiving Object SELECTED_FILES: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client DOCUMENT: type: integer format: int64 description: Archiving Session Number RES_NAME: type: string maxLength: 100 description: Resource Name RES_TYPE: type: string maxLength: 3 description: Resource Type CREAT_UTC: type: integer format: int64 description: UTC Time Stamp (Short) FILE_SIZE: type: integer format: int32 description: Binary Size of a Resource in Bytes STATUS: type: string maxLength: 1 description: Single-Character Flag PARTITION_NAME: type: string format: byte description: Partition Name PARTITION_STATUS: type: string maxLength: 1 description: Single-Character Flag SELECTED_RUNS: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client DOCUMENT: type: integer format: int64 description: Archiving Session Number HOME_PATH: type: string maxLength: 255 description: Home Path PATH_EXTENSION: type: string maxLength: 254 description: Path Extension OBJECT: type: string maxLength: 10 description: Archiving Object CREAT_UTC: type: integer format: int64 description: UTC Time Stamp in Short Form (YYYYMMDDhhmmss) USER_NAME: type: string maxLength: 12 description: Name of the user who started the archiving STATUS: type: string maxLength: 1 description: 'Status of an archiving session enumValues: 1=@08@ Complete,6=results from reloading,2=@0A@ Canceled,3=@17@ Reloaded,4=@3H@ Converted,5=is being reloaded,0=@09@ Incomplete' enum: - '1' - '6' - '2' - '3' - '4' - '5' - '0' COMMENTS: type: string maxLength: 60 description: Archiving Session Note DELETE_FLG: type: string maxLength: 1 description: 'Archiving note for administrative data enumValues: ""=No,X=Yes' enum: - '' - X OLD_DOCUMN: type: integer format: int64 description: Original archiving session ID NOTGUILTY: type: string maxLength: 1 description: Archive file invalid SPOOLID: type: integer format: int32 description: Spool request number SYSID: type: string maxLength: 8 description: Name of the SAP System TOBE_INTER: type: string maxLength: 1 description: 'Interruption Request for Archiving Session enumValues: ""=No,X=Yes' enum: - '' - X INTERRUPTD: type: string maxLength: 1 description: 'Archiving Session Interrupted enumValues: ""=No,X=Yes' enum: - '' - X VARIANTWRI: type: string maxLength: 14 description: Variant with which the archiving program was executed WRITING: type: string maxLength: 1 description: 'Write Phase Running enumValues: ""=No,X=Yes' enum: - '' - X TOBE_CONT: type: string maxLength: 1 description: 'Continuation Request for Archiving Session enumValues: ""=No,X=Yes' enum: - '' - X OBJ_CWRI: type: integer format: int32 description: Number of Written Resources OBJ_CDEL: type: integer format: int32 description: Number of Deleted Resources IS_FROZEN: type: string maxLength: 1 description: Collection Frozen COL_TYPE: type: string maxLength: 1 description: Collection Type USER: type: array items: type: object properties: SIGN: type: string maxLength: 1 description: Data element for archiving range tables OPTION: type: string maxLength: 2 description: Version Number Component LOW: type: string maxLength: 12 description: Name of the user who started the archiving HIGH: type: string maxLength: 12 description: Name of the user who started the archiving XML_SELECTED_FILES: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client DOCUMENT: type: integer format: int64 description: Archiving Session Number RES_NAME: type: string maxLength: 100 description: Resource Name RES_TYPE: type: string maxLength: 3 description: Resource Type CREAT_UTC: type: integer format: int64 description: UTC Time Stamp (Short) FILE_SIZE: type: integer format: int32 description: Binary Size of a Resource in Bytes STATUS: type: string maxLength: 1 description: Single-Character Flag PARTITION_NAME: type: string format: byte description: Partition Name PARTITION_STATUS: type: string maxLength: 1 description: Single-Character Flag ACCESSIBLE: type: string maxLength: 1 description: Single-Character Flag JOB_ACT: type: string maxLength: 1 description: State of Background Job XML_SELECTED_RUNS: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client DOCUMENT: type: integer format: int64 description: Archiving Session Number HOME_PATH: type: string maxLength: 255 description: Home Path PATH_EXTENSION: type: string maxLength: 254 description: Path Extension OBJECT: type: string maxLength: 10 description: Archiving Object CREAT_UTC: type: integer format: int64 description: UTC Time Stamp in Short Form (YYYYMMDDhhmmss) USER_NAME: type: string maxLength: 12 description: Name of the user who started the archiving STATUS: type: string maxLength: 1 description: 'Status of an archiving session enumValues: 1=@08@ Complete,6=results from reloading,2=@0A@ Canceled,3=@17@ Reloaded,4=@3H@ Converted,5=is being reloaded,0=@09@ Incomplete' enum: - '1' - '6' - '2' - '3' - '4' - '5' - '0' COMMENTS: type: string maxLength: 60 description: Archiving Session Note DELETE_FLG: type: string maxLength: 1 description: 'Archiving note for administrative data enumValues: ""=No,X=Yes' enum: - '' - X OLD_DOCUMN: type: integer format: int64 description: Original archiving session ID NOTGUILTY: type: string maxLength: 1 description: Archive file invalid SPOOLID: type: integer format: int32 description: Spool request number SYSID: type: string maxLength: 8 description: Name of the SAP System TOBE_INTER: type: string maxLength: 1 description: 'Interruption Request for Archiving Session enumValues: ""=No,X=Yes' enum: - '' - X INTERRUPTD: type: string maxLength: 1 description: 'Archiving Session Interrupted enumValues: ""=No,X=Yes' enum: - '' - X VARIANTWRI: type: string maxLength: 14 description: Variant with which the archiving program was executed WRITING: type: string maxLength: 1 description: 'Write Phase Running enumValues: ""=No,X=Yes' enum: - '' - X TOBE_CONT: type: string maxLength: 1 description: 'Continuation Request for Archiving Session enumValues: ""=No,X=Yes' enum: - '' - X OBJ_CWRI: type: integer format: int32 description: Number of Written Resources OBJ_CDEL: type: integer format: int32 description: Number of Deleted Resources IS_FROZEN: type: string maxLength: 1 description: Collection Frozen COL_TYPE: type: string maxLength: 1 description: Collection Type CREAT_DATE: type: string format: date description: Date of an archiving session CREAT_TIME: type: string maxLength: 6 description: Start time of archive session ST_WRI_JOB: type: string maxLength: 1 description: State of Background Job WRI_JOB: type: string maxLength: 32 description: Background job name C_WRI_JOB: type: string maxLength: 8 description: Job ID ST_DEL_JOB: type: string maxLength: 1 description: State of Background Job DEL_JOB: type: string maxLength: 32 description: Background job name C_DEL_JOB: type: string maxLength: 8 description: Job ID ST_REL_JOB: type: string maxLength: 1 description: State of Background Job REL_JOB: type: string maxLength: 32 description: Background job name C_REL_JOB: type: string maxLength: 8 description: Job ID ST_CON_JOB: type: string maxLength: 1 description: State of Background Job CON_JOB: type: string maxLength: 32 description: Background job name C_CON_JOB: type: string maxLength: 8 description: Job ID JOB_ACT: type: string maxLength: 1 description: State of Background Job HEADING: type: string maxLength: 1 description: Single-Character Flag DIS_STATUS: type: string maxLength: 1 description: Single-Character Flag responses: '200': description: OK content: application/json: schema: properties: CLIENT: type: array items: type: object properties: SIGN: type: string maxLength: 1 description: Data element for archiving range tables OPTION: type: string maxLength: 2 description: Version Number Component LOW: type: string maxLength: 3 description: Client HIGH: type: string maxLength: 3 description: Client DATE: type: array items: type: object properties: SIGN: type: string maxLength: 1 description: Data element for archiving range tables OPTION: type: string maxLength: 2 description: Version Number Component LOW: type: string format: date description: Creation Date of Archive File HIGH: type: string format: date description: Creation Date of Archive File DOCUMENT: type: array items: type: object properties: SIGN: type: string maxLength: 1 description: Data element for archiving range tables OPTION: type: string maxLength: 2 description: Version Number Component LOW: type: integer format: int64 description: Archiving Session Number HIGH: type: integer format: int64 description: Archiving Session Number OBJECT: type: array items: type: object properties: SIGN: type: string maxLength: 1 description: Data element for archiving range tables OPTION: type: string maxLength: 2 description: Version Number Component LOW: type: string maxLength: 10 description: Archiving Object HIGH: type: string maxLength: 10 description: Archiving Object SELECTED_FILES: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client DOCUMENT: type: integer format: int64 description: Archiving Session Number RES_NAME: type: string maxLength: 100 description: Resource Name RES_TYPE: type: string maxLength: 3 description: Resource Type CREAT_UTC: type: integer format: int64 description: UTC Time Stamp (Short) FILE_SIZE: type: integer format: int32 description: Binary Size of a Resource in Bytes STATUS: type: string maxLength: 1 description: Single-Character Flag PARTITION_NAME: type: string format: byte description: Partition Name PARTITION_STATUS: type: string maxLength: 1 description: Single-Character Flag SELECTED_RUNS: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client DOCUMENT: type: integer format: int64 description: Archiving Session Number HOME_PATH: type: string maxLength: 255 description: Home Path PATH_EXTENSION: type: string maxLength: 254 description: Path Extension OBJECT: type: string maxLength: 10 description: Archiving Object CREAT_UTC: type: integer format: int64 description: UTC Time Stamp in Short Form (YYYYMMDDhhmmss) USER_NAME: type: string maxLength: 12 description: Name of the user who started the archiving STATUS: type: string maxLength: 1 description: 'Status of an archiving session enumValues: 1=@08@ Complete,6=results from reloading,2=@0A@ Canceled,3=@17@ Reloaded,4=@3H@ Converted,5=is being reloaded,0=@09@ Incomplete' enum: - '1' - '6' - '2' - '3' - '4' - '5' - '0' COMMENTS: type: string maxLength: 60 description: Archiving Session Note DELETE_FLG: type: string maxLength: 1 description: 'Archiving note for administrative data enumValues: ""=No,X=Yes' enum: - '' - X OLD_DOCUMN: type: integer format: int64 description: Original archiving session ID NOTGUILTY: type: string maxLength: 1 description: Archive file invalid SPOOLID: type: integer format: int32 description: Spool request number SYSID: type: string maxLength: 8 description: Name of the SAP System TOBE_INTER: type: string maxLength: 1 description: 'Interruption Request for Archiving Session enumValues: ""=No,X=Yes' enum: - '' - X INTERRUPTD: type: string maxLength: 1 description: 'Archiving Session Interrupted enumValues: ""=No,X=Yes' enum: - '' - X VARIANTWRI: type: string maxLength: 14 description: Variant with which the archiving program was executed WRITING: type: string maxLength: 1 description: 'Write Phase Running enumValues: ""=No,X=Yes' enum: - '' - X TOBE_CONT: type: string maxLength: 1 description: 'Continuation Request for Archiving Session enumValues: ""=No,X=Yes' enum: - '' - X OBJ_CWRI: type: integer format: int32 description: Number of Written Resources OBJ_CDEL: type: integer format: int32 description: Number of Deleted Resources IS_FROZEN: type: string maxLength: 1 description: Collection Frozen COL_TYPE: type: string maxLength: 1 description: Collection Type USER: type: array items: type: object properties: SIGN: type: string maxLength: 1 description: Data element for archiving range tables OPTION: type: string maxLength: 2 description: Version Number Component LOW: type: string maxLength: 12 description: Name of the user who started the archiving HIGH: type: string maxLength: 12 description: Name of the user who started the archiving XML_SELECTED_FILES: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client DOCUMENT: type: integer format: int64 description: Archiving Session Number RES_NAME: type: string maxLength: 100 description: Resource Name RES_TYPE: type: string maxLength: 3 description: Resource Type CREAT_UTC: type: integer format: int64 description: UTC Time Stamp (Short) FILE_SIZE: type: integer format: int32 description: Binary Size of a Resource in Bytes STATUS: type: string maxLength: 1 description: Single-Character Flag PARTITION_NAME: type: string format: byte description: Partition Name PARTITION_STATUS: type: string maxLength: 1 description: Single-Character Flag ACCESSIBLE: type: string maxLength: 1 description: Single-Character Flag JOB_ACT: type: string maxLength: 1 description: State of Background Job XML_SELECTED_RUNS: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client DOCUMENT: type: integer format: int64 description: Archiving Session Number HOME_PATH: type: string maxLength: 255 description: Home Path PATH_EXTENSION: type: string maxLength: 254 description: Path Extension OBJECT: type: string maxLength: 10 description: Archiving Object CREAT_UTC: type: integer format: int64 description: UTC Time Stamp in Short Form (YYYYMMDDhhmmss) USER_NAME: type: string maxLength: 12 description: Name of the user who started the archiving STATUS: type: string maxLength: 1 description: 'Status of an archiving session enumValues: 1=@08@ Complete,6=results from reloading,2=@0A@ Canceled,3=@17@ Reloaded,4=@3H@ Converted,5=is being reloaded,0=@09@ Incomplete' enum: - '1' - '6' - '2' - '3' - '4' - '5' - '0' COMMENTS: type: string maxLength: 60 description: Archiving Session Note DELETE_FLG: type: string maxLength: 1 description: 'Archiving note for administrative data enumValues: ""=No,X=Yes' enum: - '' - X OLD_DOCUMN: type: integer format: int64 description: Original archiving session ID NOTGUILTY: type: string maxLength: 1 description: Archive file invalid SPOOLID: type: integer format: int32 description: Spool request number SYSID: type: string maxLength: 8 description: Name of the SAP System TOBE_INTER: type: string maxLength: 1 description: 'Interruption Request for Archiving Session enumValues: ""=No,X=Yes' enum: - '' - X INTERRUPTD: type: string maxLength: 1 description: 'Archiving Session Interrupted enumValues: ""=No,X=Yes' enum: - '' - X VARIANTWRI: type: string maxLength: 14 description: Variant with which the archiving program was executed WRITING: type: string maxLength: 1 description: 'Write Phase Running enumValues: ""=No,X=Yes' enum: - '' - X TOBE_CONT: type: string maxLength: 1 description: 'Continuation Request for Archiving Session enumValues: ""=No,X=Yes' enum: - '' - X OBJ_CWRI: type: integer format: int32 description: Number of Written Resources OBJ_CDEL: type: integer format: int32 description: Number of Deleted Resources IS_FROZEN: type: string maxLength: 1 description: Collection Frozen COL_TYPE: type: string maxLength: 1 description: Collection Type CREAT_DATE: type: string format: date description: Date of an archiving session CREAT_TIME: type: string maxLength: 6 description: Start time of archive session ST_WRI_JOB: type: string maxLength: 1 description: State of Background Job WRI_JOB: type: string maxLength: 32 description: Background job name C_WRI_JOB: type: string maxLength: 8 description: Job ID ST_DEL_JOB: type: string maxLength: 1 description: State of Background Job DEL_JOB: type: string maxLength: 32 description: Background job name C_DEL_JOB: type: string maxLength: 8 description: Job ID ST_REL_JOB: type: string maxLength: 1 description: State of Background Job REL_JOB: type: string maxLength: 32 description: Background job name C_REL_JOB: type: string maxLength: 8 description: Job ID ST_CON_JOB: type: string maxLength: 1 description: State of Background Job CON_JOB: type: string maxLength: 32 description: Background job name C_CON_JOB: type: string maxLength: 8 description: Job ID JOB_ACT: type: string maxLength: 1 description: State of Background Job HEADING: type: string maxLength: 1 description: Single-Character Flag DIS_STATUS: type: string maxLength: 1 description: Single-Character Flag '400': description: Bad request. 5XX: description: Unexpected error.