P_DMVCMLDOCCostComponentSplit

DDL: P_DMVCMLDOCCOSTCOMPONENTSPLIT SQL: PDMVCMLDOCCCS Type: view BASIC Package: ODATA_ML_MATLVCA_DISP

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)

SourceAliasJoin Type
mldocccs mldocccs from

Annotations (7)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}