/AWS1/CL_CNTPRIMARYATTRVALFILT¶
A primary attribute value filter.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_attributename TYPE /AWS1/CNTDATATABLENAME /AWS1/CNTDATATABLENAME¶
The filter's attribute name.
it_values TYPE /AWS1/CL_CNTVALUELIST_W=>TT_VALUELIST TT_VALUELIST¶
The filter's values.
Queryable Attributes¶
AttributeName¶
The filter'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 filter'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_PRIMARYATTRVALUEFILTERS¶
TYPES TT_PRIMARYATTRVALUEFILTERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTPRIMARYATTRVALFILT WITH DEFAULT KEY
.