/AWS1/CL_MPCBATCHDESCRERRORDET¶
An object that contains an error code and error message.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_errorcode TYPE /AWS1/MPCBTCDESCRERRORCODESTR /AWS1/MPCBTCDESCRERRORCODESTR¶
The error code returned.
iv_errormessage TYPE /AWS1/MPCBTCDESCRERRORMSGCONT /AWS1/MPCBTCDESCRERRORMSGCONT¶
The error message returned.
Queryable Attributes¶
ErrorCode¶
The error code returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORCODE() |
Getter for ERRORCODE, with configurable default |
ASK_ERRORCODE() |
Getter for ERRORCODE w/ exceptions if field has no value |
HAS_ERRORCODE() |
Determine if ERRORCODE has a value |
ErrorMessage¶
The error message returned.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TS_ERRORS_MAPROW¶
TYPES: BEGIN OF TS_ERRORS_MAPROW,
key TYPE /AWS1/MPCENTITYID,
value TYPE REF TO /AWS1/CL_MPCBATCHDESCRERRORDET,
END OF TS_ERRORS_MAPROW.
TT_ERRORS¶
TYPES TT_ERRORS TYPE HASHED TABLE OF /AWS1/CL_MPCBATCHDESCRERRORDET=>TS_ERRORS_MAPROW WITH UNIQUE KEY key
.