Skip to content

/AWS1/CL_CNTEVALDATATBLVALSRSP

EvaluateDataTableValuesResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_values TYPE /AWS1/CL_CNTDATATBLEVALDVALUE=>TT_DATATABLEEVALUATEDVALUELIST TT_DATATABLEEVALUATEDVALUELIST

A list of evaluated values with their computed results, error information, and metadata.

Optional arguments:

iv_nexttoken TYPE /AWS1/CNTNEXTTOKEN /AWS1/CNTNEXTTOKEN

Specify the pagination token from a previous request to retrieve the next page of results.


Queryable Attributes

Values

A list of evaluated values with their computed results, error information, and metadata.

Accessible with the following methods

Method Description
GET_VALUES() Getter for VALUES, with configurable default
ASK_VALUES() Getter for VALUES w/ exceptions if field has no value
HAS_VALUES() Determine if VALUES has a value

NextToken

Specify the pagination token from a previous request to retrieve the next page of results.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value