I_ProjectNetworkStdVH
Project Network Details
I_ProjectNetworkStdVH is a Composite CDS View that provides data about "Project Network Details" in SAP S/4HANA. It reads from 1 data source (I_ProjectNetwork) and exposes 8 fields with key field ProjectNetwork. Part of development package VDM_PS_ST.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProjectNetwork | I_ProjectNetwork | from |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPN__VH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | ProjectNetwork | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Project Network Details | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (8)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjectNetwork | ProjectNetwork | ||
| ProjectNetworkDescription | ProjectNetworkDescription | |||
| ProjectInternalID | ProjectInternalID | |||
| WBSElementInternalID | WBSElementInternalID | |||
| MRPController | MRPController | |||
| Plant | Plant | |||
| _Project | _Project | |||
| _WBSElement | _WBSElement |
//GENERATED:003:GFBfhyK17jU}dJn6LULAeW
@AbapCatalog.sqlViewName: 'IPN__VH'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'ProjectNetwork'
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MIXED
@AccessControl.authorizationCheck: #CHECK
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Project Network Details'
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@Search.searchable: true
@Consumption.ranked: true
define view I_ProjectNetworkStdVH as select from I_ProjectNetwork {
@ObjectModel.text.element: ['ProjectNetworkDescription']
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8}
key ProjectNetwork,
@Search: { defaultSearchElement: true, ranking: #LOW, fuzzinessThreshold: 0.8}
ProjectNetworkDescription,
@Consumption.hidden: true
ProjectInternalID,
@Consumption.hidden: true
WBSElementInternalID,
@Consumption.hidden: true
MRPController,
@Consumption.hidden: true
Plant,
@Consumption.hidden: true
_Project,
@Consumption.hidden: true
_WBSElement
}
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