P_Matlcfopcat

DDL: P_MATLCFOPCAT SQL: P_MATLCFOPCAT_VH Type: view BASIC

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

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] P_Matlcfopcattext _Text $projection.ProductCFOPCategory = _Text.Value

Annotations (5)

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

Fields (2)

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

@VDM.viewType: #BASIC
@VDM.private: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@EndUserText.label: 'Value help for Material CFOP category'

@ObjectModel.representativeKey: 'ProductCFOPCategory'
define view P_Matlcfopcat as select from dd07l
 association [0..*] to P_Matlcfopcattext as _Text 
        on $projection.ProductCFOPCategory = _Text.Value
{    
 @ObjectModel.text.association: '_Text'   
    key cast(dd07l.domvalue_l as productcfopcategory) as ProductCFOPCategory,  
        _Text
    
}
 where domname = 'J_1BINDUS3' 
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"P_MATLCFOPCATTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/