Skip to content

/AWS1/CL_CNTRECORDPRIMARYVALUE

A record primary value.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_recordid TYPE /AWS1/CNTDATATABLEID /AWS1/CNTDATATABLEID

The value's record ID.

it_primaryvalues TYPE /AWS1/CL_CNTPRIMARYVALUERSP=>TT_PRIMARYVALUESRESPONSESET TT_PRIMARYVALUESRESPONSESET

The value's primary values.

iv_lastmodifiedtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP

The value's last modified time.

iv_lastmodifiedregion TYPE /AWS1/CNTREGIONNAME /AWS1/CNTREGIONNAME

The value's last modified region.


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

LastModifiedTime

The value'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 value'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_PRIMARYVALUESLIST

TYPES TT_PRIMARYVALUESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTRECORDPRIMARYVALUE WITH DEFAULT KEY
.