I_EngagementProjectVH

DDL: I_ENGAGEMENTPROJECTVH SQL: IENGMNTPROJVH Type: view COMPOSITE

Engagement Project Value Help

I_EngagementProjectVH is a Composite CDS View that provides data about "Engagement Project Value Help" 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 (14)

NameValueLevelField
AbapCatalog.sqlViewName IENGMNTPROJVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
VDM.viewType #COMPOSITE view
Search.searchable true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
AccessControl.personalData.blocking #REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Engagement Project Value Help view
Consumption.ranked true 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: 'IENGMNTPROJVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
//@VDM.viewType: #BASIC

@VDM.viewType: #COMPOSITE
@Search.searchable: true
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass:  #MIXED
@ObjectModel.usageType.serviceQuality: #C
@AccessControl.personalData.blocking: #REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Engagement Project Value Help'
@Consumption.ranked: true

define view I_EngagementProjectVH
  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,
      @Consumption.hidden: true
      EngagementProjectServiceOrg,
      @Consumption.hidden: true
      EngagementProjectType,
      
      @Consumption.hidden: true
      EngagementProject.Customer,
      @Consumption.hidden: true
      EngagementProject._Customer ,
      @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":""
}
}*/