/AWS1/CL_FMSFAILEDITEM¶
Details of a resource that failed when trying to update it's association to a resource set.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_uri TYPE /AWS1/FMSIDENTIFIER /AWS1/FMSIDENTIFIER¶
The univeral resource indicator (URI) of the resource that failed.
iv_reason TYPE /AWS1/FMSFAILEDITEMREASON /AWS1/FMSFAILEDITEMREASON¶
The reason the resource's association could not be updated.
Queryable Attributes¶
URI¶
The univeral resource indicator (URI) of the resource that failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URI() |
Getter for URI, with configurable default |
ASK_URI() |
Getter for URI w/ exceptions if field has no value |
HAS_URI() |
Determine if URI has a value |
Reason¶
The reason the resource's association could not be updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON 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_FAILEDITEMLIST¶
TYPES TT_FAILEDITEMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FMSFAILEDITEM WITH DEFAULT KEY
.