P_DMVCMLDOCCOSTCOMPONENTSPLIT
DMVC: Cost Component Split
P_DMVCMLDOCCOSTCOMPONENTSPLIT is a CDS View in S/4HANA. DMVC: Cost Component Split. It contains 7 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| P_DACRCostComponentConsumption | view | from | COMPOSITE | Consumptions for cost components in DACR |
| P_DACRCostComponentReceipts | view | from | COMPOSITE | Receipts for cost components in DACR |
| P_DMVCActivityMaterialPairCCS | view | inner | COMPOSITE | Cost Component Split(s) for a Pair (edge aggregate) |
Fields (7)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | CostComponentSplitType | CostComponentSplitType | 2 |
| KEY | element | CostComponent | 3 |
| KEY | elesmhk | CostComponentStructure | 3 |
| KEY | LedgerValuationCurrencyRole | LedgerValuationCurrencyRole | 2 |
| docref | docref | 1 | |
| tot | TotalCostValue | 1 | |
| waers | Currency | 3 |
@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
}