DFKKOPKC

Transparent Table Application Table

Zahlungsdatenanhang zum Kontokorrentbeleg

DFKKOPKC is an SAP database table in S/4HANA. Zahlungsdatenanhang zum Kontokorrentbeleg. It contains 5 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CADocumentGLItemPaymentData view_entity from BASIC Document G/L Item Payment Data

Fields (5)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY opbel opbel_kk Document Number
KEY opupk opupk_kk Item
xguid xguid_pc_kk Pmt Card Suppl.
_dataaging data_temperature Data Aging

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.

-- Zahlungsdatenanhang zum Kontokorrentbeleg
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE DFKKOPKC (
    MANDT,       -- Client [mandt]
    OPBEL,       -- Document Number [opbel_kk]
    OPUPK,       -- Item [opupk_kk]
    XGUID,       -- Pmt Card Suppl. [xguid_pc_kk]
    _DATAAGING,  -- Data Aging [data_temperature]
    PRIMARY KEY (MANDT, OPBEL, OPUPK)
);