I_MaintNotifDetectionCodeText

DDL: I_MAINTNOTIFDETECTIONCODETEXT SQL: IMAINTDETCOTEXT Type: view BASIC

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.

Data Sources (1)

SourceAliasJoin Type
eam_dtctncode_t eam_dtctncode_t from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName IMAINTDETCOTEXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
EndUserText.label Maintenance Notif Detection Code - Text view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE 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.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
@AbapCatalog.sqlViewName: 'IMAINTDETCOTEXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true

@EndUserText.label: 'Maintenance Notif Detection Code - Text'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@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
  }
}
@Metadata.ignorePropagatedAnnotations
//@Search.searchable: true

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

}
define view 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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"EAM_DTCTNCODE_T"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/