/AWS1/CL_WADPILLARMETRIC¶
A metric for a particular pillar in a lens.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_pillarid
TYPE /AWS1/WADPILLARID
/AWS1/WADPILLARID
¶
PillarId
it_riskcounts
TYPE /AWS1/CL_WADRISKCOUNTS_W=>TT_RISKCOUNTS
TT_RISKCOUNTS
¶
RiskCounts
it_questions
TYPE /AWS1/CL_WADQUESTIONMETRIC=>TT_QUESTIONMETRICS
TT_QUESTIONMETRICS
¶
The questions that have been identified as risks in the pillar.
Queryable Attributes¶
PillarId¶
PillarId
Accessible with the following methods¶
Method | Description |
---|---|
GET_PILLARID() |
Getter for PILLARID, with configurable default |
ASK_PILLARID() |
Getter for PILLARID w/ exceptions if field has no value |
HAS_PILLARID() |
Determine if PILLARID has a value |
RiskCounts¶
RiskCounts
Accessible with the following methods¶
Method | Description |
---|---|
GET_RISKCOUNTS() |
Getter for RISKCOUNTS, with configurable default |
ASK_RISKCOUNTS() |
Getter for RISKCOUNTS w/ exceptions if field has no value |
HAS_RISKCOUNTS() |
Determine if RISKCOUNTS has a value |
Questions¶
The questions that have been identified as risks in the pillar.
Accessible with the following methods¶
Method | Description |
---|---|
GET_QUESTIONS() |
Getter for QUESTIONS, with configurable default |
ASK_QUESTIONS() |
Getter for QUESTIONS w/ exceptions if field has no value |
HAS_QUESTIONS() |
Determine if QUESTIONS 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_PILLARMETRICS
¶
TYPES TT_PILLARMETRICS TYPE STANDARD TABLE OF REF TO /AWS1/CL_WADPILLARMETRIC WITH DEFAULT KEY
.