/AWS1/CL_CNTPRIMARYATTRVALUE¶
A primary attribute value.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_accesstype TYPE /AWS1/CNTACCESSTYPE /AWS1/CNTACCESSTYPE¶
The value's access type.
iv_attributename TYPE /AWS1/CNTPRIMARYATTRCTXKEYNAME /AWS1/CNTPRIMARYATTRCTXKEYNAME¶
The value's attribute name.
it_values TYPE /AWS1/CL_CNTPRIMARYVALUELIST_W=>TT_PRIMARYVALUELIST TT_PRIMARYVALUELIST¶
The value's values.
Queryable Attributes¶
AccessType¶
The value's access type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCESSTYPE() |
Getter for ACCESSTYPE, with configurable default |
ASK_ACCESSTYPE() |
Getter for ACCESSTYPE w/ exceptions if field has no value |
HAS_ACCESSTYPE() |
Determine if ACCESSTYPE has a value |
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 |
Values¶
The value's values.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALUES() |
Getter for VALUES, with configurable default |
ASK_VALUES() |
Getter for VALUES w/ exceptions if field has no value |
HAS_VALUES() |
Determine if VALUES 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_PRIMARYATTRIBUTEVALUESSET¶
TYPES TT_PRIMARYATTRIBUTEVALUESSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTPRIMARYATTRVALUE WITH DEFAULT KEY
.