I_MPPurchasingSource

DDL: I_MPPURCHASINGSOURCE SQL: IMPPURSL Type: view BASIC

Source List Header Basic View

I_MPPurchasingSource is a Basic CDS View that provides data about "Source List Header Basic View" in SAP S/4HANA. It has 1 association to related views.

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_MPPurchasingSourceItem _MPPurchasingSourceItem $projection.Material = _MPPurchasingSourceItem.Material and $projection.Plant = _MPPurchasingSourceItem.Plant

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IMPPURSL view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Source List Header Basic View view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY Material Material
KEY Plant Plant
_MPPurchasingSourceItem _MPPurchasingSourceItem
@AbapCatalog.sqlViewName: 'IMPPURSL'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Source List Header Basic View'
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API

define view I_MPPurchasingSource
  as select distinct from I_MPPurchasingSourceItem

  association [1..*] to I_MPPurchasingSourceItem as _MPPurchasingSourceItem on  $projection.Material = _MPPurchasingSourceItem.Material
                                                                            and $projection.Plant    = _MPPurchasingSourceItem.Plant

{
  key Material,
  key Plant,

      _MPPurchasingSourceItem
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_MPPURCHASINGSOURCEITEM"
],
"ASSOCIATED":
[
"I_MPPURCHASINGSOURCEITEM"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/