C_ProjectTypeVH
Project Type Value Help
C_ProjectTypeVH is a Consumption CDS View that provides data about "Project Type Value Help" in SAP S/4HANA. It reads from 1 data source (I_Projecttype) and exposes 2 fields with key field ProjectType. It has 1 association to related views. It is used in 1 Fiori application: Project Cost Report - Overview.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Projecttype | I_Projecttype | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_Projecttypetext | _Text | $projection.ProjectType = _Text.ProjectType |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CPROJECTTYPEVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Project Type Value Help | view | |
| ObjectModel.representativeKey | ProjectType | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| OData.publish | true | view | |
| VDM.viewType | #CONSUMPTION | view |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F2513 | Project Cost Report - Overview | Analytical | An application to compare the plan versus actual costs of a project. |
Project Cost Report - Overview
Business Role: Project Financial Controller
This feature enables you to easily monitor aggregated and non-aggregated project costs by allowing you to compare plan costs with actual costs. You can also monitor the variance and costs at individual line item level, configure two cost planning categories and use one category for calculation of variance. You can also enter the level to which a project tree has to be expanded, and view cost details of multiple projects or WBS elements from different projects and hierarchies.
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjectType | ProjectType | ||
| ProjectTypeName |
@AbapCatalog.sqlViewName: 'CPROJECTTYPEVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Project Type Value Help'
@ObjectModel.representativeKey: 'ProjectType'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.resultSet.sizeCategory: #XS
@ObjectModel.dataCategory: #VALUE_HELP
@OData.publish: true
@VDM.viewType: #CONSUMPTION
define view C_ProjectTypeVH
as select from I_Projecttype
association [0..*] to I_Projecttypetext as _Text on $projection.ProjectType = _Text.ProjectType
{
@UI.textArrangement: #TEXT_ONLY
@ObjectModel.text.element: ['ProjectTypeName']
key ProjectType,
@Semantics.text: true
_Text[1:Language = $session.system_language].ProjectTypeName as ProjectTypeName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PROJECTTYPE",
"I_PROJECTTYPETEXT"
],
"ASSOCIATED":
[
"I_PROJECTTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0
}
}*/
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