/AWS1/CL_HNCDSCTBLDATAIMPJOBRS¶
DescribeTableDataImportJobResult
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobstatus TYPE /AWS1/HNCTABLEDATAIMPJOBSTATUS /AWS1/HNCTABLEDATAIMPJOBSTATUS¶
The current status of the import job.
iv_message TYPE /AWS1/HNCTABLEDATAIMPORTJOBMSG /AWS1/HNCTABLEDATAIMPORTJOBMSG¶
A message providing more details about the current status of the import job.
io_jobmetadata TYPE REF TO /AWS1/CL_HNCTABLEDATAIMPJOBMET /AWS1/CL_HNCTABLEDATAIMPJOBMET¶
The metadata about the job that was submitted for import.
Optional arguments:¶
iv_errorcode TYPE /AWS1/HNCERRORCODE /AWS1/HNCERRORCODE¶
If job status is failed, error code to understand reason for the failure.
Queryable Attributes¶
jobStatus¶
The current status of the import job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBSTATUS() |
Getter for JOBSTATUS, with configurable default |
ASK_JOBSTATUS() |
Getter for JOBSTATUS w/ exceptions if field has no value |
HAS_JOBSTATUS() |
Determine if JOBSTATUS has a value |
message¶
A message providing more details about the current status of the import job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
jobMetadata¶
The metadata about the job that was submitted for import.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBMETADATA() |
Getter for JOBMETADATA |
errorCode¶
If job status is failed, error code to understand reason for the failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORCODE() |
Getter for ERRORCODE, with configurable default |
ASK_ERRORCODE() |
Getter for ERRORCODE w/ exceptions if field has no value |
HAS_ERRORCODE() |
Determine if ERRORCODE has a value |