TF551

Transparent Table Customizing Table

Methods: Name

TF551 is an SAP database table in S/4HANA. Methods: Name. It contains 5 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
I_CnsldtnInvestmentMethodText view from BASIC Consolidation Investment Method - Text
I_CnsldtnMethodText view from BASIC Consolidation Method - Text
P_CnsldtnMethodT view from BASIC

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY langu SPRAS Language
KEY dimen FC_DIMEN Dimension
KEY cmeth FC_CMETH Method
txt FC_TXT Description

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.

-- Methods: Name
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TF551 (
    MANDT,  -- Client [MANDT]
    LANGU,  -- Language [SPRAS]
    DIMEN,  -- Dimension [FC_DIMEN]
    CMETH,  -- Method [FC_CMETH]
    TXT,    -- Description [FC_TXT]
    PRIMARY KEY (MANDT, LANGU, DIMEN, CMETH)
);