I_SemanticTagGroup
Semantic Tag Group
I_SemanticTagGroup is a Basic CDS View (Dimension) that provides data about "Semantic Tag Group" in SAP S/4HANA. It reads from 1 data source (finsc_sem_tag_g) and exposes 2 fields with key field SemanticTagGroup. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| finsc_sem_tag_g | finsc_sem_tag_g | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_SemanticTagGroupText | _Text | $projection.SemanticTagGroup = _Text.SemanticTagGroup |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Semantic Tag Group | view | |
| AbapCatalog.sqlViewName | IFISEMTAGGRP | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.internalName | #LOCAL | view | |
| ObjectModel.representativeKey | SemanticTagGroup | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SemanticTagGroup | fins_sem_tag_group | ||
| _Text | _Text |
@EndUserText.label: 'Semantic Tag Group'
@AbapCatalog.sqlViewName: 'IFISEMTAGGRP'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics: {dataCategory: #DIMENSION, dataExtraction.enabled: true}
@Analytics.internalName:#LOCAL
@ObjectModel.representativeKey: 'SemanticTagGroup'
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.dataClass: #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations:true
define view I_SemanticTagGroup
as select from finsc_sem_tag_g
association [0..*] to I_SemanticTagGroupText as _Text on $projection.SemanticTagGroup = _Text.SemanticTagGroup
{
@ObjectModel.text.association: '_Text'
key fins_sem_tag_group as SemanticTagGroup,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FINSC_SEM_TAG_G"
],
"ASSOCIATED":
[
"I_SEMANTICTAGGROUPTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA