TF165

Transparent Table Customizing Table

Consolidation Units Version-Dependent

TF165 is an SAP database table in S/4HANA. Consolidation Units Version-Dependent. It contains 11 fields. 6 CDS views read from this table.

CDS Views using this table (6)

ViewTypeJoinVDMDescription
FINCS_MD_165 view from
P_PlanData_RT_01 view left_outer COMPOSITE
P_RealTimeRptdFinData_01 view inner COMPOSITE
P_RepFinData_RT_Aggr_02 view inner COMPOSITE
P_ReportedFinancialData_RT_01 view left_outer COMPOSITE
P_RFD_RT_AGGR_simple_02 view inner COMPOSITE

Fields (11)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY dimen FC_DIMEN Dimension
KEY rvers FC_INPVS Version
KEY bunit FC_BUNIT Cons. Unit
trans FC_TRANS Transfer method
upmeth FC_UPMETH Upload method
logfile FC_LOGFILE Logical file
pres FC_PRES Pres.server
versn FC_VERSN FS version
physfil FC_PHYSFIL Phys. file
fryear_h FC_FRYEAR_H Effective Yr Read UD

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 Units Version-Dependent
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TF165 (
    MANDT,     -- Client [MANDT]
    DIMEN,     -- Dimension [FC_DIMEN]
    RVERS,     -- Version [FC_INPVS]
    BUNIT,     -- Cons. Unit [FC_BUNIT]
    TRANS,     -- Transfer method [FC_TRANS]
    UPMETH,    -- Upload method [FC_UPMETH]
    LOGFILE,   -- Logical file [FC_LOGFILE]
    PRES,      -- Pres.server [FC_PRES]
    VERSN,     -- FS version [FC_VERSN]
    PHYSFIL,   -- Phys. file [FC_PHYSFIL]
    FRYEAR_H,  -- Effective Yr Read UD [FC_FRYEAR_H]
    PRIMARY KEY (MANDT, DIMEN, RVERS, BUNIT)
);