Skip to content

/AWS1/CL_BDCEVALUATORSUMMARY

Summary statistics for a single evaluator within a batch evaluation.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_evaluatorid TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

The unique identifier of the evaluator.

io_statistics TYPE REF TO /AWS1/CL_BDCEVALUATORSTATS /AWS1/CL_BDCEVALUATORSTATS

The aggregated statistics for this evaluator.

iv_totalevaluated TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER

The total number of sessions evaluated by this evaluator.

iv_totalfailed TYPE /AWS1/BDCINTEGER /AWS1/BDCINTEGER

The total number of sessions that failed evaluation by this evaluator.


Queryable Attributes

evaluatorId

The unique identifier of the evaluator.

Accessible with the following methods

Method Description
GET_EVALUATORID() Getter for EVALUATORID, with configurable default
ASK_EVALUATORID() Getter for EVALUATORID w/ exceptions if field has no value
HAS_EVALUATORID() Determine if EVALUATORID has a value

statistics

The aggregated statistics for this evaluator.

Accessible with the following methods

Method Description
GET_STATISTICS() Getter for STATISTICS

totalEvaluated

The total number of sessions evaluated by this evaluator.

Accessible with the following methods

Method Description
GET_TOTALEVALUATED() Getter for TOTALEVALUATED, with configurable default
ASK_TOTALEVALUATED() Getter for TOTALEVALUATED w/ exceptions if field has no valu
HAS_TOTALEVALUATED() Determine if TOTALEVALUATED has a value

totalFailed

The total number of sessions that failed evaluation by this evaluator.

Accessible with the following methods

Method Description
GET_TOTALFAILED() Getter for TOTALFAILED, with configurable default
ASK_TOTALFAILED() Getter for TOTALFAILED w/ exceptions if field has no value
HAS_TOTALFAILED() Determine if TOTALFAILED 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_EVALUATORSUMMARYLIST

TYPES TT_EVALUATORSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCEVALUATORSUMMARY WITH DEFAULT KEY
.