C_EvtBsdRevnRecgnProjectWIPVH

DDL: C_EVTBSDREVNRECGNPROJECTWIPVH SQL: CEBRRPROJWIPVH Type: view CONSUMPTION

Project

C_EvtBsdRevnRecgnProjectWIPVH is a Consumption CDS View that provides data about "Project" in SAP S/4HANA. It reads from 1 data source (I_EngagementProject) and exposes 7 fields with key field EngagementProject.

Data Sources (1)

SourceAliasJoin Type
I_EngagementProject EngagementProject from

Annotations (15)

NameValueLevelField
AbapCatalog.sqlViewName CEBRRPROJWIPVH view
AbapCatalog.preserveKey true view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
AccessControl.personalData.blocking #REQUIRED view
EndUserText.label Project view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
Consumption.ranked true view
ObjectModel.dataCategory #VALUE_HELP view

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY EngagementProject EngagementProject Project ID
EngagementProjectName EngagementProjectName Project Name
EngagementProjectServiceOrg EngagementProjectServiceOrg
EngagementProjectType EngagementProjectType
Customer I_EngagementProject Customer
_Customer I_EngagementProject _Customer
EngagementProjectCategory I_EngagementProject EngagementProjectCategory
@AbapCatalog.sqlViewName: 'CEBRRPROJWIPVH'
@AbapCatalog.preserveKey: true
@VDM.viewType: #CONSUMPTION
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK

@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass:  #MIXED
@ObjectModel.usageType.serviceQuality: #C
@AccessControl.personalData.blocking: #REQUIRED

@EndUserText.label: 'Project'
@Metadata.ignorePropagatedAnnotations: true

@Search.searchable: true
@Consumption.ranked: true

@ObjectModel.dataCategory: #VALUE_HELP


define view C_EvtBsdRevnRecgnProjectWIPVH
  as select from I_EngagementProject as EngagementProject

{
      @ObjectModel.text.element: 'EngagementProjectName'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @EndUserText.label: 'Project ID'
      @EndUserText.quickInfo: 'Project ID'
  key EngagementProject,
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #LOW
      @Semantics.text: true
      @EndUserText.label: 'Project Name'
      @EndUserText.quickInfo: 'Project Name'
      EngagementProjectName,
      @Search.ranking: #LOW
      @Consumption.hidden: true
      EngagementProjectServiceOrg,
      @Search.ranking: #LOW
      @Consumption.hidden: true
      EngagementProjectType,
      @Search.ranking: #LOW
      @Consumption.hidden: true
      EngagementProject.Customer,
      @Search.ranking: #LOW
      @Consumption.hidden: true
      EngagementProject._Customer ,
      @Search.ranking: #LOW
      @Consumption.hidden: true
      EngagementProject.EngagementProjectCategory
      
}
where
  ProjectBillingIsUsed = 'X'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ENGAGEMENTPROJECT"
],
"ASSOCIATED":
[
"I_CUSTOMER"
],
"BASE":
[
"I_ENGAGEMENTPROJECT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/