/AWS1/CL_INSDESCREXCLUSIONSRSP¶
DescribeExclusionsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_exclusions TYPE /AWS1/CL_INSEXCLUSION=>TT_EXCLUSIONMAP TT_EXCLUSIONMAP¶
Information about the exclusions.
it_faileditems TYPE /AWS1/CL_INSFAILEDITEMDETAILS=>TT_FAILEDITEMS TT_FAILEDITEMS¶
Exclusion details that cannot be described. An error code is provided for each failed item.
Queryable Attributes¶
exclusions¶
Information about the exclusions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXCLUSIONS() |
Getter for EXCLUSIONS, with configurable default |
ASK_EXCLUSIONS() |
Getter for EXCLUSIONS w/ exceptions if field has no value |
HAS_EXCLUSIONS() |
Determine if EXCLUSIONS has a value |
failedItems¶
Exclusion details that cannot be described. An error code is provided for each failed item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDITEMS() |
Getter for FAILEDITEMS, with configurable default |
ASK_FAILEDITEMS() |
Getter for FAILEDITEMS w/ exceptions if field has no value |
HAS_FAILEDITEMS() |
Determine if FAILEDITEMS has a value |