TMFPFT

Transparent Table Customizing Table

Distribution Profile of Material Master - Texts

TMFPFT is an SAP database table in S/4HANA. Distribution Profile of Material Master - Texts. It contains 4 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
C_Distrprfltexttemp view from CONSUMPTION Distribution Profile Text View
I_ProductDistributionProfileT view from BASIC Product Distribution Profile - Text

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY spras SPRAS Language
KEY fprfm FPRFM Dist.prof.
fprtx BEZEI40 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.

-- Distribution Profile of Material Master - Texts
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TMFPFT (
    MANDT,  -- Client [MANDT]
    SPRAS,  -- Language [SPRAS]
    FPRFM,  -- Dist.prof. [FPRFM]
    FPRTX,  -- Description [BEZEI40]
    PRIMARY KEY (MANDT, SPRAS, FPRFM)
);