I_ProjectNtwkValueHelp
Project Network Value Help
I_ProjectNtwkValueHelp is a Composite CDS View that provides data about "Project Network Value Help" in SAP S/4HANA. It reads from 1 data source (I_ProjectNetwork) and exposes 11 fields with key field ProjectNetwork.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProjectNetwork | ProjectNetwork | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPROJNETWORKVH | view | |
| EndUserText.label | Project Network Value Help | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | ProjectNetwork | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjectNetwork | I_ProjectNetwork | ProjectNetwork | |
| ProjectNetworkDescription | I_ProjectNetwork | ProjectNetworkDescription | ||
| LanguageBasedShortText | Network Language-Dependent Short Text | |||
| Project | ||||
| ProjectDescription | ||||
| WBSElement | ||||
| WBSDescription | ||||
| MRPController | I_ProjectNetwork | MRPController | ||
| ProjectNetworkType | I_ProjectNetwork | ProjectNetworkType | ||
| Plant | I_ProjectNetwork | Plant | ||
| ProjectNetworkObject | I_ProjectNetwork | ProjectNetworkObject |
@AbapCatalog.sqlViewName: 'IPROJNETWORKVH'
@EndUserText.label: 'Project Network Value Help'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory : #L
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'ProjectNetwork'
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Search.searchable: true
@Consumption.ranked: true
define view I_ProjectNtwkValueHelp
as select from I_ProjectNetwork as ProjectNetwork
{
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
key ProjectNetwork.ProjectNetwork as ProjectNetwork,
@Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8}
ProjectNetwork.ProjectNetworkDescription as ProjectNetworkDescription,
@Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8}
@EndUserText.label: 'Network Language-Dependent Short Text'
ProjectNetwork._NetworkShortText.LanguageBasedShortText as LanguageBasedShortText,
@Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8}
ProjectNetwork._Project.Project as Project,
ProjectNetwork._Project.ProjectDescription as ProjectDescription,
@Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8}
ProjectNetwork._WBSElement.WBSElement as WBSElement,
ProjectNetwork._WBSElement.WBSDescription as WBSDescription,
ProjectNetwork.MRPController as MRPController,
ProjectNetwork.ProjectNetworkType as ProjectNetworkType,
ProjectNetwork.Plant as Plant,
@UI:{ hidden: true }
ProjectNetwork.ProjectNetworkObject as ProjectNetworkObject
}
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