I_InspResultRecordingView

DDL: I_INSPRESULTRECORDINGVIEW SQL: IINSPRSLTRECGVW Type: view BASIC

Inspection Results Recording View

I_InspResultRecordingView is a Basic CDS View (Dimension) that provides data about "Inspection Results Recording View" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field InspResultRecordingView.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IINSPRSLTRECGVW view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Inspection Results Recording View view
VDM.viewType #BASIC view
Analytics.dataCategory #DIMENSION view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
AbapCatalog.compiler.compareFilter true view
ObjectModel.representativeKey InspResultRecordingView view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InspResultRecordingView
_Text _Text
@AbapCatalog.sqlViewName: 'IINSPRSLTRECGVW'
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Inspection Results Recording View'
@VDM.viewType: #BASIC
@Analytics.dataCategory: #DIMENSION
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType: {
    dataClass: #META,
    sizeCategory: #S,
    serviceQuality: #A    
}
@AbapCatalog.compiler.compareFilter: true
@ObjectModel.representativeKey: 'InspResultRecordingView'

define view I_InspResultRecordingView as select from dd07l 

    association[0..*] to I_InspResultRecordingViewText as _Text on $projection.InspResultRecordingView = _Text.InspResultRecordingView

{
    @ObjectModel.text.association: '_Text'
    key cast( substring( dd07l.domvalue_l, 1, 2 ) as vdm_qerfsicht ) as InspResultRecordingView,    
    /* Associations */
    _Text
}
where domname = 'QERFSICHT' and as4local = 'A'