/AWS1/CL_CWEREMTGTSRSLTENTRY¶
Represents a target that failed to be removed from a rule.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_targetid TYPE /AWS1/CWETARGETID /AWS1/CWETARGETID¶
The ID of the target.
iv_errorcode TYPE /AWS1/CWEERRORCODE /AWS1/CWEERRORCODE¶
The error code that indicates why the target removal failed. If the value is
ConcurrentModificationException, too many requests were made at the same time.
iv_errormessage TYPE /AWS1/CWEERRORMESSAGE /AWS1/CWEERRORMESSAGE¶
The error message that explains why the target removal failed.
Queryable Attributes¶
TargetId¶
The ID of the target.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_TARGETID() | Getter for TARGETID, with configurable default | 
| ASK_TARGETID() | Getter for TARGETID w/ exceptions if field has no value | 
| HAS_TARGETID() | Determine if TARGETID has a value | 
ErrorCode¶
The error code that indicates why the target removal failed. If the value is
ConcurrentModificationException, too many requests were made at the same time.
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 that explains why the target removal failed.
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:
TT_REMOVETARGETSRSLTENTRYLIST¶
TYPES TT_REMOVETARGETSRSLTENTRYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWEREMTGTSRSLTENTRY WITH DEFAULT KEY
.