P_DMVCMLDOCCOSTCOMPONENTSPLIT

CDS View

P_DMVCMLDOCCOSTCOMPONENTSPLIT is a CDS View in S/4HANA. It contains 7 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
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

Fields (7)

KeyField CDS FieldsUsed 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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"MLDOCCCS"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/