I_COACTUALLINEITEM

CDS View

Interface view for CO Actual Line Item

I_COACTUALLINEITEM is a CDS View in S/4HANA. Interface view for CO Actual Line Item. It contains 2 fields. 4 CDS views read from this table.

CDS Views using this table (4)

ViewTypeJoinVDMDescription
P_COActualCostsByOrder view from COMPOSITE
P_COActualCube view from COMPOSITE
P_COOrderActualCube view from COMPOSITE
P_MfgOrdActualCost1 view from COMPOSITE

Fields (2)

KeyField CDS FieldsUsed in Views
KEY CompanyCode CompanyCode 1
KEY Ledger Ledger 1

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.

-- Interface view for CO Actual Line Item
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_COACTUALLINEITEM (
    COMPANYCODE,
    LEDGER,
    PRIMARY KEY (COMPANYCODE, LEDGER)
);