I_SemanticTagGroup

DDL: I_SEMANTICTAGGROUP SQL: IFISEMTAGGRP Type: view BASIC

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)

SourceAliasJoin Type
finsc_sem_tag_g finsc_sem_tag_g from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SemanticTagGroupText _Text $projection.SemanticTagGroup = _Text.SemanticTagGroup

Annotations (15)

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

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