I_SemanticTagGroupText
Semantic Tag Group Text
I_SemanticTagGroupText is a Basic CDS View that provides data about "Semantic Tag Group Text" in SAP S/4HANA. It reads from 1 data source (finsc_sem_tag_gn) and exposes 4 fields with key fields Language, SemanticTagGroup. It has 1 association to related views. Part of development package FINS_FI_SEM_TAG.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| finsc_sem_tag_gn | finsc_sem_tag_gn | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (15)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Semantic Tag Group Text | view | |
| AbapCatalog.sqlViewName | IFISEMTAGGRPT | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.internalName | #LOCAL | view | |
| ObjectModel.dataCategory | #TEXT | 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 (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | spras | ||
| KEY | SemanticTagGroup | fins_sem_tag_group | ||
| SemanticTagGroupName | fins_sem_tag_group_name | |||
| _Language | _Language |
@EndUserText.label: 'Semantic Tag Group Text'
@AbapCatalog.sqlViewName: 'IFISEMTAGGRPT'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataExtraction.enabled: true
@Analytics.internalName:#LOCAL
@ObjectModel.dataCategory: #TEXT
@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_SemanticTagGroupText
as select from finsc_sem_tag_gn
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language
key spras as Language,
key fins_sem_tag_group as SemanticTagGroup,
@Semantics.text
fins_sem_tag_group_name as SemanticTagGroupName,
_Language
}
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