Skip to content

/AWS1/CL_SAGBATCHGETFNDGSOUT

Output for the BatchGetFindings operation.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_findings TYPE /AWS1/CL_SAGFINDING=>TT_FINDINGLIST TT_FINDINGLIST

The list of findings that were found.

it_notfound TYPE /AWS1/CL_SAGFINDINGIDLIST_W=>TT_FINDINGIDLIST TT_FINDINGIDLIST

The list of finding identifiers that were not found.


Queryable Attributes

findings

The list of findings that were found.

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

The list of finding identifiers that were not 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