/AWS1/CL_INSDESCRFINDINGSRSP¶
DescribeFindingsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_findings TYPE /AWS1/CL_INSFINDING=>TT_FINDINGLIST TT_FINDINGLIST¶
Information about the finding.
it_faileditems TYPE /AWS1/CL_INSFAILEDITEMDETAILS=>TT_FAILEDITEMS TT_FAILEDITEMS¶
Finding details that cannot be described. An error code is provided for each failed item.
Queryable Attributes¶
findings¶
Information about the finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FINDINGS() |
Getter for FINDINGS, with configurable default |
ASK_FINDINGS() |
Getter for FINDINGS w/ exceptions if field has no value |
HAS_FINDINGS() |
Determine if FINDINGS has a value |
failedItems¶
Finding 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 |