CKMLLAHD

Transparent Table Application Table

ML-Leistungsarten: Kopfsatz

CKMLLAHD is an SAP database table in S/4HANA. ML-Leistungsarten: Kopfsatz. It contains 5 fields. 11 CDS views read from this table.

CDS Views using this table (11)

ViewTypeJoinVDMDescription
FCML_FIND_MLDOC_WRONG_BUDAT_V view inner CDS View to detect wrong BUDAT in MLDOC
FCML_MAT_DDL view union_all CDS View with structure of table FCML_MAT
FCML_MLDOC_EMPTY_BUDAT_DDL view inner CDS View to detect empty BUDAT in MLDOC
FMLV_CKMLLACR_UCT_UNION view inner ML Activity Type: Period Record/Currency Record
FMLV_CKMLPRKEKO_UCT_UNION view inner Material Ledger: Cost Component Split (Header) for Prices
FMLV_CKMLPRKEPH_UCT_UNION view inner Material Ledger: Cost Component Split (Elements) for Prices
ML4H_CDS_MLDOCAHD view from CKMLLAHD x MLDOC
ml4h_cds_mv004 view left_outer Mapping MLDOC at MV004
ML4H_CDS_VMV view left_outer Value Flow Monitor
ml4h_cds_wipred_help view left_outer Read WIP Reduction
P_MLActivityHeader view from BASIC

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY kalnr ck_kalnr Cost EstimateNo
objnr j_objnr Object number
werks werks_d Plant
no_settle ckml_no_settle Do Not Consider

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-Leistungsarten: Kopfsatz
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CKMLLAHD (
    MANDT,      -- Client [mandt]
    KALNR,      -- Cost EstimateNo [ck_kalnr]
    OBJNR,      -- Object number [j_objnr]
    WERKS,      -- Plant [werks_d]
    NO_SETTLE,  -- Do Not Consider [ckml_no_settle]
    PRIMARY KEY (MANDT, KALNR)
);