/AWS1/CL_IOMMETXFERJOBSTATUS¶
The metadata transfer job status.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_state TYPE /AWS1/IOMMETTRANSFERJOBSTATE /AWS1/IOMMETTRANSFERJOBSTATE¶
The metadata transfer job state.
io_error TYPE REF TO /AWS1/CL_IOMERRORDETAILS /AWS1/CL_IOMERRORDETAILS¶
The metadata transfer job error.
iv_queuedposition TYPE /AWS1/IOMINTEGER /AWS1/IOMINTEGER¶
The queued position.
Queryable Attributes¶
state¶
The metadata transfer job state.
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 |
error¶
The metadata transfer job error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR |
queuedPosition¶
The queued position.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUEUEDPOSITION() |
Getter for QUEUEDPOSITION, with configurable default |
ASK_QUEUEDPOSITION() |
Getter for QUEUEDPOSITION w/ exceptions if field has no valu |
HAS_QUEUEDPOSITION() |
Determine if QUEUEDPOSITION has a value |