/AWS1/CL_QSTTOPICV2DSRELATION¶
A structure that represents a relation between two data sets of a topic.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_left TYPE REF TO /AWS1/CL_QSTTPCV2DSRELATIONE00 /AWS1/CL_QSTTPCV2DSRELATIONE00¶
The left endpoint of the data set relation.
io_right TYPE REF TO /AWS1/CL_QSTTPCV2DSRELATIONE00 /AWS1/CL_QSTTPCV2DSRELATIONE00¶
The right endpoint of the data set relation.
Queryable Attributes¶
Left¶
The left endpoint of the data set relation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LEFT() |
Getter for LEFT |
Right¶
The right endpoint of the data set relation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RIGHT() |
Getter for RIGHT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TOPICV2DATASETRELATIONLIST¶
TYPES TT_TOPICV2DATASETRELATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTTOPICV2DSRELATION WITH DEFAULT KEY
.