P_Procmttype

DDL: P_PROCMTTYPE SQL: P_PROCMTYPE_VH Type: view BASIC

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

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] P_Procmttypetext _Text $projection.ProcurementType = _Text.Value

Annotations (5)

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

Fields (2)

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

@VDM.viewType: #BASIC
@VDM.private: true
@AccessControl.authorizationCheck: #NOT_REQUIRED                

@ObjectModel.representativeKey: 'ProcurementType'
//@EndUserText.label: 'Value help for procurement type'

define view P_Procmttype  as select from dd07l
 association [0..*] to P_Procmttypetext as _Text 
        on $projection.ProcurementType = _Text.Value
{    
 @ObjectModel.text.association: '_Text' 
    key cast(dd07l.domvalue_l as procurementtype) as ProcurementType, 
 
        _Text
    
}
where domname = 'BESKZ' 
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"P_PROCMTTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/