P_MaterialPlant
Private View for Material Plant
P_MaterialPlant is a Consumption CDS View that provides data about "Private View for Material Plant" in SAP S/4HANA. It reads from 1 data source (I_ProductPlant) and exposes 3 fields. Part of development package ODATA_PP_DD_STLM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ProductPlant | I_ProductPlant | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PMARC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.private | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Private View for Material Plant | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| Material | I_ProductPlant | Product | ||
| Plant | I_ProductPlant | Plant | ||
| MRPType | I_ProductPlant | MRPType |
@AbapCatalog.sqlViewName: 'PMARC'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.private: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Private View for Material Plant'
define view P_MaterialPlant as select from I_ProductPlant {
I_ProductPlant.Product as Material,
I_ProductPlant.Plant,
I_ProductPlant.MRPType
}
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