I_CUSTOMERPROJECTVH
Customer Project Value Help
I_CUSTOMERPROJECTVH is a CDS View in S/4HANA. Customer Project Value Help. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_CustomerProjectStdVH | view | from | COMPOSITE | Customer Project Value Help |
@AbapCatalog.sqlViewName: 'ICUSTPROJVH'
@AbapCatalog.compiler.compareFilter: true
@ObjectModel.representativeKey: 'CustomerProject'
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #CHECK
@Search.searchable: true
@EndUserText.label: 'Customer Project Value Help'
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
define view I_CustomerProjectVH
as select from I_CustomerProject
{
@ObjectModel.text.element: 'CustomerProjectName'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
key I_CustomerProject.CustomerProject,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@Semantics.text: true
I_CustomerProject.CustomerProjectName,
@Consumption.hidden: true
I_CustomerProject.CustomerProjectServiceOrg,
@Consumption.hidden: true
I_CustomerProject.CustomerProjectType,
@Consumption.hidden: true
I_CustomerProject.CustomerProjectVisibility,
@Consumption.hidden: true
I_CustomerProject.ProjectProfileCode,
@Consumption.hidden: true
I_CustomerProject.EngmntProjectHeaderCompanyCode,
@Consumption.hidden: true
I_CustomerProject.CostCenter as EngagementProjectCostCenter,
@Consumption.hidden: true
I_CustomerProject.ProfitCenter,
@Consumption.hidden: true
I_CustomerProject.CustomerProjectUUID,
@Consumption.hidden: true
_UserInvlmnt
}