Skip to content

/AWS1/CL_CNTEVALFORMSCORINGS00

Information about scoring strategy for an evaluation form.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_mode TYPE /AWS1/CNTEVALFORMSCORINGMODE /AWS1/CNTEVALFORMSCORINGMODE

The scoring mode of the evaluation form.

iv_status TYPE /AWS1/CNTEVALFORMSCORINGSTATUS /AWS1/CNTEVALFORMSCORINGSTATUS

The scoring status of the evaluation form.

Optional arguments:

it_scorethresholds TYPE /AWS1/CL_CNTEVALFRMSCORETHRESH=>TT_EVALFORMSCORETHRESHOLDLIST TT_EVALFORMSCORETHRESHOLDLIST

The score thresholds for performance categories.


Queryable Attributes

Mode

The scoring mode of the evaluation form.

Accessible with the following methods

Method Description
GET_MODE() Getter for MODE, with configurable default
ASK_MODE() Getter for MODE w/ exceptions if field has no value
HAS_MODE() Determine if MODE has a value

Status

The scoring status of the evaluation form.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

ScoreThresholds

The score thresholds for performance categories.

Accessible with the following methods

Method Description
GET_SCORETHRESHOLDS() Getter for SCORETHRESHOLDS, with configurable default
ASK_SCORETHRESHOLDS() Getter for SCORETHRESHOLDS w/ exceptions if field has no val
HAS_SCORETHRESHOLDS() Determine if SCORETHRESHOLDS has a value