I_EngagementProjectStdVH
Engagement Project
I_EngagementProjectStdVH is a Composite CDS View that provides data about "Engagement Project" in SAP S/4HANA. It reads from 1 data source (I_EngagementProject) and exposes 18 fields with key field EngagementProject. Part of development package CPD_CDS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_EngagementProject | I_EngagementProject | from |
Annotations (17)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IEP__VH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | EngagementProject | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| Consumption.valueHelpDefault.fetchValues | #AUTOMATICALLY_WHEN_DISPLAYED | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Engagement Project | view | |
| ObjectModel.modelingPattern | #VALUE_HELP_PROVIDER | view |
Fields (18)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | EngagementProject | EngagementProject | Project ID | |
| EngagementProjectName | EngagementProjectName | Project Name | ||
| Customer | Customer | |||
| ProjectManager | ProjectManager | |||
| ProjectManagerWorkAgreement | ProjectManagerWorkAgreement | |||
| EngagementProjectCategory | EngagementProjectCategory | |||
| EngagementProjectServiceOrg | EngagementProjectServiceOrg | |||
| EngagementProjectType | EngagementProjectType | |||
| ProjectProfileCode | ProjectProfileCode | |||
| ProjectVisibility | ProjectVisibility | |||
| CompanyCode | CompanyCode | |||
| CostCenter | ||||
| ProfitCenter | ProfitCenter | |||
| IsMyProject | _UserInvlmnt | IsMyProject | ||
| EngagementProjectStage | EngagementProjectStage | |||
| _Customer | _Customer | |||
| _PersonWorkAgreement | _PersonWorkAgreement | |||
| _PersonWorkAgreement_1 | _PersonWorkAgreement_1 |
//GENERATED:005:GlBfhyFV7jY5nYuOUqDCY0
@AbapCatalog.sqlViewName: 'IEP__VH'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'EngagementProject'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MIXED
@Search.searchable: true
@Consumption.ranked: true
@Consumption.valueHelpDefault.fetchValues: #AUTOMATICALLY_WHEN_DISPLAYED
@AccessControl.authorizationCheck: #CHECK
//<TODO> Please double-check personal data blocking
@AccessControl.personalData.blocking: #REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Engagement Project'
@ObjectModel: {modelingPattern: #VALUE_HELP_PROVIDER,
supportedCapabilities: [#VALUE_HELP_PROVIDER]
}
define view I_EngagementProjectStdVH
as select from I_EngagementProject {
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@EndUserText.label: 'Project ID'
@ObjectModel.text.element: ['EngagementProjectName']
key EngagementProject,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@EndUserText.label: 'Project Name'
EngagementProjectName,
@Consumption.hidden: true
Customer,
@VDM.lifecycle.status: #DEPRECATED
@VDM.lifecycle.successor: 'ProjectManagerWorkAgreement'
@Consumption.hidden: true
ProjectManager,
@Consumption.hidden: true
ProjectManagerWorkAgreement,
@Consumption.hidden: true
EngagementProjectCategory,
@Consumption.hidden: true
EngagementProjectServiceOrg,
@Consumption.hidden: true
EngagementProjectType,
@Consumption.hidden: true
ProjectProfileCode,
@Consumption.hidden: true
ProjectVisibility,
@Consumption.hidden: true
CompanyCode,
@Consumption.hidden: true
cast (CostCenter as fis_kostl) as CostCenter,
@Consumption.hidden: true
ProfitCenter,
@Consumption.hidden:true
@Semantics.booleanIndicator:true
_UserInvlmnt.IsMyProject,
@Consumption.hidden:true
EngagementProjectStage,
@Consumption.hidden: true
_Customer,
@Consumption.hidden: true
@API.element.releaseState: #DEPRECATED
@API.element.successor: '_PersonWorkAgreement_1'
_PersonWorkAgreement,
_PersonWorkAgreement_1
}
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