I_BOMCompSts

DDL: I_BOMCOMPSTS Type: view_entity BASIC Package: ODATA_PP_DD_STLM

Bill of Material Component Lead Time Status

I_BOMCompSts is a Basic CDS View (Dimension) that provides data about "Bill of Material Component Lead Time Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field BOMComponentLeadTimeStatus. It has 1 association to related views. Part of development package ODATA_PP_DD_STLM.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_BOMCompStsText _BOMCompStsText $projection.BOMComponentLeadTimeStatus = _BOMCompStsText.BOMComponentLeadTimeStatus

Annotations (10)

NameValueLevelField
Analytics.dataCategory #DIMENSION view
Analytics.technicalName IBOMCOMPSTS view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.representativeKey BOMComponentLeadTimeStatus view
EndUserText.label Bill of Material Component Lead Time Status view
Metadata.allowExtensions true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BOMComponentLeadTimeStatus
_BOMCompStsText _BOMCompStsText
@Analytics.dataCategory:#DIMENSION
@Analytics.technicalName: 'IBOMCOMPSTS'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType: {
    dataClass: #META,
    sizeCategory: #S,
   serviceQuality: #A
}

@ObjectModel.representativeKey: 'BOMComponentLeadTimeStatus'
@EndUserText.label: 'Bill of Material Component Lead Time Status'
@Metadata.allowExtensions:true

define view entity I_BOMCompSts
  as select from dd07l

  association [0..*] to I_BOMCompStsText as _BOMCompStsText on $projection.BOMComponentLeadTimeStatus = _BOMCompStsText.BOMComponentLeadTimeStatus

{
      //  @ObjectModel.text.association: '_BOMCompStsText'

  key cast ( substring(domvalue_l, 1, 1 ) as pph_componentleadtimestatustxt ) as BOMComponentLeadTimeStatus,
      /* Associations */
      _BOMCompStsText
}
where
      domname  = 'PPH_COMPONENTLEADTIMESTATUSTXT'
  and as4local = 'A'