P_Matlind

DDL: P_MATLIND SQL: P_MATLIND_VH Type: view BASIC

P_Matlind is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field PeriodType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] P_Matlindtext _Text $projection.PeriodType = _Text.PeriodType

Annotations (5)

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

Fields (2)

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

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

@ObjectModel.representativeKey: 'PeriodType'
define view P_Matlind as select from dd07l
 association [0..*] to P_Matlindtext as _Text 
        on $projection.PeriodType = _Text.PeriodType
{    
 @ObjectModel.text.association: '_Text' 
    key cast(dd07l.domvalue_l as periodtype) as PeriodType,
       _Text
    
}
 where domname = 'PERKZ'
 
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"P_MATLINDTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/