CKPHT

Transparent Table Application Table

Texts for CKPH

CKPHT is an SAP database table in S/4HANA. Texts for CKPH. It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_BR_CostObjectText view from BASIC Brazil Cost Object Text

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY kstrg KSTRG Cost Object
KEY datbi DATBI Valid To
KEY spras SPRAS Language
ktext KTRTEXT Short 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.

-- Texts for CKPH
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE CKPHT (
    MANDT,  -- Client [MANDT]
    KSTRG,  -- Cost Object [KSTRG]
    DATBI,  -- Valid To [DATBI]
    SPRAS,  -- Language [SPRAS]
    KTEXT,  -- Short Text [KTRTEXT]
    PRIMARY KEY (MANDT, KSTRG, DATBI, SPRAS)
);