I_SemanticTagGroupText

DDL: I_SEMANTICTAGGROUPTEXT SQL: IFISEMTAGGRPT Type: view BASIC Package: FINS_FI_SEM_TAG

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)

SourceAliasJoin Type
finsc_sem_tag_gn finsc_sem_tag_gn from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (15)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}