I_InspectionLotDynamicLevel

DDL: I_INSPECTIONLOTDYNAMICLEVEL SQL: IINSPDYNMODLVL Type: view BASIC Package: VDM_QM_PLANNING

Dynamic modification level

I_InspectionLotDynamicLevel is a Basic CDS View (Dimension) that provides data about "Dynamic modification level" in SAP S/4HANA. It reads from 1 data source (tq39a) and exposes 2 fields with key field InspectionLotDynamicLevel. It has 1 association to related views. Part of development package VDM_QM_PLANNING.

Data Sources (1)

SourceAliasJoin Type
tq39a tq39a from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_InspLotDynamicLevelText _Text $projection.InspectionLotDynamicLevel = _Text.InspectionLotDynamicLevel

Annotations (11)

NameValueLevelField
EndUserText.label Dynamic modification level view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName IINSPDYNMODLVL view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey InspectionLotDynamicLevel view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.resultSet.sizeCategory #XS view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY InspectionLotDynamicLevel
_Text _Text
@EndUserText.label: 'Dynamic modification level'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.sqlViewName: 'IINSPDYNMODLVL'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'InspectionLotDynamicLevel'
@ObjectModel.usageType: { serviceQuality: #A, sizeCategory: #M, dataClass: #CUSTOMIZING }
@ObjectModel.resultSet.sizeCategory: #XS

define view I_InspectionLotDynamicLevel
  as select from tq39a

  association [0..*] to I_InspLotDynamicLevelText as _Text on $projection.InspectionLotDynamicLevel = _Text.InspectionLotDynamicLevel

{
      @ObjectModel.text.association: '_Text'
  key cast( dynlevel as vdm_qdynhead preserving type ) as InspectionLotDynamicLevel,
  
        // Associations

      _Text
}