/AWS1/CL_CNTALYSDATASETSRESULT¶
Information about datasets that are available to associate with: DataSetId
,
DataSetName
.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_datasetid
TYPE /AWS1/CNTDATASETID
/AWS1/CNTDATASETID
¶
The identifier of the dataset.
iv_datasetname
TYPE /AWS1/CNTSTRING
/AWS1/CNTSTRING
¶
The name of the dataset.
Queryable Attributes¶
DataSetId¶
The identifier of the dataset.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATASETID() |
Getter for DATASETID, with configurable default |
ASK_DATASETID() |
Getter for DATASETID w/ exceptions if field has no value |
HAS_DATASETID() |
Determine if DATASETID has a value |
DataSetName¶
The name of the dataset.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATASETNAME() |
Getter for DATASETNAME, with configurable default |
ASK_DATASETNAME() |
Getter for DATASETNAME w/ exceptions if field has no value |
HAS_DATASETNAME() |
Determine if DATASETNAME 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_ANALYTICSDATASETSRESULTS
¶
TYPES TT_ANALYTICSDATASETSRESULTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTALYSDATASETSRESULT WITH DEFAULT KEY
.