/AWS1/CL_REHFIELD¶
Indicates the field or attribute of a resource or data structure on which a condition is being applied or evaluated.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/REHSTRING255 /AWS1/REHSTRING255¶
Name of the field.
Optional arguments:¶
iv_aggregation TYPE /AWS1/REHFIELDAGGREGATIONTYPE /AWS1/REHFIELDAGGREGATIONTYPE¶
(Optional) Indicates the type of aggregation or summary operation (such as Sum, Average, and so on) to be performed on a particular field or set of data.
Queryable Attributes¶
name¶
Name of the field.
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 |
aggregation¶
(Optional) Indicates the type of aggregation or summary operation (such as Sum, Average, and so on) to be performed on a particular field or set of data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGGREGATION() |
Getter for AGGREGATION, with configurable default |
ASK_AGGREGATION() |
Getter for AGGREGATION w/ exceptions if field has no value |
HAS_AGGREGATION() |
Determine if AGGREGATION 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_FIELDLIST¶
TYPES TT_FIELDLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REHFIELD WITH DEFAULT KEY
.