I_ProdBufLeadTimeIndicator

DDL: I_PRODBUFLEADTIMEINDICATOR Type: view_entity BASIC Package: ODATA_PP_DD_STLM

Lead Time Indicator Long Text

I_ProdBufLeadTimeIndicator is a Basic CDS View (Dimension) that provides data about "Lead Time Indicator Long Text" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field ReplenishmentLeadTimeCode. 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
[1..*] I_ProdBufLeadTimeIndicatorT _LeadTimeText $projection.ReplenishmentLeadTimeCode = _LeadTimeText.ReplenishmentLeadTimeCode

Annotations (9)

NameValueLevelField
ObjectModel.representativeKey ReplenishmentLeadTimeCode view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
Analytics.dataCategory #DIMENSION view
Analytics.technicalName IPRDBUFLTIND view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
EndUserText.label Lead Time Indicator Long Text view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ReplenishmentLeadTimeCode
_LeadTimeText _LeadTimeText
@ObjectModel.representativeKey: 'ReplenishmentLeadTimeCode'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@Analytics : {dataCategory: #DIMENSION}
@Analytics.technicalName: 'IPRDBUFLTIND'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@EndUserText.label: 'Lead Time Indicator Long Text'
define view entity I_ProdBufLeadTimeIndicator
  as select from dd07l
  association [1..*] to I_ProdBufLeadTimeIndicatorT as _LeadTimeText on $projection.ReplenishmentLeadTimeCode = _LeadTimeText.ReplenishmentLeadTimeCode

{
      @ObjectModel.text.association: '_LeadTimeText'
  key cast ( substring( domvalue_l, 1, 1 ) as pph_efg_longtext ) as ReplenishmentLeadTimeCode,
      _LeadTimeText
}
where
  (
        dd07l.domname  = 'PPH_EFG_LONGTEXT'
    and dd07l.as4local = 'A'
  )