DFKKBIX_BIP_H

Transparent Table Application Table

Abrechnungsplankopf

DFKKBIX_BIP_H is an SAP database table in S/4HANA. Abrechnungsplankopf. It contains 2 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
E_CABillgPln view_entity from EXTENSION Abrechnungsplankopf Erweiterung
I_CABillgPln view_entity from BASIC Abrechnungsplankopf
SHSM_DFKKBIX_BIP_H view_entity from nach Abrechnungsplankopfdaten

Fields (2)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY billplanno billplanno_kk Billing Plan

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.

-- Abrechnungsplankopf
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE DFKKBIX_BIP_H (
    MANDT,       -- Client [mandt]
    BILLPLANNO,  -- Billing Plan [billplanno_kk]
    PRIMARY KEY (MANDT, BILLPLANNO)
);