/AWS1/CL_REKDATASETLABELDESC¶
Describes a dataset label. For more information, see ListDatasetLabels.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_labelname TYPE /AWS1/REKDATASETLABEL /AWS1/REKDATASETLABEL¶
The name of the label.
io_labelstats TYPE REF TO /AWS1/CL_REKDATASETLABELSTATS /AWS1/CL_REKDATASETLABELSTATS¶
Statistics about the label.
Queryable Attributes¶
LabelName¶
The name of the label.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LABELNAME() |
Getter for LABELNAME, with configurable default |
ASK_LABELNAME() |
Getter for LABELNAME w/ exceptions if field has no value |
HAS_LABELNAME() |
Determine if LABELNAME has a value |
LabelStats¶
Statistics about the label.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LABELSTATS() |
Getter for LABELSTATS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DATASETLABELDESCRIPTIONS¶
TYPES TT_DATASETLABELDESCRIPTIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_REKDATASETLABELDESC WITH DEFAULT KEY
.