/AWS1/CL_SAGBATCHGETFNDGSOUT¶
Output for the BatchGetFindings operation
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_findings TYPE /AWS1/CL_SAGFINDING=>TT_FINDINGLIST TT_FINDINGLIST¶
List of successfully retrieved findings
it_notfound TYPE /AWS1/CL_SAGFINDINGIDLIST_W=>TT_FINDINGIDLIST TT_FINDINGIDLIST¶
List of finding IDs that could not be found
Queryable Attributes¶
findings¶
List of successfully retrieved findings
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 |
notFound¶
List of finding IDs that could not be found
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NOTFOUND() |
Getter for NOTFOUND, with configurable default |
ASK_NOTFOUND() |
Getter for NOTFOUND w/ exceptions if field has no value |
HAS_NOTFOUND() |
Determine if NOTFOUND has a value |