Skip to content

/AWS1/CL_CNTDATATABLEVALUESUMM

A data table value summary.

CONSTRUCTOR

IMPORTING

Required arguments:

it_primaryvalues TYPE /AWS1/CL_CNTPRIMARYVALUERSP=>TT_PRIMARYVALUESRESPONSESET TT_PRIMARYVALUESRESPONSESET

The summary's primary values.

iv_attributename TYPE /AWS1/CNTDATATABLENAME /AWS1/CNTDATATABLENAME

The summary's attribute name.

iv_valuetype TYPE /AWS1/CNTDATATBLATTRVALUETYPE /AWS1/CNTDATATBLATTRVALUETYPE

The summary's value type.

iv_value TYPE /AWS1/CNTSTRING /AWS1/CNTSTRING

The summary's value.

Optional arguments:

iv_recordid TYPE /AWS1/CNTDATATABLEID /AWS1/CNTDATATABLEID

The summary's record ID.

iv_attributeid TYPE /AWS1/CNTDATATABLEID /AWS1/CNTDATATABLEID

The summary's attribute ID.

io_lockversion TYPE REF TO /AWS1/CL_CNTDATATABLELOCKVRS /AWS1/CL_CNTDATATABLELOCKVRS

The summary's lock version.

iv_lastmodifiedtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP

The summary's last modified time.

iv_lastmodifiedregion TYPE /AWS1/CNTREGIONNAME /AWS1/CNTREGIONNAME

The summary's last modified region.


Queryable Attributes

RecordId

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

AttributeId

The summary's attribute ID.

Accessible with the following methods

Method Description
GET_ATTRIBUTEID() Getter for ATTRIBUTEID, with configurable default
ASK_ATTRIBUTEID() Getter for ATTRIBUTEID w/ exceptions if field has no value
HAS_ATTRIBUTEID() Determine if ATTRIBUTEID has a value

PrimaryValues

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

Value

The summary's value.

Accessible with the following methods

Method Description
GET_VALUE() Getter for VALUE, with configurable default
ASK_VALUE() Getter for VALUE w/ exceptions if field has no value
HAS_VALUE() Determine if VALUE has a value

LockVersion

The summary's lock version.

Accessible with the following methods

Method Description
GET_LOCKVERSION() Getter for LOCKVERSION

LastModifiedTime

The summary's last modified time.

Accessible with the following methods

Method Description
GET_LASTMODIFIEDTIME() Getter for LASTMODIFIEDTIME, with configurable default
ASK_LASTMODIFIEDTIME() Getter for LASTMODIFIEDTIME w/ exceptions if field has no va
HAS_LASTMODIFIEDTIME() Determine if LASTMODIFIEDTIME has a value

LastModifiedRegion

The summary's last modified region.

Accessible with the following methods

Method Description
GET_LASTMODIFIEDREGION() Getter for LASTMODIFIEDREGION, with configurable default
ASK_LASTMODIFIEDREGION() Getter for LASTMODIFIEDREGION w/ exceptions if field has no
HAS_LASTMODIFIEDREGION() Determine if LASTMODIFIEDREGION 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_DATATABLEVALUESUMMARYLIST

TYPES TT_DATATABLEVALUESUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTDATATABLEVALUESUMM WITH DEFAULT KEY
.