Skip to content

/AWS1/CL_CNTBTCDSCDATATBLVAL02

A batch describe data table value success result.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_recordid TYPE /AWS1/CNTDATATABLEID /AWS1/CNTDATATABLEID

The result's record ID.

iv_attributeid TYPE /AWS1/CNTDATATABLEID /AWS1/CNTDATATABLEID

The result's attribute ID.

it_primaryvalues TYPE /AWS1/CL_CNTPRIMARYVALUERSP=>TT_PRIMARYVALUESRESPONSESET TT_PRIMARYVALUESRESPONSESET

The result's primary values.

iv_attributename TYPE /AWS1/CNTDATATABLENAME /AWS1/CNTDATATABLENAME

The result's attribute name.

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

The result's lock version.

Optional arguments:

iv_value TYPE /AWS1/CNTSTRING /AWS1/CNTSTRING

The result's value.

iv_lastmodifiedtime TYPE /AWS1/CNTTIMESTAMP /AWS1/CNTTIMESTAMP

The result's last modified time.

iv_lastmodifiedregion TYPE /AWS1/CNTREGIONNAME /AWS1/CNTREGIONNAME

The result's last modified region.


Queryable Attributes

RecordId

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

Value

The result'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 result's lock version.

Accessible with the following methods

Method Description
GET_LOCKVERSION() Getter for LOCKVERSION

LastModifiedTime

The result'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 result'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_BTCDSCDATATBLVALSUCCRSLIST

TYPES TT_BTCDSCDATATBLVALSUCCRSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTBTCDSCDATATBLVAL02 WITH DEFAULT KEY
.