I_InspResultAggregationLevel

DDL: I_INSPRESULTAGGREGATIONLEVEL SQL: IINSPRESAGGRLVL Type: view BASIC

Inspection Result Aggregation Level

I_InspResultAggregationLevel is a Basic CDS View (Dimension) that provides data about "Inspection Result Aggregation Level" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field InspResultAggregationLevel. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_InspResultAggregationLevelT _Text $projection.InspResultAggregationLevel = _Text.InspResultAggregationLevel

Annotations (11)

NameValueLevelField
EndUserText.label Inspection Result Aggregation Level view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName IINSPRESAGGRLVL view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.representativeKey InspResultAggregationLevel view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InspResultAggregationLevel
_Text _Text
@EndUserText.label: 'Inspection Result Aggregation Level'
@Analytics.dataCategory:#DIMENSION
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'IINSPRESAGGRLVL'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel: {
    usageType: { serviceQuality: #A, sizeCategory: #S, dataClass: #MASTER },
    resultSet.sizeCategory: #XS,
    representativeKey: 'InspResultAggregationLevel'
}
define view I_InspResultAggregationLevel
  as select from dd07l
  association [0..*] to I_InspResultAggregationLevelT as _Text on $projection.InspResultAggregationLevel = _Text.InspResultAggregationLevel
{
  @ObjectModel.text.association: '_Text'
  key cast ( substring( domvalue_l, 1, 1 ) as qevt_inspresultaggrlevel ) as InspResultAggregationLevel,
      _Text
}
where
      domname  = 'QEVT_INSPRESULTAGGRLEVEL'
  and as4local = 'A'