/AWS1/CL_MGNEXPORTTASK¶
Export task.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_exportid TYPE /AWS1/MGNEXPORTID /AWS1/MGNEXPORTID¶
Export task id.
iv_s3bucket TYPE /AWS1/MGNS3BUCKETNAME /AWS1/MGNS3BUCKETNAME¶
Export task s3 bucket.
iv_s3key TYPE /AWS1/MGNS3KEY /AWS1/MGNS3KEY¶
Export task s3 key.
iv_s3bucketowner TYPE /AWS1/MGNACCOUNTID /AWS1/MGNACCOUNTID¶
Export task s3 bucket owner.
iv_creationdatetime TYPE /AWS1/MGNISO8601DATETIMESTRING /AWS1/MGNISO8601DATETIMESTRING¶
Export task creation datetime.
iv_enddatetime TYPE /AWS1/MGNISO8601DATETIMESTRING /AWS1/MGNISO8601DATETIMESTRING¶
Export task end datetime.
iv_status TYPE /AWS1/MGNEXPORTSTATUS /AWS1/MGNEXPORTSTATUS¶
Export task status.
iv_progresspercentage TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
Export task progress percentage.
io_summary TYPE REF TO /AWS1/CL_MGNEXPORTTASKSUMMARY /AWS1/CL_MGNEXPORTTASKSUMMARY¶
Export task summary.
Queryable Attributes¶
exportID¶
Export task id.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPORTID() |
Getter for EXPORTID, with configurable default |
ASK_EXPORTID() |
Getter for EXPORTID w/ exceptions if field has no value |
HAS_EXPORTID() |
Determine if EXPORTID has a value |
s3Bucket¶
Export task s3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3BUCKET() |
Getter for S3BUCKET, with configurable default |
ASK_S3BUCKET() |
Getter for S3BUCKET w/ exceptions if field has no value |
HAS_S3BUCKET() |
Determine if S3BUCKET has a value |
s3Key¶
Export task s3 key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3KEY() |
Getter for S3KEY, with configurable default |
ASK_S3KEY() |
Getter for S3KEY w/ exceptions if field has no value |
HAS_S3KEY() |
Determine if S3KEY has a value |
s3BucketOwner¶
Export task s3 bucket owner.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3BUCKETOWNER() |
Getter for S3BUCKETOWNER, with configurable default |
ASK_S3BUCKETOWNER() |
Getter for S3BUCKETOWNER w/ exceptions if field has no value |
HAS_S3BUCKETOWNER() |
Determine if S3BUCKETOWNER has a value |
creationDateTime¶
Export task creation datetime.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATETIME() |
Getter for CREATIONDATETIME, with configurable default |
ASK_CREATIONDATETIME() |
Getter for CREATIONDATETIME w/ exceptions if field has no va |
HAS_CREATIONDATETIME() |
Determine if CREATIONDATETIME has a value |
endDateTime¶
Export task end datetime.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDDATETIME() |
Getter for ENDDATETIME, with configurable default |
ASK_ENDDATETIME() |
Getter for ENDDATETIME w/ exceptions if field has no value |
HAS_ENDDATETIME() |
Determine if ENDDATETIME has a value |
status¶
Export task status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
progressPercentage¶
Export task progress percentage.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROGRESSPERCENTAGE() |
Getter for PROGRESSPERCENTAGE, with configurable default |
ASK_PROGRESSPERCENTAGE() |
Getter for PROGRESSPERCENTAGE w/ exceptions if field has no |
STR_PROGRESSPERCENTAGE() |
String format for PROGRESSPERCENTAGE, with configurable defa |
HAS_PROGRESSPERCENTAGE() |
Determine if PROGRESSPERCENTAGE has a value |
summary¶
Export task summary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUMMARY() |
Getter for SUMMARY |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EXPORTSLIST¶
TYPES TT_EXPORTSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MGNEXPORTTASK WITH DEFAULT KEY
.