P_Prccntldtr

DDL: P_PRCCNTLDTR SQL: PRCCNTLDTRVH Type: view BASIC

P_Prccntldtr is a Basic CDS View 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.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] P_Prccntldtrtext _Text $projection.PriceDeterminationControl = _Text.PriceDeterminationControl

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName PRCCNTLDTRVH 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: 'PRCCNTLDTRVH'
//@EndUserText.label: 'VH for prc cntr det'

//@ClientDependent: true

//@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }

@VDM.viewType: #BASIC
@VDM.private: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@EndUserText.label: 'Value help for Explicitness of SrNo LVL'


@ObjectModel.representativeKey: 'PriceDeterminationControl'
define view P_Prccntldtr as select from dd07l
 association [0..*] to P_Prccntldtrtext as _Text 
        on $projection.PriceDeterminationControl = _Text.PriceDeterminationControl
{    
 @ObjectModel.text.association: '_Text'    
    key cast(dd07l.domvalue_l as pricedeterminationcontrol) as PriceDeterminationControl, 
// @Search.defaultSearchElement: true

//        @Search.fuzzinessThreshold: 0.8

//        @Search.ranking: #HIGH  

        _Text
    
}
 where domname = 'VPRSV'
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"P_PRCCNTLDTRTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/