/AWS1/CL_SHBRELATEDFINDING¶
Details about a related finding.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_productarn TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The ARN of the product that generated a related finding.
iv_id TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The product-generated identifier for a related finding.
Queryable Attributes¶
ProductArn¶
The ARN of the product that generated a related finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRODUCTARN() |
Getter for PRODUCTARN, with configurable default |
ASK_PRODUCTARN() |
Getter for PRODUCTARN w/ exceptions if field has no value |
HAS_PRODUCTARN() |
Determine if PRODUCTARN has a value |
Id¶
The product-generated identifier for a related finding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RELATEDFINDINGLIST¶
TYPES TT_RELATEDFINDINGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SHBRELATEDFINDING WITH DEFAULT KEY
.