/AWS1/CL_CNTCREDATATBLATTRRSP¶
CreateDataTableAttributeResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/CNTDATATABLENAME /AWS1/CNTDATATABLENAME¶
The name of the created attribute since it also serves as the identifier. This could be different than the parameter passed in since it will be trimmed for whitespace.
io_lockversion TYPE REF TO /AWS1/CL_CNTDATATABLELOCKVRS /AWS1/CL_CNTDATATABLELOCKVRS¶
The lock version information for the data table and attribute, used for optimistic locking and versioning.
Optional arguments:¶
iv_attributeid TYPE /AWS1/CNTDATATABLEID /AWS1/CNTDATATABLEID¶
The unique identifier assigned to the created attribute.
Queryable Attributes¶
Name¶
The name of the created attribute since it also serves as the identifier. This could be different than the parameter passed in since it will be trimmed for whitespace.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
AttributeId¶
The unique identifier assigned to the created attribute.
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 |
LockVersion¶
The lock version information for the data table and attribute, used for optimistic locking and versioning.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCKVERSION() |
Getter for LOCKVERSION |