Skip to content

/AWS1/CL_CNTDATATBLEVALDVALUE

A data table evaluated value.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_recordid TYPE /AWS1/CNTDATATABLEID /AWS1/CNTDATATABLEID

The value's record ID.

it_primaryvalues TYPE /AWS1/CL_CNTPRIMARYVALUE=>TT_PRIMARYVALUESSET TT_PRIMARYVALUESSET

The value's primary values.

iv_attributename TYPE /AWS1/CNTDATATABLENAME /AWS1/CNTDATATABLENAME

The value's attribute name.

iv_valuetype TYPE /AWS1/CNTDATATBLATTRVALUETYPE /AWS1/CNTDATATBLATTRVALUETYPE

The value's value type.

iv_found TYPE /AWS1/CNTBOOLEAN /AWS1/CNTBOOLEAN

The value's found.

iv_error TYPE /AWS1/CNTBOOLEAN /AWS1/CNTBOOLEAN

The value's error.

iv_evaluatedvalue TYPE /AWS1/CNTSTRING /AWS1/CNTSTRING

The value's evaluated value.


Queryable Attributes

RecordId

The value's record ID.

Accessible with the following methods

Method Description
GET_RECORDID() Getter for RECORDID, with configurable default
ASK_RECORDID() Getter for RECORDID w/ exceptions if field has no value
HAS_RECORDID() Determine if RECORDID has a value

PrimaryValues

The value's primary values.

Accessible with the following methods

Method Description
GET_PRIMARYVALUES() Getter for PRIMARYVALUES, with configurable default
ASK_PRIMARYVALUES() Getter for PRIMARYVALUES w/ exceptions if field has no value
HAS_PRIMARYVALUES() Determine if PRIMARYVALUES has a value

AttributeName

The value's attribute name.

Accessible with the following methods

Method Description
GET_ATTRIBUTENAME() Getter for ATTRIBUTENAME, with configurable default
ASK_ATTRIBUTENAME() Getter for ATTRIBUTENAME w/ exceptions if field has no value
HAS_ATTRIBUTENAME() Determine if ATTRIBUTENAME has a value

ValueType

The value's value type.

Accessible with the following methods

Method Description
GET_VALUETYPE() Getter for VALUETYPE, with configurable default
ASK_VALUETYPE() Getter for VALUETYPE w/ exceptions if field has no value
HAS_VALUETYPE() Determine if VALUETYPE has a value

Found

The value's found.

Accessible with the following methods

Method Description
GET_FOUND() Getter for FOUND

Error

The value's error.

Accessible with the following methods

Method Description
GET_ERROR() Getter for ERROR

EvaluatedValue

The value's evaluated value.

Accessible with the following methods

Method Description
GET_EVALUATEDVALUE() Getter for EVALUATEDVALUE, with configurable default
ASK_EVALUATEDVALUE() Getter for EVALUATEDVALUE w/ exceptions if field has no valu
HAS_EVALUATEDVALUE() Determine if EVALUATEDVALUE 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_DATATABLEEVALUATEDVALUELIST

TYPES TT_DATATABLEEVALUATEDVALUELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTDATATBLEVALDVALUE WITH DEFAULT KEY
.