/AWS1/CL_SEBEXPORTSTATUS¶
The current status of an archive export job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_submissiontimestamp TYPE /AWS1/SEBTIMESTAMP /AWS1/SEBTIMESTAMP¶
The timestamp of when the export job was submitted.
iv_completiontimestamp TYPE /AWS1/SEBTIMESTAMP /AWS1/SEBTIMESTAMP¶
The timestamp of when the export job completed (if finished).
iv_state TYPE /AWS1/SEBEXPORTSTATE /AWS1/SEBEXPORTSTATE¶
The current state of the export job.
iv_errormessage TYPE /AWS1/SEBERRORMESSAGE /AWS1/SEBERRORMESSAGE¶
An error message if the export job failed.
Queryable Attributes¶
SubmissionTimestamp¶
The timestamp of when the export job was submitted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBMISSIONTIMESTAMP() |
Getter for SUBMISSIONTIMESTAMP, with configurable default |
ASK_SUBMISSIONTIMESTAMP() |
Getter for SUBMISSIONTIMESTAMP w/ exceptions if field has no |
HAS_SUBMISSIONTIMESTAMP() |
Determine if SUBMISSIONTIMESTAMP has a value |
CompletionTimestamp¶
The timestamp of when the export job completed (if finished).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETIONTIMESTAMP() |
Getter for COMPLETIONTIMESTAMP, with configurable default |
ASK_COMPLETIONTIMESTAMP() |
Getter for COMPLETIONTIMESTAMP w/ exceptions if field has no |
HAS_COMPLETIONTIMESTAMP() |
Determine if COMPLETIONTIMESTAMP has a value |
State¶
The current state of the export job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
ErrorMessage¶
An error message if the export job failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE has a value |