TCB01

Transparent Table Control Table (SAP+Cust)

Process Instruction Types

TCB01 is an SAP database table in S/4HANA. Process Instruction Types. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ProcessInstructionType view from BASIC Process Instruction Type

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY fttyp CO_FTTYP ProcInstr.Type

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.

-- Process Instruction Types
-- Category TRANSPARENT · Delivery class E
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TCB01 (
    MANDT,  -- Client [MANDT]
    FTTYP,  -- ProcInstr.Type [CO_FTTYP]
    PRIMARY KEY (MANDT, FTTYP)
);