I_CustomerProjectVH
Customer Project Value Help
I_CustomerProjectVH is a Basic CDS View that provides data about "Customer Project Value Help" in SAP S/4HANA. It reads from 1 data source (I_CustomerProject) and exposes 11 fields with key field CustomerProject.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CustomerProject | I_CustomerProject | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ICUSTPROJVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| ObjectModel.representativeKey | CustomerProject | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| Search.searchable | true | view | |
| EndUserText.label | Customer Project Value Help | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CustomerProject | I_CustomerProject | CustomerProject | |
| CustomerProjectName | I_CustomerProject | CustomerProjectName | ||
| CustomerProjectServiceOrg | I_CustomerProject | CustomerProjectServiceOrg | ||
| CustomerProjectType | I_CustomerProject | CustomerProjectType | ||
| CustomerProjectVisibility | I_CustomerProject | CustomerProjectVisibility | ||
| ProjectProfileCode | I_CustomerProject | ProjectProfileCode | ||
| EngmntProjectHeaderCompanyCode | I_CustomerProject | EngmntProjectHeaderCompanyCode | ||
| EngagementProjectCostCenter | I_CustomerProject | CostCenter | ||
| ProfitCenter | I_CustomerProject | ProfitCenter | ||
| CustomerProjectUUID | I_CustomerProject | CustomerProjectUUID | ||
| _UserInvlmnt | _UserInvlmnt |
@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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CUSTOMERPROJECT"
],
"ASSOCIATED":
[
"I_ENGMNTPROJWITHUSERINVLMNT"
],
"BASE":
[
"I_CUSTOMERPROJECT"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA