/AWS1/CL_QSTMAPPEDDATASETPARAM¶
A dataset parameter that is mapped to an analysis parameter.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_datasetidentifier TYPE /AWS1/QSTDATASETIDENTIFIER /AWS1/QSTDATASETIDENTIFIER¶
A unique name that identifies a dataset within the analysis or dashboard.
iv_datasetparametername TYPE /AWS1/QSTPARAMETERNAME /AWS1/QSTPARAMETERNAME¶
The name of the dataset parameter.
Queryable Attributes¶
DataSetIdentifier¶
A unique name that identifies a dataset within the analysis or dashboard.
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 |
DataSetParameterName¶
The name of the dataset parameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETPARAMETERNAME() |
Getter for DATASETPARAMETERNAME, with configurable default |
ASK_DATASETPARAMETERNAME() |
Getter for DATASETPARAMETERNAME w/ exceptions if field has n |
HAS_DATASETPARAMETERNAME() |
Determine if DATASETPARAMETERNAME 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_MAPPEDDATASETPARAMETERS¶
TYPES TT_MAPPEDDATASETPARAMETERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTMAPPEDDATASETPARAM WITH DEFAULT KEY
.