I_PeggingAssignmentProjectVH

DDL: I_PEGGINGASSIGNMENTPROJECTVH Type: view_entity COMPOSITE

Pegging Assignment Project

I_PeggingAssignmentProjectVH is a Composite CDS View that provides data about "Pegging Assignment Project" in SAP S/4HANA. It reads from 1 data source (I_ProjectBasicData) and exposes 5 fields with key field Project.

Data Sources (1)

SourceAliasJoin Type
I_ProjectBasicData I_ProjectBasicData from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Pegging Assignment Project view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.dataCategory #VALUE_HELP view
Search.searchable true view
VDM.viewType #COMPOSITE view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY Project
ProjectInternalID ProjectInternalID Project Internal ID
ProjectDescription ProjectDescription
ControllingArea ControllingArea
ProfitCenter ProfitCenter
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Pegging Assignment Project'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #B,
  sizeCategory: #L,
  dataClass: #TRANSACTIONAL
}
@ObjectModel.dataCategory: #VALUE_HELP
@Search.searchable: true
@VDM.viewType: #COMPOSITE
define view entity I_PeggingAssignmentProjectVH as select from I_ProjectBasicData {
  @ObjectModel.text.element: ['ProjectDescription']
  @Search.defaultSearchElement: true
  @Search.fuzzinessThreshold: 0.8
  @Search.ranking: #HIGH
  key cast (Project as ps_p_pspid preserving type )  as Project,
  
  @EndUserText.label: 'Project Internal ID' 
  ProjectInternalID,
  
  @Semantics.text: true
  ProjectDescription,
  @Consumption.hidden: true
  ControllingArea,
  @Consumption.hidden: true
  ProfitCenter
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PROJECTBASICDATA"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/