Skip to content

/AWS1/CL_BUPSTARTSCANJOBOUTPUT

StartScanJobOutput

CONSTRUCTOR

IMPORTING

Required arguments:

iv_creationdate TYPE /AWS1/BUPTIMESTAMP00 /AWS1/BUPTIMESTAMP00

The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

iv_scanjobid TYPE /AWS1/BUPSTRING00 /AWS1/BUPSTRING00

Uniquely identifies a request to Backup to back up a resource.


Queryable Attributes

CreationDate

The date and time that a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Accessible with the following methods

Method Description
GET_CREATIONDATE() Getter for CREATIONDATE, with configurable default
ASK_CREATIONDATE() Getter for CREATIONDATE w/ exceptions if field has no value
HAS_CREATIONDATE() Determine if CREATIONDATE has a value

ScanJobId

Uniquely identifies a request to Backup to back up a resource.

Accessible with the following methods

Method Description
GET_SCANJOBID() Getter for SCANJOBID, with configurable default
ASK_SCANJOBID() Getter for SCANJOBID w/ exceptions if field has no value
HAS_SCANJOBID() Determine if SCANJOBID has a value