TPI01

Transparent Table Customizing Table

Interest Profile

TPI01 is an SAP database table in S/4HANA. Interest Profile. It contains 4 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_Interestcalculationprofile view from BASIC Interest Calculation Profile
I_IntOrdIntrstCalcProfileVH view_entity from COMPOSITE Interest calculation profile

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY zschm ps_zschm Interest Prof.
ctrl ps_inctrl Int.calc.control
coctrl ps_incoc Cont.line/total

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.

-- Interest Profile
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TPI01 (
    MANDT,   -- Client [mandt]
    ZSCHM,   -- Interest Prof. [ps_zschm]
    CTRL,    -- Int.calc.control [ps_inctrl]
    COCTRL,  -- Cont.line/total [ps_incoc]
    PRIMARY KEY (MANDT, ZSCHM)
);