I_PeggingAssignmentProjectVH
Pegging Assignment Project
I_PeggingAssignmentProjectVH is a Composite CDS View that provides data about "Pegging Assignment Project" in SAP S/4HANA. It reads from 1 data source (I_ProjectBasicData) and exposes 5 fields with key field Project.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProjectBasicData | I_ProjectBasicData | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Pegging Assignment Project | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Search.searchable | true | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Project | |||
| ProjectInternalID | ProjectInternalID | Project Internal ID | ||
| ProjectDescription | ProjectDescription | |||
| ControllingArea | ControllingArea | |||
| ProfitCenter | ProfitCenter |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Pegging Assignment Project'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #B,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
@ObjectModel.dataCategory: #VALUE_HELP
@Search.searchable: true
@VDM.viewType: #COMPOSITE
define view entity I_PeggingAssignmentProjectVH as select from I_ProjectBasicData {
@ObjectModel.text.element: ['ProjectDescription']
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
key cast (Project as ps_p_pspid preserving type ) as Project,
@EndUserText.label: 'Project Internal ID'
ProjectInternalID,
@Semantics.text: true
ProjectDescription,
@Consumption.hidden: true
ControllingArea,
@Consumption.hidden: true
ProfitCenter
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PROJECTBASICDATA"
],
"ASSOCIATED":
[],
"BASE":
[],
"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