I_ProjMatlProcurementType

DDL: I_PROJMATLPROCUREMENTTYPE SQL: IPROJMATLPRCTYP Type: view BASIC

Project Material Component Procurement Type

I_ProjMatlProcurementType is a Basic CDS View that provides data about "Project Material Component Procurement Type" 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..*] I_ProjMatlProcurementTypeText _Text $projection.ProcurementType = _Text.ProcurementType

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName IPROJMATLPRCTYP view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey ProcurementType view
EndUserText.label Project Material Component Procurement Type view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ProcurementType dd07l domvalue_l
_Text _Text
@AbapCatalog.sqlViewName: 'IPROJMATLPRCTYP'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
//@Analytics: { dataCategory: #DIMENSION, dataExtraction.enabled: true }

@ObjectModel.representativeKey: 'ProcurementType'
@EndUserText.label: 'Project Material Component Procurement Type'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@VDM.lifecycle.contract.type:  #SAP_INTERNAL_API

define view I_ProjMatlProcurementType
  as select from dd07l
  association [0..*] to I_ProjMatlProcurementTypeText as _Text on $projection.ProcurementType = _Text.ProcurementType
{
 @ObjectModel.text.association: '_Text'
  key dd07l.domvalue_l as ProcurementType,
     
      _Text
}
where
      dd07l.as4local = 'A'
  and dd07l.domname  = 'PS_MATPROCUREMENTTYPE'; 
  
  
  
  
  
  
  
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_PROJMATLPROCUREMENTTYPETEXT"
],
"BASE":
[],
"VERSION":0
}
}*/