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)
);