/AWS1/CL_HLLXFORMTNJOBSUMMARY¶
Contains summary information about a data transformation job. To retrieve full job details, call DescribeDataTransformationJob.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobid TYPE /AWS1/HLLDATAXFORMTNJOBID /AWS1/HLLDATAXFORMTNJOBID¶
The unique identifier of the job.
iv_jobstatus TYPE /AWS1/HLLXFORMTNJOBSTATUS /AWS1/HLLXFORMTNJOBSTATUS¶
The current status of the job.
iv_submittime TYPE /AWS1/HLLDATETIME /AWS1/HLLDATETIME¶
The timestamp when the job was submitted.
Optional arguments:¶
iv_jobname TYPE /AWS1/HLLDATAXFORMTNJOBNAME /AWS1/HLLDATAXFORMTNJOBNAME¶
The name of the job.
iv_endtime TYPE /AWS1/HLLDATETIME /AWS1/HLLDATETIME¶
The timestamp when the job completed.
iv_sourceformat TYPE /AWS1/HLLSOURCEFORMAT /AWS1/HLLSOURCEFORMAT¶
The source data format for this job.
Queryable Attributes¶
JobId¶
The unique identifier of the job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
JobStatus¶
The current status of the 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 |
SubmitTime¶
The timestamp when the job was submitted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBMITTIME() |
Getter for SUBMITTIME, with configurable default |
ASK_SUBMITTIME() |
Getter for SUBMITTIME w/ exceptions if field has no value |
HAS_SUBMITTIME() |
Determine if SUBMITTIME has a value |
JobName¶
The name of the job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBNAME() |
Getter for JOBNAME, with configurable default |
ASK_JOBNAME() |
Getter for JOBNAME w/ exceptions if field has no value |
HAS_JOBNAME() |
Determine if JOBNAME has a value |
EndTime¶
The timestamp when the job completed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
SourceFormat¶
The source data format for this job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEFORMAT() |
Getter for SOURCEFORMAT, with configurable default |
ASK_SOURCEFORMAT() |
Getter for SOURCEFORMAT w/ exceptions if field has no value |
HAS_SOURCEFORMAT() |
Determine if SOURCEFORMAT 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_XFORMTNJOBSUMMARYLIST¶
TYPES TT_XFORMTNJOBSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_HLLXFORMTNJOBSUMMARY WITH DEFAULT KEY
.