/AWS1/CL_SE2GETEXPORTJOBRSP¶
An HTTP 200 response if the request succeeds, or an error message if the request fails.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_jobid TYPE /AWS1/SE2JOBID /AWS1/SE2JOBID¶
The export job ID.
iv_exportsourcetype TYPE /AWS1/SE2EXPORTSOURCETYPE /AWS1/SE2EXPORTSOURCETYPE¶
The type of source of the export job.
iv_jobstatus TYPE /AWS1/SE2JOBSTATUS /AWS1/SE2JOBSTATUS¶
The status of the export job.
io_exportdestination TYPE REF TO /AWS1/CL_SE2EXPORTDESTINATION /AWS1/CL_SE2EXPORTDESTINATION¶
The destination of the export job.
io_exportdatasource TYPE REF TO /AWS1/CL_SE2EXPORTDATASOURCE /AWS1/CL_SE2EXPORTDATASOURCE¶
The data source of the export job.
iv_createdtimestamp TYPE /AWS1/SE2TIMESTAMP /AWS1/SE2TIMESTAMP¶
The timestamp of when the export job was created.
iv_completedtimestamp TYPE /AWS1/SE2TIMESTAMP /AWS1/SE2TIMESTAMP¶
The timestamp of when the export job was completed.
io_failureinfo TYPE REF TO /AWS1/CL_SE2FAILUREINFO /AWS1/CL_SE2FAILUREINFO¶
The failure details about an export job.
io_statistics TYPE REF TO /AWS1/CL_SE2EXPORTSTATISTICS /AWS1/CL_SE2EXPORTSTATISTICS¶
The statistics about the export job.
Queryable Attributes¶
JobId¶
The export 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 |
ExportSourceType¶
The type of source of the export job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPORTSOURCETYPE() |
Getter for EXPORTSOURCETYPE, with configurable default |
ASK_EXPORTSOURCETYPE() |
Getter for EXPORTSOURCETYPE w/ exceptions if field has no va |
HAS_EXPORTSOURCETYPE() |
Determine if EXPORTSOURCETYPE has a value |
JobStatus¶
The status of the export 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 |
ExportDestination¶
The destination of the export job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPORTDESTINATION() |
Getter for EXPORTDESTINATION |
ExportDataSource¶
The data source of the export job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPORTDATASOURCE() |
Getter for EXPORTDATASOURCE |
CreatedTimestamp¶
The timestamp of when the export 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 |
CompletedTimestamp¶
The timestamp of when the export job was completed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETEDTIMESTAMP() |
Getter for COMPLETEDTIMESTAMP, with configurable default |
ASK_COMPLETEDTIMESTAMP() |
Getter for COMPLETEDTIMESTAMP w/ exceptions if field has no |
HAS_COMPLETEDTIMESTAMP() |
Determine if COMPLETEDTIMESTAMP has a value |
FailureInfo¶
The failure details about an export job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREINFO() |
Getter for FAILUREINFO |
Statistics¶
The statistics about the export job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATISTICS() |
Getter for STATISTICS |