/AWS1/CL_SE2IMPORTJOBSUMMARY¶
A summary of the import job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_jobid TYPE /AWS1/SE2JOBID /AWS1/SE2JOBID¶
A string that represents a job ID.
io_importdestination TYPE REF TO /AWS1/CL_SE2IMPORTDESTINATION /AWS1/CL_SE2IMPORTDESTINATION¶
An object that contains details about the resource destination the import job is going to target.
iv_jobstatus TYPE /AWS1/SE2JOBSTATUS /AWS1/SE2JOBSTATUS¶
The status of a job.
CREATED– Job has just been created.
PROCESSING– Job is processing.
ERROR– An error occurred during processing.
COMPLETED– Job has completed processing successfully.
iv_createdtimestamp TYPE /AWS1/SE2TIMESTAMP /AWS1/SE2TIMESTAMP¶
The date and time when the import job was created.
iv_processedrecordscount TYPE /AWS1/SE2PROCESSEDRECORDSCOUNT /AWS1/SE2PROCESSEDRECORDSCOUNT¶
The current number of records processed.
iv_failedrecordscount TYPE /AWS1/SE2FAILEDRECORDSCOUNT /AWS1/SE2FAILEDRECORDSCOUNT¶
The number of records that failed processing because of invalid input or other reasons.
Queryable Attributes¶
JobId¶
A string that represents a job ID.
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 |
ImportDestination¶
An object that contains details about the resource destination the import job is going to target.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTDESTINATION() |
Getter for IMPORTDESTINATION |
JobStatus¶
The status of a job.
CREATED– Job has just been created.
PROCESSING– Job is processing.
ERROR– An error occurred during processing.
COMPLETED– Job has completed processing successfully.
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 |
CreatedTimestamp¶
The date and time when the import job was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP, with configurable default |
ASK_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP w/ exceptions if field has no va |
HAS_CREATEDTIMESTAMP() |
Determine if CREATEDTIMESTAMP has a value |
ProcessedRecordsCount¶
The current number of records processed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROCESSEDRECORDSCOUNT() |
Getter for PROCESSEDRECORDSCOUNT, with configurable default |
ASK_PROCESSEDRECORDSCOUNT() |
Getter for PROCESSEDRECORDSCOUNT w/ exceptions if field has |
HAS_PROCESSEDRECORDSCOUNT() |
Determine if PROCESSEDRECORDSCOUNT has a value |
FailedRecordsCount¶
The number of records that failed processing because of invalid input or other reasons.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDRECORDSCOUNT() |
Getter for FAILEDRECORDSCOUNT, with configurable default |
ASK_FAILEDRECORDSCOUNT() |
Getter for FAILEDRECORDSCOUNT w/ exceptions if field has no |
HAS_FAILEDRECORDSCOUNT() |
Determine if FAILEDRECORDSCOUNT 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_IMPORTJOBSUMMARYLIST¶
TYPES TT_IMPORTJOBSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SE2IMPORTJOBSUMMARY WITH DEFAULT KEY
.