T008T

Transparent Table Customizing Table

Blocking Reason Names in Automatic Payment Trans.

T008T is an SAP database table in S/4HANA. Blocking Reason Names in Automatic Payment Trans.. It contains 4 fields. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
I_OIL_PaymentBlockingReasonTxt view_entity from BASIC Payment Blocking Reason - Text
I_PaymentBlockingReasonText view from BASIC Payment Blocking Reason - Text

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY spras SPRAS Language
KEY zahls DZAHLS Payment Block
textl TEXTL_008 Description

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.

-- Blocking Reason Names in Automatic Payment Trans.
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE T008T (
    MANDT,  -- Client [MANDT]
    SPRAS,  -- Language [SPRAS]
    ZAHLS,  -- Payment Block [DZAHLS]
    TEXTL,  -- Description [TEXTL_008]
    PRIMARY KEY (MANDT, SPRAS, ZAHLS)
);