/AWS1/CL_QSTSEMANTICMODELCONF¶
Configuration for the semantic model that defines how prepared data is structured for analysis and reporting.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_tablemap TYPE /AWS1/CL_QSTSEMANTICTABLE=>TT_SEMANTICTABLEMAP TT_SEMANTICTABLEMAP¶
A map of semantic tables that define the analytical structure.
it_semanticmetadata TYPE /AWS1/CL_QSTDATASETSEMANMET=>TT_DATASETSEMANTICMETADATALIST TT_DATASETSEMANTICMETADATALIST¶
The dataset-level semantic metadata, including a description and custom instructions.
Queryable Attributes¶
TableMap¶
A map of semantic tables that define the analytical structure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TABLEMAP() |
Getter for TABLEMAP, with configurable default |
ASK_TABLEMAP() |
Getter for TABLEMAP w/ exceptions if field has no value |
HAS_TABLEMAP() |
Determine if TABLEMAP has a value |
SemanticMetadata¶
The dataset-level semantic metadata, including a description and custom instructions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEMANTICMETADATA() |
Getter for SEMANTICMETADATA, with configurable default |
ASK_SEMANTICMETADATA() |
Getter for SEMANTICMETADATA w/ exceptions if field has no va |
HAS_SEMANTICMETADATA() |
Determine if SEMANTICMETADATA has a value |