I_CNSLDTNRECNCLNTSKLGITM

CDS View

Consolidation Reconciliation Item

I_CNSLDTNRECNCLNTSKLGITM is a CDS View in S/4HANA. Consolidation Reconciliation Item. It contains 7 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_CnsldtnRecnclnTskLgHierNode view_entity from COMPOSITE Consolidation Reconciliation Node
P_CnsldtnRecnclnItemStrct view_entity from COMPOSITE Consolidation Reconciliation Item Struct
P_CnsldtnRecnclnItemStrct view_entity union_all COMPOSITE Consolidation Reconciliation Item Struct

Fields (7)

KeyField CDS FieldsUsed in Views
KEY CnsldtnTaskLogUUID CnsldtnTaskLogUUID 1
CnsldtnTaskLogItemType CnsldtnTaskLogItemType 1
CnsldtnTaskLogItemUUID CnsldtnTaskLogItemUUID 1
CnsldtnUnitReconciliation CnsldtnUnitReconciliation 1
ConsolidationDisplayGroup ConsolidationDisplayGroup 1
ConsolidationUnit ConsolidationUnit 1
ReconciliationCaseID ReconciliationCaseID 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.

-- Consolidation Reconciliation Item
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE I_CNSLDTNRECNCLNTSKLGITM (
    CNSLDTNTASKLOGUUID,
    CNSLDTNTASKLOGITEMTYPE,
    CNSLDTNTASKLOGITEMUUID,
    CNSLDTNUNITRECONCILIATION,
    CONSOLIDATIONDISPLAYGROUP,
    CONSOLIDATIONUNIT,
    RECONCILIATIONCASEID,
    PRIMARY KEY (CNSLDTNTASKLOGUUID)
);