/AWS1/CL_FNSKXDATAVIEWCONF¶
The structure that stores the configuration details of a dataview.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_dataviewname TYPE /AWS1/FNSKXDATAVIEWNAME /AWS1/FNSKXDATAVIEWNAME¶
The unique identifier of the dataview.
iv_dataviewversionid TYPE /AWS1/FNSVERSIONID /AWS1/FNSVERSIONID¶
The version of the dataview corresponding to a given changeset.
iv_changesetid TYPE /AWS1/FNSCHANGESETID /AWS1/FNSCHANGESETID¶
A unique identifier for the changeset.
it_segmentconfigurations TYPE /AWS1/CL_FNSKXDATAVIEWSEGMEN00=>TT_KXDATAVIEWSEGMENTCONFLIST TT_KXDATAVIEWSEGMENTCONFLIST¶
The db path and volume configuration for the segmented database.
Queryable Attributes¶
dataviewName¶
The unique identifier of the dataview.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATAVIEWNAME() |
Getter for DATAVIEWNAME, with configurable default |
ASK_DATAVIEWNAME() |
Getter for DATAVIEWNAME w/ exceptions if field has no value |
HAS_DATAVIEWNAME() |
Determine if DATAVIEWNAME has a value |
dataviewVersionId¶
The version of the dataview corresponding to a given changeset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATAVIEWVERSIONID() |
Getter for DATAVIEWVERSIONID, with configurable default |
ASK_DATAVIEWVERSIONID() |
Getter for DATAVIEWVERSIONID w/ exceptions if field has no v |
HAS_DATAVIEWVERSIONID() |
Determine if DATAVIEWVERSIONID has a value |
changesetId¶
A unique identifier for the changeset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANGESETID() |
Getter for CHANGESETID, with configurable default |
ASK_CHANGESETID() |
Getter for CHANGESETID w/ exceptions if field has no value |
HAS_CHANGESETID() |
Determine if CHANGESETID has a value |
segmentConfigurations¶
The db path and volume configuration for the segmented database.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEGMENTCONFIGURATIONS() |
Getter for SEGMENTCONFIGURATIONS, with configurable default |
ASK_SEGMENTCONFIGURATIONS() |
Getter for SEGMENTCONFIGURATIONS w/ exceptions if field has |
HAS_SEGMENTCONFIGURATIONS() |
Determine if SEGMENTCONFIGURATIONS has a value |