Skip to content

/AWS1/CL_BDONUMERICALSCALEDEFN

The definition of a numerical rating scale option that provides a numeric value with its description for evaluation scoring.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_definition TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING

The description that explains what this numerical rating represents and when it should be used.

iv_value TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The numerical value for this rating scale option.

iv_label TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING

The label or name that describes this numerical rating option.


Queryable Attributes

definition

The description that explains what this numerical rating represents and when it should be used.

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

The numerical value for this rating scale option.

Accessible with the following methods

Method Description
GET_VALUE() Getter for VALUE, with configurable default
ASK_VALUE() Getter for VALUE w/ exceptions if field has no value
STR_VALUE() String format for VALUE, with configurable default
HAS_VALUE() Determine if VALUE has a value

label

The label or name that describes this numerical rating option.

Accessible with the following methods

Method Description
GET_LABEL() Getter for LABEL, with configurable default
ASK_LABEL() Getter for LABEL w/ exceptions if field has no value
HAS_LABEL() Determine if LABEL 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_NUMERICALSCALEDEFINITIONS

TYPES TT_NUMERICALSCALEDEFINITIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDONUMERICALSCALEDEFN WITH DEFAULT KEY
.