/AWS1/CL_QSTPARENTDATASET¶
References a parent dataset that serves as a data source, including its columns and metadata.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_datasetarn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
The Amazon Resource Name (ARN) of the parent dataset.
it_inputcolumns TYPE /AWS1/CL_QSTINPUTCOLUMN=>TT_INPUTCOLUMNLIST TT_INPUTCOLUMNLIST¶
The list of input columns available from the parent dataset.
Queryable Attributes¶
DataSetArn¶
The Amazon Resource Name (ARN) of the parent dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETARN() |
Getter for DATASETARN, with configurable default |
ASK_DATASETARN() |
Getter for DATASETARN w/ exceptions if field has no value |
HAS_DATASETARN() |
Determine if DATASETARN has a value |
InputColumns¶
The list of input columns available from the parent dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTCOLUMNS() |
Getter for INPUTCOLUMNS, with configurable default |
ASK_INPUTCOLUMNS() |
Getter for INPUTCOLUMNS w/ exceptions if field has no value |
HAS_INPUTCOLUMNS() |
Determine if INPUTCOLUMNS has a value |