I_MaintNotifDetectionCodeText

DDL: I_MAINTNOTIFDETECTIONCODETEXT Type: view_entity BASIC Package: VDM_EAM_NTF

Maintenance Notif Detection Code - Text

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

Data Sources (1)

SourceAliasJoin Type
eam_dtctncode_t eam_dtctncode_t from

Annotations (12)

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

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY MaintNotifDetectionCode eam_dtctncode_t detectioncode
KEY Language language
MaintNotifDetectionCodeText eam_dtctncode_t detectioncodetext Detection Method Description
@EndUserText.label: 'Maintenance Notif Detection Code - Text'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel: {
  dataCategory: #TEXT,
  supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET,#EXTRACTION_DATA_SOURCE ],
                modelingPattern: #LANGUAGE_DEPENDENT_TEXT ,
  representativeKey: 'MaintNotifDetectionCode',
   usageType: {
    dataClass: #CUSTOMIZING,
    sizeCategory: #S,
    serviceQuality: #A
  }
}
@Analytics.technicalName: 'IMAINTDETCOTEXT'
@Metadata.ignorePropagatedAnnotations
//@Search.searchable: true

@Analytics: {
  dataExtraction.enabled: true,
  dataExtraction.delta.changeDataCapture.automatic: true
//  dataCategory: #DIMENSION

}
define view entity I_MaintNotifDetectionCodeText
  as select from eam_dtctncode_t
{
  key eam_dtctncode_t.detectioncode     as MaintNotifDetectionCode,
      @Semantics.language: true
  key language                          as Language,
      @Semantics.text: true
      //    @Search.defaultSearchElement: true

      //    @Search.fuzzinessThreshold: 0.8

      //    @Search.ranking: #HIGH

      @EndUserText.label: 'Detection Method Description'
      eam_dtctncode_t.detectioncodetext as MaintNotifDetectionCodeText
}