P_IncgOutgProjectNetworkStdVH
Project Network Details
P_IncgOutgProjectNetworkStdVH is a Basic CDS View that provides data about "Project Network Details" in SAP S/4HANA. It reads from 1 data source (aufk) and exposes 2 fields with key field ProjectNetwork. Part of development package ODATA_MANAGE_APAR_GEN_INVOICES.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| aufk | ProjectNetwork | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PIOGPRJNETWORK | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ProjectNetwork | |||
| ProjectNetworkDescription |
@AbapCatalog.sqlViewName: 'PIOGPRJNETWORK'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AccessControl.personalData.blocking: #NOT_REQUIRED
@VDM.viewType: #BASIC
@VDM.private:true
//@Search.searchable: true
@ObjectModel.usageType: {
serviceQuality: #C,
sizeCategory: #S,
dataClass: #MASTER
}
@ClientHandling.algorithm: #SESSION_VARIABLE
define view P_IncgOutgProjectNetworkStdVH as select from aufk as ProjectNetwork {
@ObjectModel.text.element: ['ProjectNetworkDescription']
//@Search: { defaultSearchElement: true, ranking: #HIGH }
key cast(ProjectNetwork.aufnr as farp_miv_aufnr preserving type) as ProjectNetwork,
//@Search: { defaultSearchElement: true, ranking: #HIGH }
@Semantics.text: true
cast(ProjectNetwork.ktext as ps_s4_auftext preserving type ) as ProjectNetworkDescription
//@Consumption.hidden: true
//ProjectInternalID_2,
//@Consumption.hidden: true
//WBSElementInternalID_2,
//@Consumption.hidden: true
//MRPController,
//@Consumption.hidden: true
//Plant,
//@Consumption.hidden: true
//_ProjectBasicData2,
//@Consumption.hidden: true
//_WBSElementBasicData2
}
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