/AWS1/CL_MGNIMPORTTASKERROR¶
Import task error.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_errordatetime
TYPE /AWS1/MGNISO8601DATETIMESTRING
/AWS1/MGNISO8601DATETIMESTRING
¶
Import task error datetime.
iv_errortype
TYPE /AWS1/MGNIMPORTERRORTYPE
/AWS1/MGNIMPORTERRORTYPE
¶
Import task error type.
io_errordata
TYPE REF TO /AWS1/CL_MGNIMPORTERRORDATA
/AWS1/CL_MGNIMPORTERRORDATA
¶
Import task error data.
Queryable Attributes¶
errorDateTime¶
Import task error datetime.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ERRORDATETIME() |
Getter for ERRORDATETIME, with configurable default |
ASK_ERRORDATETIME() |
Getter for ERRORDATETIME w/ exceptions if field has no value |
HAS_ERRORDATETIME() |
Determine if ERRORDATETIME has a value |
errorType¶
Import task error type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ERRORTYPE() |
Getter for ERRORTYPE, with configurable default |
ASK_ERRORTYPE() |
Getter for ERRORTYPE w/ exceptions if field has no value |
HAS_ERRORTYPE() |
Determine if ERRORTYPE has a value |
errorData¶
Import task error data.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ERRORDATA() |
Getter for ERRORDATA |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_IMPORTERRORS
¶
TYPES TT_IMPORTERRORS TYPE STANDARD TABLE OF REF TO /AWS1/CL_MGNIMPORTTASKERROR WITH DEFAULT KEY
.