/AWS1/CL_CNTBTCCREDATATBLVAL03¶
A batch create data table value failure 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_message TYPE /AWS1/CNTSTRING /AWS1/CNTSTRING¶
The result's message.
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 |
Message¶
The result's message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE 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_BTCCREDATATBLVALFAILRSLTLST¶
TYPES TT_BTCCREDATATBLVALFAILRSLTLST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTBTCCREDATATBLVAL03 WITH DEFAULT KEY
.