I_DefectLocationCatalogText

DDL: I_DEFECTLOCATIONCATALOGTEXT SQL: IDEFLOCCATT Type: view BASIC

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.

Data Sources (1)

SourceAliasJoin Type
I_InspectionCatalogText I_InspectionCatalogText from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IDEFLOCCATT view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
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

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY DefectLocationCatalog
KEY Language Language
DefectLocationCatalogText
_DefectLocationCatalog _DefectLocationCatalog
_Language _Language
@AbapCatalog.sqlViewName: 'IDEFLOCCATT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@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

define view 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