I_DefectLocationCatalogText

DDL: I_DEFECTLOCATIONCATALOGTEXT Type: view_entity BASIC Package: VDM_QM_NOTIFICATION

Defect Location Catalog Text

I_DefectLocationCatalogText is a Basic CDS View that provides data about "Defect Location Catalog Text" in SAP S/4HANA. It reads from 1 data source (I_InspectionCatalogText) and exposes 5 fields with key fields DefectLocationCatalog, Language. Part of development package VDM_QM_NOTIFICATION.

Data Sources (1)

SourceAliasJoin Type
I_InspectionCatalogText I_InspectionCatalogText from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Defect Location Catalog Text view
VDM.viewType #BASIC view
ObjectModel.representativeKey DefectLocationCatalog view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.dataCategory #TEXT view
Analytics.technicalName IDEFLOCCATT view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY DefectLocationCatalog
KEY Language Language
DefectLocationCatalogText
_DefectLocationCatalog _DefectLocationCatalog
_Language _Language
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Defect Location Catalog Text'
@VDM.viewType: #BASIC
@ObjectModel.representativeKey: 'DefectLocationCatalog'
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #S, dataClass: #CUSTOMIZING }
@ObjectModel.dataCategory: #TEXT
@Analytics.technicalName: 'IDEFLOCCATT'

define view entity I_DefectLocationCatalogText as select from I_InspectionCatalogText

    association[1..1] to I_DefectLocationCatalog as _DefectLocationCatalog  on $projection.DefectLocationCatalog = _DefectLocationCatalog.DefectLocationCatalog
    association[1..1] to I_Language              as _Language               on $projection.Language = _Language.Language

{
   @ObjectModel.foreignKey.association: '_DefectLocationCatalog'
   key cast( InspectionCatalog as vdm_qfeocat preserving type )   as DefectLocationCatalog,
   @ObjectModel.foreignKey.association: '_Language'
   @Semantics.language: true
   key Language,
   @Semantics.text: true
   cast( InspSpecAdditionalCatalogText as vdm_qfeocat_text preserving type ) as DefectLocationCatalogText,  
   
   /* Associations */
   _DefectLocationCatalog,
   _Language
    
} where //InspectionCatalog = 'B' or //Object Parts

        InspectionCatalog = 'E'    //Defect Locations