T189

Transparent Table Customizing Table

Conditions: Price List Types

T189 is an SAP database table in S/4HANA. Conditions: Price List Types. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_PriceListType view from BASIC Price List Type

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY pltyp PLTYP Price List Tp.

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.

-- Conditions: Price List Types
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T189 (
    MANDT,  -- Client [MANDT]
    PLTYP,  -- Price List Tp. [PLTYP]
    PRIMARY KEY (MANDT, PLTYP)
);