I_ProjectStdVH

DDL: I_PROJECTSTDVH SQL: IP__VH14 Type: view COMPOSITE

Project Definition Details

I_ProjectStdVH is a Composite CDS View that provides data about "Project Definition Details" in SAP S/4HANA. It reads from 1 data source (I_Project) and exposes 8 fields with key field Project.

Data Sources (1)

SourceAliasJoin Type
I_Project I_Project from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName IP__VH14 view
AbapCatalog.compiler.compareFilter true view
VDM.viewType #COMPOSITE view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey Project view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MASTER view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
ClientHandling.algorithm #SESSION_VARIABLE view
Metadata.ignorePropagatedAnnotations true view
Consumption.ranked true view
Search.searchable true view
EndUserText.label Project Definition Details view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY Project Project
ProjectDescription ProjectDescription
ApplicantCode ApplicantCode
ResponsiblePerson ResponsiblePerson
ControllingArea ControllingArea
ProfitCenter ProfitCenter
_ProjectApplicant _ProjectApplicant
_ResponsiblePerson _ResponsiblePerson
//GENERATED:001:GFBfhyK17jU{klXyaYxzR0

@AbapCatalog.sqlViewName: 'IP__VH14'
@AbapCatalog.compiler.compareFilter: true

@VDM.viewType: #COMPOSITE

@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'Project'

@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MASTER

@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED

@ClientHandling.algorithm: #SESSION_VARIABLE

@Metadata.ignorePropagatedAnnotations: true
@Consumption.ranked: true
@Search.searchable: true
@EndUserText.label: 'Project Definition Details'

@VDM.lifecycle.contract.type:  #SAP_INTERNAL_API

define view I_ProjectStdVH as select from I_Project {
  @ObjectModel.text.element: ['ProjectDescription']
  @Search: { defaultSearchElement: true, ranking: #HIGH }
  key Project,
  @Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8, ranking: #LOW }
  ProjectDescription,
  @Consumption.hidden: true
  ApplicantCode,
  @Consumption.hidden: true
  ResponsiblePerson,
  @Consumption.hidden: true
  ControllingArea,
  @Consumption.hidden: true
  ProfitCenter,

  @Consumption.hidden: true
  _ProjectApplicant,
  @Consumption.hidden: true
  _ResponsiblePerson
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PROJECT"
],
"ASSOCIATED":
[
"I_PROJECTAPPLICANT",
"I_PROJECTRESPONSIBLEPERSON"
],
"BASE":
[
"I_PROJECT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/