Skip to content

/AWS1/CL_CNTBTCCREDATATBLVAL02

A batch create data table value success result.

CONSTRUCTOR

IMPORTING

Required arguments:

it_primaryvalues TYPE /AWS1/CL_CNTPRIMARYVALUE=>TT_PRIMARYVALUESSET TT_PRIMARYVALUESSET

The result's primary values.

iv_attributename TYPE /AWS1/CNTDATATABLENAME /AWS1/CNTDATATABLENAME

The result's attribute name.

iv_recordid TYPE /AWS1/CNTDATATABLEID /AWS1/CNTDATATABLEID

The result's record ID.

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

The result's lock version.


Queryable Attributes

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

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

LockVersion

The result's lock version.

Accessible with the following methods

Method Description
GET_LOCKVERSION() Getter for LOCKVERSION

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_BTCCREDATATBLVALSUCCRSLTLST

TYPES TT_BTCCREDATATBLVALSUCCRSLTLST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTBTCCREDATATBLVAL02 WITH DEFAULT KEY
.