/AWS1/CL_COPSUMMARY¶
The summary of a recommendation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/COPFINDING /AWS1/COPFINDING¶
The finding classification of the recommendation.
iv_value TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The value of the recommendation summary.
it_reasoncodesummaries TYPE /AWS1/CL_COPREASONCODESUMMARY=>TT_REASONCODESUMMARIES TT_REASONCODESUMMARIES¶
An array of objects that summarize a finding reason code.
Queryable Attributes¶
name¶
The finding classification of the recommendation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
value¶
The value of the recommendation summary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
STR_VALUE() |
String format for VALUE |
reasonCodeSummaries¶
An array of objects that summarize a finding reason code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASONCODESUMMARIES() |
Getter for REASONCODESUMMARIES, with configurable default |
ASK_REASONCODESUMMARIES() |
Getter for REASONCODESUMMARIES w/ exceptions if field has no |
HAS_REASONCODESUMMARIES() |
Determine if REASONCODESUMMARIES 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_SUMMARIES¶
TYPES TT_SUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_COPSUMMARY WITH DEFAULT KEY
.