/AWS1/CL_S3TTBLMAINTENANCEJO00¶
Details about the status of a maintenance job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/S3TJOBSTATUS /AWS1/S3TJOBSTATUS¶
The status of the job.
Optional arguments:¶
iv_lastruntimestamp TYPE /AWS1/S3TTIMESTAMP /AWS1/S3TTIMESTAMP¶
The date and time that the maintenance job was last run.
iv_failuremessage TYPE /AWS1/S3TSTRING /AWS1/S3TSTRING¶
The failure message of a failed job.
Queryable Attributes¶
status¶
The status of the job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
lastRunTimestamp¶
The date and time that the maintenance job was last run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTRUNTIMESTAMP() |
Getter for LASTRUNTIMESTAMP, with configurable default |
ASK_LASTRUNTIMESTAMP() |
Getter for LASTRUNTIMESTAMP w/ exceptions if field has no va |
HAS_LASTRUNTIMESTAMP() |
Determine if LASTRUNTIMESTAMP has a value |
failureMessage¶
The failure message of a failed job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREMESSAGE() |
Getter for FAILUREMESSAGE, with configurable default |
ASK_FAILUREMESSAGE() |
Getter for FAILUREMESSAGE w/ exceptions if field has no valu |
HAS_FAILUREMESSAGE() |
Determine if FAILUREMESSAGE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TABLEMAINTENANCEJOBSTATUS¶
TYPES TT_TABLEMAINTENANCEJOBSTATUS TYPE HASHED TABLE OF /AWS1/CL_S3TTBLMAINTENANCEJO00=>TS_TBLMAINTENANCEJOBS00_MAPROW WITH UNIQUE KEY key
.
TS_TBLMAINTENANCEJOBS00_MAPROW¶
TYPES: BEGIN OF TS_TBLMAINTENANCEJOBS00_MAPROW,
key TYPE /AWS1/S3TTBLMAINTENANCEJOBTYPE,
value TYPE REF TO /AWS1/CL_S3TTBLMAINTENANCEJO00,
END OF TS_TBLMAINTENANCEJOBS00_MAPROW.