I_ProdnVersMRPDistrKeyText

DDL: I_PRODNVERSMRPDISTRKEYTEXT SQL: IPVDISTRKEYTXT Type: view BASIC Package: MPE_PLAN_PV

MRP Distribution Key Text

I_ProdnVersMRPDistrKeyText is a Basic CDS View that provides data about "MRP Distribution Key Text" in SAP S/4HANA. It reads from 1 data source (t437w) and exposes 5 fields with key fields DistributionKey, Plant, Language. It has 1 association to related views. Part of development package MPE_PLAN_PV.

Data Sources (1)

SourceAliasJoin Type
t437w t437w from

Associations (1)

CardinalityTargetAliasCondition
[0..1] I_Plant _Plant $projection.Plant = _Plant.Plant

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IPVDISTRKEYTXT view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label MRP Distribution Key Text view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey DistributionKey view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_MRPQuantityDistrKeyText view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY DistributionKey t437w vertl
KEY Plant t437w werks
KEY Language t437w spras
DistributionKeyText t437w text1
_Plant _Plant
@AbapCatalog.sqlViewName: 'IPVDISTRKEYTXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'MRP Distribution Key Text'
@VDM.viewType: #BASIC
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'DistributionKey'
@ObjectModel.usageType:{serviceQuality: #A, sizeCategory : #M, dataClass: #CUSTOMIZING }
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.lifecycle.status: #DEPRECATED
@VDM.lifecycle.successor: 'I_MRPQuantityDistrKeyText'
define view I_ProdnVersMRPDistrKeyText as select from t437w
association [0..1] to I_Plant                     as _Plant                         on $projection.Plant          = _Plant.Plant 
 {
 key t437w.vertl as DistributionKey,
     @ObjectModel.foreignKey.association: '_Plant'
 key t437w.werks  as Plant,
     @Semantics.language: true
 key t437w.spras as Language,
     @Semantics.text: true
     t437w.text1 as DistributionKeyText,
     _Plant 
}