I_DefectFractionEstnProced

DDL: I_DEFECTFRACTIONESTNPROCED Type: view_entity BASIC Package: VDM_QM_INSPECTION

Estimation for Fraction of Defects

I_DefectFractionEstnProced is a Basic CDS View (Dimension) that provides data about "Estimation for Fraction of Defects" in SAP S/4HANA. It reads from 1 data source (tq72) and exposes 3 fields with key field DefectFractionEstimationProced. It has 1 association to related views. Part of development package VDM_QM_INSPECTION.

Data Sources (1)

SourceAliasJoin Type
tq72 tq72 from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_DefectFractionEstnProcedTxt _Text $projection.DefectFractionEstimationProced = _Text.DefectFractionEstimationProced

Annotations (11)

NameValueLevelField
EndUserText.label Estimation for Fraction of Defects view
VDM.viewType #BASIC view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Analytics.dataCategory #DIMENSION view
Analytics.technicalName IDFTFRCNESTNPRC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.representativeKey DefectFractionEstimationProced view
Search.searchable true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY DefectFractionEstimationProced
InspSpecIsMeasuredValueRqd tq72 messwerte
_Text _Text
@EndUserText.label: 'Estimation for Fraction of Defects'
@VDM: {
    viewType: #BASIC,
    lifecycle.contract.type: #PUBLIC_LOCAL_API
}
@Analytics.dataCategory: #DIMENSION
@Analytics.technicalName: 'IDFTFRCNESTNPRC'
@AccessControl.authorizationCheck: #NOT_REQUIRED 
@ObjectModel: {
    usageType: { serviceQuality: #A, sizeCategory: #M, dataClass: #CUSTOMIZING },
    representativeKey: 'DefectFractionEstimationProced'
}
@Search.searchable: true

define view entity I_DefectFractionEstnProced as select from tq72
   
   association [0..*] to I_DefectFractionEstnProcedTxt as _Text
      on $projection.DefectFractionEstimationProced = _Text.DefectFractionEstimationProced
      
{
   @ObjectModel.text.association: '_Text'
   @Search: { defaultSearchElement: true, ranking: #HIGH }
   key cast( tq72.antverf as vdm_qeantverf preserving type )            as DefectFractionEstimationProced,
    
   //tq72.funktion 

   @Semantics.booleanIndicator: true
   tq72.messwerte              as InspSpecIsMeasuredValueRqd 
   //tq72.toleranz 

   //tq72.fehlerzahl


   /* Assiciations */
   ,_Text
   
}