Skip to content

/AWS1/CL_CNTEVALFRMSCORETHRESH

Information about a score threshold for a performance category.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_performancecategory TYPE /AWS1/CNTPERFCATEGORYNAME /AWS1/CNTPERFCATEGORYNAME

The performance category name.

Optional arguments:

iv_minscorepercentage TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The minimum score percentage for the performance category.

iv_maxscorepercentage TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The maximum score percentage for the performance category.


Queryable Attributes

PerformanceCategory

The performance category name.

Accessible with the following methods

Method Description
GET_PERFORMANCECATEGORY() Getter for PERFORMANCECATEGORY, with configurable default
ASK_PERFORMANCECATEGORY() Getter for PERFORMANCECATEGORY w/ exceptions if field has no
HAS_PERFORMANCECATEGORY() Determine if PERFORMANCECATEGORY has a value

MinScorePercentage

The minimum score percentage for the performance category.

Accessible with the following methods

Method Description
GET_MINSCOREPERCENTAGE() Getter for MINSCOREPERCENTAGE
ASK_MINSCOREPERCENTAGE() Getter for MINSCOREPERCENTAGE w/ exceptions if field has no
STR_MINSCOREPERCENTAGE() String format for MINSCOREPERCENTAGE

MaxScorePercentage

The maximum score percentage for the performance category.

Accessible with the following methods

Method Description
GET_MAXSCOREPERCENTAGE() Getter for MAXSCOREPERCENTAGE
ASK_MAXSCOREPERCENTAGE() Getter for MAXSCOREPERCENTAGE w/ exceptions if field has no
STR_MAXSCOREPERCENTAGE() String format for MAXSCOREPERCENTAGE

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_EVALFORMSCORETHRESHOLDLIST

TYPES TT_EVALFORMSCORETHRESHOLDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTEVALFRMSCORETHRESH WITH DEFAULT KEY
.