I_ProdBufLeadTimeIndicator

DDL: I_PRODBUFLEADTIMEINDICATOR SQL: IPRDBUFLTIND Type: view BASIC

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.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_ProdBufLeadTimeIndicatorT _LeadTimeText $projection.ReplenishmentLeadTimeCode = _LeadTimeText.ReplenishmentLeadTimeCode

Annotations (11)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey ReplenishmentLeadTimeCode view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
Analytics.dataCategory #DIMENSION view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName IPRDBUFLTIND view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Lead Time Indicator Long Text view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ReplenishmentLeadTimeCode
_LeadTimeText _LeadTimeText
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'ReplenishmentLeadTimeCode'
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@Analytics : {dataCategory: #DIMENSION}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'IPRDBUFLTIND'
@AbapCatalog.compiler.compareFilter: true
@EndUserText.label: 'Lead Time Indicator Long Text'
define view 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'
  )
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PRODBUFLEADTIMEINDICATORT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/