TCA9T

Transparent Table Customizing (protected)

Language-dependent table for TCA09: Task list applications

TCA9T is an SAP database table in S/4HANA. Language-dependent table for TCA09: Task list applications. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_BOOApplicationText view from BASIC Bill of Operations Application - Text

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY spras spras Language
KEY plnaw plnaw Application
text40 tca09_txt 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.

-- Language-dependent table for TCA09: Task list applications
-- Category TRANSPARENT · Delivery class G
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE TCA9T (
    MANDT,   -- Client [mandt]
    SPRAS,   -- Language [spras]
    PLNAW,   -- Application [plnaw]
    TEXT40,  -- Description [tca09_txt]
    PRIMARY KEY (MANDT, SPRAS, PLNAW)
);