P_Matlprdetctrl

DDL: P_MATLPRDETCTRL SQL: P_MTLPRDETCTR_VH Type: view BASIC Package: VDM_MD_PRODUCT_OBSOLETE

value help for Material Price Detr.

P_Matlprdetctrl is a Basic CDS View that provides data about "value help for Material Price Detr." in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field PriceDeterminationControl. It has 1 association to related views. Part of development package VDM_MD_PRODUCT_OBSOLETE.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] P_Matlprdetctrltext _Text $projection.PriceDeterminationControl = _Text.Value

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName P_MTLPRDETCTR_VH view
VDM.viewType #BASIC view
VDM.private true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey PriceDeterminationControl view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PriceDeterminationControl
_Text _Text
@AbapCatalog.sqlViewName: 'P_MTLPRDETCTR_VH'
//@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }

@VDM.viewType: #BASIC
@VDM.private: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@EndUserText.label: 'value help for Material Price Detr.'

@ObjectModel.representativeKey: 'PriceDeterminationControl'
define view P_Matlprdetctrl as select from dd07l
 association [0..*] to P_Matlprdetctrltext as _Text 
        on $projection.PriceDeterminationControl = _Text.Value
{    
 @ObjectModel.text.association: '_Text' 
    key cast(dd07l.domvalue_l as pricedeterminationcontrol) as PriceDeterminationControl, 
        _Text
    
}
 where domname = 'CK_ML_ABST'