Skip to content

/AWS1/CL_CNTDATATBLVALEVALSET

A data table value evaluation set.

CONSTRUCTOR

IMPORTING

Required arguments:

it_attributenames TYPE /AWS1/CL_CNTATTRNAMELIST_W=>TT_ATTRIBUTENAMELIST TT_ATTRIBUTENAMELIST

The set's attribute names.

Optional arguments:

it_primaryvalues TYPE /AWS1/CL_CNTPRIMARYVALUE=>TT_PRIMARYVALUESSET TT_PRIMARYVALUESSET

The set's primary values.


Queryable Attributes

PrimaryValues

The set'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

AttributeNames

The set's attribute names.

Accessible with the following methods

Method Description
GET_ATTRIBUTENAMES() Getter for ATTRIBUTENAMES, with configurable default
ASK_ATTRIBUTENAMES() Getter for ATTRIBUTENAMES w/ exceptions if field has no valu
HAS_ATTRIBUTENAMES() Determine if ATTRIBUTENAMES 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_DATATABLEVALUEEVALSETLIST

TYPES TT_DATATABLEVALUEEVALSETLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTDATATBLVALEVALSET WITH DEFAULT KEY
.