TF165

Transparent Table Customizing Table

Konsolidierungseinheiten versionsabhängig

TF165 is an SAP database table in S/4HANA. Konsolidierungseinheiten versionsabhängig. 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.

-- Konsolidierungseinheiten versionsabhängig
-- 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)
);