FMLV_EXTERNAL_CURTYPE_ML

CDS View

ML relevant external currency types

FMLV_EXTERNAL_CURTYPE_ML is a CDS View in S/4HANA. ML relevant external currency types. It contains 3 fields. 24 CDS views read from this table.

CDS Views using this table (24)

ViewTypeJoinVDMDescription
FMLV_CKMLKEV_UCT_UNION view left_outer Material Ledger Cost Component Split w. cor CURTP
FMLV_CKMLKEVLD_UNION view left_outer ML Currency Table for CKMLKEVLD w. cor. EXT_CURTP & RLDNR
FMLV_CKMLLACR_UCT_UNION view left_outer ML Activity Type: Period Record/Currency Record
FMLV_CKMLPRKEKO_UCT_UNION view left_outer Material Ledger: Cost Component Split (Header) for Prices
FMLV_CKMLPRKEPH_UCT_UNION view left_outer Material Ledger: Cost Component Split (Elements) for Prices
FMLV_EKBEBZ_UCT_UNION view inner History per Purchasing Document w. External CURTP
FMLV_EKBEBZH_UCT_UNION view inner History per Purchasing Document w. External CURTP
FMLV_MLAUFCR_UCT_UNION view left_outer ML Currency Table for Order History w. cor. CURTP
FMLV_MLAUFCRH_UCT_UNION view left_outer History table for summerized MLAUFCR data w. correct CURPT
FMLV_MLAUFKEPH_UCT_UNION view inner ML: Cost Component Split for Order History w. correct CURTP
FMLV_MLAUFKEPHH_UCT_UNION view inner History table for summarized MLAUFKEPH data w. correct CURTP
FMLV_MLBECR_UCT_UNION view inner
FMLV_MLBECRH_UCT_UNION view inner Material Ledger Currency Table for GR/IR relevant transactions w. correct CURTP
FMLV_MLCR_UCT_UNION view inner Material Ledger Document: Currencies and Values w. correct CURTP
FMLV_MLCRF_UCT_UNION view inner Material Ledger Document: Field Groups (Currencies) with correct CURTP
FMLV_MLCRP_UCT_UNION view inner Material Ledger Document: Price Changes (Currencies, Prices) with correct CURTP
FMLV_MLKEPH_UCT_UNION view inner ML Document: CCS (Elements) for Values correct CURTP
FMLV_MLPRKEKO_UCT_UNION view inner ML Document: Cost Component Split (Header)for Prices with correct CURTP
FMLV_MLPRKEPH_UCT_UNION view inner ML Document: CCS (Components)for Prices with correct CURTP
FMLV_MLXXV_UCT_UNION view inner ML Document: Items and posting periods w. correct CURTP
MMPURORDHISTDELCOST_SDM view inner SDM View for EKBZ_MA
MMPURORDHISTDELCOSTH_SDM view inner SDM View for EKBZH_MA
MMPURORDHISTMATCOST_SDM view inner SDM View for EKBE_MA
MMPURORDHISTMATCOSTH_SDM view inner SDM View for EKBEH_MA

Fields (3)

KeyField CDS FieldsUsed in Views
KEY ext_curtype ext_curtype 2
KEY rldnr rldnr 6
waers waers 4

Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.

-- ML relevant external currency types
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FMLV_EXTERNAL_CURTYPE_ML (
    EXT_CURTYPE,
    RLDNR,
    WAERS,
    PRIMARY KEY (EXT_CURTYPE, RLDNR)
);