Skip to content

/AWS1/CL_BDCSTARTBATCHEVALRSP

StartBatchEvaluationResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_batchevaluationid TYPE /AWS1/BDCBATCHEVALUATIONID /AWS1/BDCBATCHEVALUATIONID

The unique identifier of the created batch evaluation.

iv_batchevaluationarn TYPE /AWS1/BDCBATCHEVALUATIONARN /AWS1/BDCBATCHEVALUATIONARN

The Amazon Resource Name (ARN) of the created batch evaluation.

iv_batchevaluationname TYPE /AWS1/BDCBATCHEVALUATIONNAME /AWS1/BDCBATCHEVALUATIONNAME

The name of the batch evaluation.

iv_status TYPE /AWS1/BDCBATCHEVALUATIONSTATUS /AWS1/BDCBATCHEVALUATIONSTATUS

The status of the batch evaluation.

iv_createdat TYPE /AWS1/BDCTIMESTAMP /AWS1/BDCTIMESTAMP

The timestamp when the batch evaluation was created.

Optional arguments:

it_evaluators TYPE /AWS1/CL_BDCEVALUATOR=>TT_EVALUATORLIST TT_EVALUATORLIST

The list of evaluators applied during the batch evaluation.

io_outputconfig TYPE REF TO /AWS1/CL_BDCOUTPUTCONFIG /AWS1/CL_BDCOUTPUTCONFIG

The output configuration specifying where evaluation results are written.

iv_description TYPE /AWS1/BDCBATCHEVALUATIONDESC /AWS1/BDCBATCHEVALUATIONDESC

The description of the batch evaluation.


Queryable Attributes

batchEvaluationId

The unique identifier of the created batch evaluation.

Accessible with the following methods

Method Description
GET_BATCHEVALUATIONID() Getter for BATCHEVALUATIONID, with configurable default
ASK_BATCHEVALUATIONID() Getter for BATCHEVALUATIONID w/ exceptions if field has no v
HAS_BATCHEVALUATIONID() Determine if BATCHEVALUATIONID has a value

batchEvaluationArn

The Amazon Resource Name (ARN) of the created batch evaluation.

Accessible with the following methods

Method Description
GET_BATCHEVALUATIONARN() Getter for BATCHEVALUATIONARN, with configurable default
ASK_BATCHEVALUATIONARN() Getter for BATCHEVALUATIONARN w/ exceptions if field has no
HAS_BATCHEVALUATIONARN() Determine if BATCHEVALUATIONARN has a value

batchEvaluationName

The name of the batch evaluation.

Accessible with the following methods

Method Description
GET_BATCHEVALUATIONNAME() Getter for BATCHEVALUATIONNAME, with configurable default
ASK_BATCHEVALUATIONNAME() Getter for BATCHEVALUATIONNAME w/ exceptions if field has no
HAS_BATCHEVALUATIONNAME() Determine if BATCHEVALUATIONNAME has a value

evaluators

The list of evaluators applied during the batch evaluation.

Accessible with the following methods

Method Description
GET_EVALUATORS() Getter for EVALUATORS, with configurable default
ASK_EVALUATORS() Getter for EVALUATORS w/ exceptions if field has no value
HAS_EVALUATORS() Determine if EVALUATORS has a value

status

The status of the batch evaluation.

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

createdAt

The timestamp when the batch evaluation was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

outputConfig

The output configuration specifying where evaluation results are written.

Accessible with the following methods

Method Description
GET_OUTPUTCONFIG() Getter for OUTPUTCONFIG

description

The description of the batch evaluation.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value