T156HT

Transparent Table Customizing (protected)

Main Text for Movement Type

T156HT is an SAP database table in S/4HANA. Main Text for Movement Type. It contains 4 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
CIC_GoodsMovementTypeCode_TEXT view_entity from Goods Movement Type - Text
I_GoodsMovementTypeT view from BASIC Type of Goods Movement - Text
I_Movement_TypeText view from BASIC Movement Type Text Basic View

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY spras SPRAS Language
KEY bwart BWART Movement Type
btext BWTXT Mvt Type Text

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.

-- Main Text for Movement Type
-- Category TRANSPARENT · Delivery class G
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T156HT (
    MANDT,  -- Client [MANDT]
    SPRAS,  -- Language [SPRAS]
    BWART,  -- Movement Type [BWART]
    BTEXT,  -- Mvt Type Text [BWTXT]
    PRIMARY KEY (MANDT, SPRAS, BWART)
);