PKPSHD

Transparent Table Application Table

Deviating Control Cycle Data for Kanban

PKPSHD is an SAP database table in S/4HANA. Deviating Control Cycle Data for Kanban. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_KanbanContainerDvtgData view from BASIC Kanban Container Deviating Data

Fields (4)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY pkkey pkkey Kanban ID
packv pl_packnr Packing object
anzlt anzlt No.Load Carrier

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.

-- Deviating Control Cycle Data for Kanban
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE PKPSHD (
    MANDT,  -- Client [mandt]
    PKKEY,  -- Kanban ID [pkkey]
    PACKV,  -- Packing object [pl_packnr]
    ANZLT,  -- No.Load Carrier [anzlt]
    PRIMARY KEY (MANDT, PKKEY)
);