I_ProcmtOverDueDeliveryStatus

DDL: I_PROCMTOVERDUEDELIVERYSTATUS SQL: IOVRDUEDELSTS Type: view BASIC Package: ODATA_MM_PUR_POITEMS_MONI

I View for Overdue Delivery Status

I_ProcmtOverDueDeliveryStatus is a Basic CDS View (Dimension) that provides data about "I View for Overdue Delivery Status" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 3 fields with key field DeliveryStatus. It has 1 association to related views. Part of development package ODATA_MM_PUR_POITEMS_MONI.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProcmtOverDueDeliveryStsTxt _Text

Annotations (17)

NameValueLevelField
AbapCatalog.sqlViewName IOVRDUEDELSTS view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label I View for Overdue Delivery Status view
ClientHandling.algorithm #SESSION_VARIABLE view
Analytics.dataCategory #DIMENSION view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.resultSet.sizeCategory #XS view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.sizeCategory #L view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view
Analytics.internalName #LOCAL view
ObjectModel.representativeKey DeliveryStatus view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY DeliveryStatus
DomainValue dd07l domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'IOVRDUEDELSTS'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'I View for Overdue Delivery Status'
@ClientHandling.algorithm: #SESSION_VARIABLE
@Analytics.dataCategory: #DIMENSION
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META
@ObjectModel.usageType.sizeCategory: #L
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
@Analytics.internalName:#LOCAL 
@ObjectModel.representativeKey: 'DeliveryStatus'
define root view I_ProcmtOverDueDeliveryStatus as select from dd07l 
 composition [0..*] of I_ProcmtOverDueDeliveryStsTxt as _Text
{
         @ObjectModel.text.association: '_Text'
  key cast( dd07l.domvalue_l as abap.char( 10 ) ) as DeliveryStatus,
      @Consumption.hidden: true
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      dd07l.domvalue_l as DomainValue,
      _Text
}
where dd07l.domname     = 'VDM_MM_POOVERDUE'
  and dd07l.as4local = 'A'
  and dd07l.as4vers  = '0000'