TCMS_SHP_TYP

Transparent Table Customizing Table

Customizing table for Ship type

TCMS_SHP_TYP is an SAP database table in S/4HANA. Customizing table for Ship type. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ShipObjectType view from BASIC Ship Type

Fields (1)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client

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.

-- Customizing table for Ship type
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TCMS_SHP_TYP (
    MANDT,  -- Client [mandt]
    PRIMARY KEY (MANDT)
);