DFKKIP_GRP

Transparent Table Application Table

Zahlungsfestlegung: Kopfdaten

DFKKIP_GRP is an SAP database table in S/4HANA. Zahlungsfestlegung: Kopfdaten. It contains 2 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
SHSM_DFKKIP_GRP view from CDS view for Payment Specification

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY pdkey pdkey_kk Specification

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.

-- Zahlungsfestlegung: Kopfdaten
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE DFKKIP_GRP (
    MANDT,  -- Client [mandt]
    PDKEY,  -- Specification [pdkey_kk]
    PRIMARY KEY (MANDT, PDKEY)
);