I_QltyInfoRecdBlockStatus

DDL: I_QLTYINFORECDBLOCKSTATUS Type: view_entity BASIC Package: VDM_QM_PLANNING

Q-Info Record Block Details

I_QltyInfoRecdBlockStatus is a Basic CDS View that provides data about "Q-Info Record Block Details" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field QltyInfoRecdBlkSts. It has 1 association to related views. Part of development package VDM_QM_PLANNING.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_QltyInfoRecdBlockStatusDesc _QltyInfoRecdBlockStatusDesc $projection.QltyInfoRecdBlkSts = _QltyInfoRecdBlockStatusDesc.QltyInfoRecdBlkSts

Annotations (8)

NameValueLevelField
EndUserText.label Q-Info Record Block Details view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.representativeKey QltyInfoRecdBlkSts view
Analytics.technicalName IQLTYINFOBLKSTS view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY QltyInfoRecdBlkSts
_QltyInfoRecdBlockStatusDesc _QltyInfoRecdBlockStatusDesc
@EndUserText.label: 'Q-Info Record Block Details'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType: {
    dataClass: #META,
    sizeCategory: #S,
   serviceQuality: #A
}
@ObjectModel.representativeKey: 'QltyInfoRecdBlkSts'
@Analytics.technicalName: 'IQLTYINFOBLKSTS'
define view entity I_QltyInfoRecdBlockStatus
  as select from dd07l
  association [0..*] to I_QltyInfoRecdBlockStatusDesc as _QltyInfoRecdBlockStatusDesc on $projection.QltyInfoRecdBlkSts = _QltyInfoRecdBlockStatusDesc.QltyInfoRecdBlkSts

{
      @ObjectModel.text.association: '_QltyInfoRecdBlockStatusDesc'
  key cast ( substring(domvalue_l, 1, 1 ) as vdm_qltyinforecordblockstatus  preserving type ) as QltyInfoRecdBlkSts,
      /* Associations */
      _QltyInfoRecdBlockStatusDesc


}
where
      domname  = 'VDM_QM_BLOCKSTATUS'
  and as4local = 'A'