P_Usageofmatl

DDL: P_USAGEOFMATL SQL: P_USAGEOFMATL_VH Type: view BASIC

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

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] P_Usageofmatltext _Text $projection.ProductUsageType = _Text.Value

Annotations (6)

NameValueLevelField
AbapCatalog.sqlViewName P_USAGEOFMATL_VH view
AbapCatalog.compiler.compareFilter true view
VDM.private true view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey ProductUsageType view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ProductUsageType
_Text _Text
@AbapCatalog.sqlViewName: 'P_USAGEOFMATL_VH'
//@ClientDependent: true

@AbapCatalog.compiler.compareFilter: true
@VDM.private: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@EndUserText.label: 'usage of material view'

@ObjectModel.representativeKey: 'ProductUsageType'
define view P_Usageofmatl as select from dd07l
 association [0..*] to P_Usageofmatltext as _Text 
        on $projection.ProductUsageType = _Text.Value
{     
 @ObjectModel.text.association: '_Text'  
    key cast(dd07l.domvalue_l as productusagetype) as ProductUsageType, 
// @Search.defaultSearchElement: true

//        @Search.fuzzinessThreshold: 0.8

//        @Search.ranking: #HIGH  

        _Text
    
}

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