FMLT_CURTP_ML
Material Ledger Currency Type Mapping related to ACDOC
FMLT_CURTP_ML is an SAP database table in S/4HANA. Material Ledger Currency Type Mapping related to ACDOC. It contains 7 fields. 12 CDS views read from this table.
CDS Views using this table (12)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| fmlv_ckmlct | view | inner | Replacement object for CKMLCT | |
| fmlv_curtp_ml | view | from | Select ML relevant currencies | |
| fmlv_external_curtype_ml | view | from | ML relevant external currency types | |
| fmlv_logistic_currency | view | from | Select currency for logistic application | |
| I_CN_MaterialStockAcctgDoc | view | inner | BASIC | Material stock accounting document for china turnover report |
| I_CN_MaterialStockDetail | view | inner | CONSUMPTION | China Stock Details for Material |
| I_CN_MaterialStockReversalDoc | view | inner | COMPOSITE | Material stock reversal document for china turnover report |
| P_InvtryPrChangeCompanyCodeVH | view_entity | inner | COMPOSITE | Company Code for Inventory Price Change |
| P_MaterialLedger_Name_Curtp | view | from | BASIC | |
| R_NonMigrtdMatlLdgrDocItmPrice | view | inner | BASIC | |
| R_NonMigrtdMatlLdgrDocItmReval | view | inner | BASIC | |
| R_NonMigrtdMatlLdgrDocItmValue | view | inner | BASIC |
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.
-- Material Ledger Currency Type Mapping related to ACDOC
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FMLT_CURTP_ML (
MANDT, -- Client [MANDT]
RBUKRS, -- Company Code [BUKRS]
CURTP, -- Crcy Type/Valn View [FINS_EXT_CURTYPE]
RLDNR, -- Ledger [FINS_LEDGER]
RCOLUMN, -- Char01 [CHAR01]
WAERS, -- Currency [WAERS]
IS_LOGISTIC_CURTYPE, -- Is Log. Curr. Type [FML_IS_LOGISTIC_CURTYPE]
PRIMARY KEY (MANDT, RBUKRS, CURTP, RLDNR)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- 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
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA