E_MasterProject
Extension view for Master Project
E_MasterProject is a Extension CDS View that provides data about "Extension view for Master Project" in SAP S/4HANA. It reads from 1 data source (/cpd/d_mp_hdr) and exposes 2 fields with key fields MasterProjectUUID, MasterProject.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /cpd/d_mp_hdr | Persistence | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | EMSTRPROJ | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #EXTENSION | view | |
| EndUserText.label | Extension view for Master Project | view | |
| ClientHandling.algorithm | #AUTOMATED | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MasterProjectUUID | /cpd/d_mp_hdr | db_key | |
| KEY | MasterProject | /cpd/d_mp_hdr | mp_id |
@AbapCatalog.sqlViewName: 'EMSTRPROJ'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #EXTENSION
@EndUserText.label: 'Extension view for Master Project'
@ClientHandling.algorithm: #AUTOMATED
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
define view E_MasterProject
as select from /cpd/d_mp_hdr as Persistence
{
key Persistence.db_key as MasterProjectUUID,
key Persistence.mp_id as MasterProject
}
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