I_SEMANTICTAG

CDS View

Semantic Tag

I_SEMANTICTAG is a CDS View in S/4HANA. Semantic Tag. 5 CDS views read from this table.

CDS Views using this table (5)

ViewTypeJoinVDMDescription
C_SemanticTagValueHelp view from CONSUMPTION Semantic Tag Value Help
P_GetAllChildSemanticTag view inner COMPOSITE
P_GetBudgetRlvtSemanticTag view inner COMPOSITE
P_GetChildSemanticTag view from COMPOSITE
P_SEMTAGVERMAP view from COMPOSITE
@EndUserText.label: 'Semantic Tag'
@AbapCatalog.sqlViewName: 'IFISEMTAG'
@AbapCatalog.preserveKey:true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics: {dataCategory: #DIMENSION, dataExtraction.enabled: true}
@ObjectModel.representativeKey: 'SemanticTag'
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION,
                                      #SQL_DATA_SOURCE, 
                                      #CDS_MODELING_DATA_SOURCE, 
                                      #CDS_MODELING_ASSOCIATION_TARGET,
                                      #EXTRACTION_DATA_SOURCE ]
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations:true

define view I_SemanticTag
  as select from finsc_sem_tag

  association [0..*] to I_SemanticTagText  as _Text              on $projection.SemanticTag = _Text.SemanticTag
  association [0..1] to I_SemanticTag      as _ParentSemanticTag on $projection.ParentSemanticTag = _ParentSemanticTag.SemanticTag
  association [0..1] to I_SemanticTagGroup as _SemanticTagGroup  on $projection.SemanticTagGroup = _SemanticTagGroup.SemanticTagGroup

{
      @ObjectModel.text.association: '_Text'
  key fins_sem_tag        as SemanticTag,
      @ObjectModel.foreignKey.association: '_ParentSemanticTag'
      fins_sem_tag_parent as ParentSemanticTag,
      @ObjectModel.foreignKey.association: '_SemanticTagGroup'
      fins_sem_tag_group  as SemanticTagGroup,

      _Text,
      _SemanticTagGroup,
      _ParentSemanticTag

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FINSC_SEM_TAG"
],
"ASSOCIATED":
[
"I_SEMANTICTAGGROUP",
"I_SEMANTICTAGTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/