I_DefectCausedBy

DDL: I_DEFECTCAUSEDBY Type: view_entity BASIC Package: VDM_QM_NOTIFICATION

Defect Caused By

I_DefectCausedBy is a Basic CDS View that provides data about "Defect Caused By" in SAP S/4HANA. It reads from 1 data source (tqdefcausedby) and exposes 2 fields with key field DefectCausedBy. It has 1 association to related views. Part of development package VDM_QM_NOTIFICATION.

Data Sources (1)

SourceAliasJoin Type
tqdefcausedby tqdefcausedby from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_DefectCausedByText _DefectCausedByText $projection.DefectCausedBy = _DefectCausedByText.DefectCausedBy

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Defect Caused By view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.representativeKey DefectCausedBy view
ObjectModel.resultSet.sizeCategory #XS view
Analytics.technicalName IDEFECTCAUSEDBY view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY DefectCausedBy defectcausedby
_DefectCausedByText _DefectCausedByText
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Defect Caused By'
@VDM.viewType: #BASIC 

@ObjectModel: {
    usageType: {
        dataClass: #CUSTOMIZING,
        sizeCategory: #S,
        serviceQuality: #A
    },
    representativeKey: 'DefectCausedBy',
    resultSet.sizeCategory: #XS
}
@Analytics.technicalName: 'IDEFECTCAUSEDBY'

define view entity I_DefectCausedBy as select from tqdefcausedby 
association [1..*] to I_DefectCausedByText as _DefectCausedByText on $projection.DefectCausedBy = _DefectCausedByText.DefectCausedBy 
{
    @ObjectModel.text.association: '_DefectCausedByText'
    key defectcausedby as DefectCausedBy,
    
    /* Associations */
    _DefectCausedByText
}