/AWS1/CL_CNTPRIMARYVALUERSP¶
A primary value response.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_attributename TYPE /AWS1/CNTDATATABLENAME /AWS1/CNTDATATABLENAME¶
The value's attribute name.
iv_attributeid TYPE /AWS1/CNTDATATABLEID /AWS1/CNTDATATABLEID¶
The value's attribute ID.
iv_value TYPE /AWS1/CNTSTRING /AWS1/CNTSTRING¶
The value's value.
Queryable Attributes¶
AttributeName¶
The value'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 |
AttributeId¶
The value'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 |
Value¶
The value'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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PRIMARYVALUESRESPONSESET¶
TYPES TT_PRIMARYVALUESRESPONSESET TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTPRIMARYVALUERSP WITH DEFAULT KEY
.