Skip to content

/AWS1/CL_SAGBATCHGETTHRTSOUT

Output for the BatchGetThreats operation.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_threats TYPE /AWS1/CL_SAGTHREAT=>TT_THREATLIST TT_THREATLIST

The list of threats that were found.

it_notfound TYPE /AWS1/CL_SAGTHREATIDLIST_W=>TT_THREATIDLIST TT_THREATIDLIST

The list of threat identifiers that were not found.


Queryable Attributes

threats

The list of threats that were found.

Accessible with the following methods

Method Description
GET_THREATS() Getter for THREATS, with configurable default
ASK_THREATS() Getter for THREATS w/ exceptions if field has no value
HAS_THREATS() Determine if THREATS has a value

notFound

The list of threat 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