ML4H_CDS_VMV
Value Flow Monitor
ML4H_CDS_VMV is a CDS View that provides data about "Value Flow Monitor" in SAP S/4HANA. It reads from 6 data sources and exposes 22 fields.
Data Sources (6)
Parameters (7)
| Name | Type | Default |
|---|---|---|
| p_runref | ml4h_runref | |
| p_from_jp | ml4h_jahrper | |
| p_to_jp | ml4h_jahrper | |
| p_runid | ckml_run_id | |
| p_bukrs | bukrs | |
| p_curtp | fins_ext_curtype | |
| p_rldnr | fins_ledger |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ML4H_CDS_VMV_DD | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| EndUserText.label | Value Flow Monitor | view | |
| ClientHandling.type | #CLIENT_DEPENDENT | view | |
| ClientHandling.algorithm | #AUTOMATED | view |
Fields (22)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| curtp | mldoc | curtp | Valuation Area | |
| rldnr | mldoc | rldnr | Ledger (Compat.) | |
| runref | mldoc | runref | Costing Run Ref. | |
| kalnr | mldoc | kalnr | ProdCostEst.No. | |
| matnr | ckmlhd | matnr | Vehicle Model | |
| bwtar | ckmlhd | bwtar | Valuation Type | |
| vbeln | ckmlhd | vbeln | SD Sched. Agmt | |
| posnr | ckmlhd | posnr | WBS Element | |
| pspnr | ckmlhd | pspnr | WBS Element | |
| lifnr | ckmlhd | lifnr | Vendor no. | |
| objnr | ckmllahd | objnr | Val. Obj. No. | |
| werks | ckmllahd | werks | Receiving Plant | |
| objtyp | ||||
| posart | mldoc | posart | Item type | |
| categ | mldoc | categ | Category | |
| VGART | mldoc | vgart | Transactn Type | |
| PTYP | mldoc | ptyp | Visibility (I/E/V/C) | |
| xsettle | mlrunlist | xsettle | Settle.completed | |
| xclose | mlrunlist | xclose | Closing Entry | |
| mlast | ckmlhd | mlast | Price Determ. | |
| xabr | mldoc | xabr | Costing Doc. | |
| waers | mldoc | waers | Transaction Currency |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view ML4H_CDS_VMV.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: ML4H_CDS_VMV_DD
-- Parameters: p_runref : ml4h_runref, p_from_jp : ml4h_jahrper, p_to_jp : ml4h_jahrper, p_runid : ckml_run_id, p_bukrs : bukrs, p_curtp : fins_ext_curtype, p_rldnr : fins_ledger
CREATE VIEW ML4H_CDS_VMV AS
SELECT
d.curtp AS curtp,
d.rldnr AS rldnr,
d.runref AS runref,
d.kalnr AS kalnr,
h.matnr AS matnr,
h.bwtar AS bwtar,
h.vbeln AS vbeln,
h.posnr AS posnr,
h.pspnr AS pspnr,
h.lifnr AS lifnr,
la.objnr AS objnr,
la.werks AS werks,
left( la.objnr, 2 ) AS objtyp,
d.posart AS posart,
d.categ AS categ,
d.vgart AS VGART,
d.ptyp AS PTYP,
rl.xsettle AS xsettle,
rl.xclose AS xclose,
h.mlast AS mlast,
d.xabr AS xabr,
d.waers AS waers
FROM mldoc AS d
LEFT OUTER JOIN ckmlhd AS h ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN ckmllahd AS la ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN t001w AS w ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN mlrunlist AS rl ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN ckmlrunperiod AS rp ON /* join condition not captured in parsed metadata */
;
Learn More
- CDS View Annotations — A Complete Guide
- 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 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA