I_MaintNotifDetectCodeGroupTxt

DDL: I_MAINTNOTIFDETECTCODEGROUPTXT Type: view_entity BASIC Package: VDM_EAM_NTF

Maint Notif Detection Code Grp - Text

I_MaintNotifDetectCodeGroupTxt is a Basic CDS View that provides data about "Maint Notif Detection Code Grp - Text" in SAP S/4HANA. It reads from 1 data source (eam_detcogrp_t) and exposes 3 fields with key fields MaintNotifDetectionCodeGroup, Language. Part of development package VDM_EAM_NTF.

Data Sources (1)

SourceAliasJoin Type
eam_detcogrp_t eam_detcogrp_t from

Annotations (13)

NameValueLevelField
EndUserText.label Maint Notif Detection Code Grp - Text view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey MaintNotifDetectionCodeGroup view
ObjectModel.modelingPattern #LANGUAGE_DEPENDENT_TEXT view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
Analytics.technicalName IMAINTDETGRPTEXT view
Analytics.dataExtraction.enabled true view
Analytics.dataExtraction.delta.changeDataCapture.automatic true view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY MaintNotifDetectionCodeGroup detectioncodegroup
KEY Language language
MaintNotifDetectionCodeGrpTxt eam_detcogrp_t detectioncodegrouptext Detection Method Group Description
@EndUserText.label: 'Maint Notif Detection Code Grp - Text'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@Search.searchable: true

@ObjectModel: {
  dataCategory: #TEXT,
  representativeKey: 'MaintNotifDetectionCodeGroup',
  supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET,#EXTRACTION_DATA_SOURCE ],
  modelingPattern: #LANGUAGE_DEPENDENT_TEXT,
   usageType: {
    dataClass: #CUSTOMIZING,
    sizeCategory: #S,
    serviceQuality: #A
  }
}
@Analytics.technicalName: 'IMAINTDETGRPTEXT'
@Analytics: {
  dataExtraction.enabled: true,
  dataExtraction.delta.changeDataCapture.automatic: true
  //dataCategory: #DIMENSION

}
@Metadata.ignorePropagatedAnnotations:true
define view entity I_MaintNotifDetectCodeGroupTxt as select from eam_detcogrp_t 

{
   

    //  @ObjectModel.foreignKey.association: '_MaintNotifDetCatalog'

    key detectioncodegroup as MaintNotifDetectionCodeGroup,
    @Semantics.language: true
    key language as Language,

    @Semantics.text: true
//    @Search.defaultSearchElement: true

//    @Search.fuzzinessThreshold: 0.8

//    @Search.ranking: #HIGH

    @EndUserText.label: 'Detection Method Group Description'
    eam_detcogrp_t.detectioncodegrouptext as MaintNotifDetectionCodeGrpTxt
         
}