/AWS1/CL_QSTCALCULATEDFIELD¶
The calculated field of an analysis.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_datasetidentifier TYPE /AWS1/QSTDATASETIDENTIFIER /AWS1/QSTDATASETIDENTIFIER¶
The data set that is used in this calculated field.
iv_name TYPE /AWS1/QSTCOLUMNNAME /AWS1/QSTCOLUMNNAME¶
The name of the calculated field.
iv_expression TYPE /AWS1/QSTCALCULATEDFIELDXPRSN /AWS1/QSTCALCULATEDFIELDXPRSN¶
The expression of the calculated field.
Queryable Attributes¶
DataSetIdentifier¶
The data set that is used in this calculated field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETIDENTIFIER() |
Getter for DATASETIDENTIFIER, with configurable default |
ASK_DATASETIDENTIFIER() |
Getter for DATASETIDENTIFIER w/ exceptions if field has no v |
HAS_DATASETIDENTIFIER() |
Determine if DATASETIDENTIFIER has a value |
Name¶
The name of the calculated 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 |
Expression¶
The expression of the calculated field.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPRESSION() |
Getter for EXPRESSION, with configurable default |
ASK_EXPRESSION() |
Getter for EXPRESSION w/ exceptions if field has no value |
HAS_EXPRESSION() |
Determine if EXPRESSION 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_CALCULATEDFIELDS¶
TYPES TT_CALCULATEDFIELDS TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTCALCULATEDFIELD WITH DEFAULT KEY
.