/AWS1/CL_BDKRATINGSCALEITEM¶
Defines the value and corresponding definition for one rating in a custom metric rating scale.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_definition TYPE /AWS1/BDKRATINGSCALEITEMDEFN /AWS1/BDKRATINGSCALEITEMDEFN¶
Defines the definition for one rating in a custom metric rating scale.
io_value TYPE REF TO /AWS1/CL_BDKRATINGSCALEITEMVAL /AWS1/CL_BDKRATINGSCALEITEMVAL¶
Defines the value for one rating in a custom metric rating scale.
Queryable Attributes¶
definition¶
Defines the definition for one rating in a custom metric rating scale.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFINITION() |
Getter for DEFINITION, with configurable default |
ASK_DEFINITION() |
Getter for DEFINITION w/ exceptions if field has no value |
HAS_DEFINITION() |
Determine if DEFINITION has a value |
value¶
Defines the value for one rating in a custom metric rating scale.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUE() |
Getter for VALUE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RATINGSCALE¶
TYPES TT_RATINGSCALE TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKRATINGSCALEITEM WITH DEFAULT KEY
.