P_DMVCMLDOCCostComponentSplit
DMVC: Cost Component Split
P_DMVCMLDOCCostComponentSplit is a Basic CDS View that provides data about "DMVC: Cost Component Split" in SAP S/4HANA. It reads from 1 data source (mldocccs) and exposes 14 fields with key fields docref, LedgerValuationCurrencyRole, elesmhk, element, patnr. Part of development package ODATA_ML_MATLVCA_DISP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| mldocccs | mldocccs | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PDMVCMLDOCCCS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | docref | docref | ||
| KEY | LedgerValuationCurrencyRole | curtp | ||
| KEY | elesmhk | elesmhk | ||
| KEY | element | element | ||
| KEY | patnr | patnr | ||
| KEY | dipa | dipa | ||
| KEY | svrel | svrel | ||
| KEY | mlcct | mlcct | ||
| KEY | CostComponentSplitType | keart | ||
| waers | waers | |||
| tot | tot | |||
| fix | fix | |||
| totll | totll | |||
| fixll | fixll |
@AbapCatalog.sqlViewName: 'PDMVCMLDOCCCS'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@VDM.private:true
define view P_DMVCMLDOCCostComponentSplit as select from mldocccs
{
key docref,
key curtp as LedgerValuationCurrencyRole,
key elesmhk,
key element,
key patnr,
key dipa,
key svrel,
key mlcct,
key keart as CostComponentSplitType,
waers,
@Semantics.amount.currencyCode : 'mldocccs.waers'
tot,
@Semantics.amount.currencyCode : 'mldocccs.waers'
fix,
@Semantics.amount.currencyCode : 'mldocccs.waers'
totll,
@Semantics.amount.currencyCode : 'mldocccs.waers'
fixll
}
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