Replaced in S/4HANA
This table is replaced by ACDOCA

CO document header merged into ACDOCA.

View all S/4HANA migration mappings →

COBK

Transparent Table Application Table

CO-Objekt: Belegkopf

COBK is an SAP database table in S/4HANA. CO-Objekt: Belegkopf. It contains 12 fields. 7 CDS views read from this table.

CDS Views using this table (7)

ViewTypeJoinVDMDescription
I_EvtBsdOvhdCtrlgDocument view from BASIC Event-Based overhead CO document
I_WrntyAccountingControlDoc view inner BASIC Warranty accounting and Controlling Docs
P_Projectwiprevdetlbasic view left_outer BASIC
v_cobk_bkpf_view view from Compatibility View for COBK: BKPF Part
v_cobk_cobk_view view from Compatibility View for COBK: COBK Part
v_cobk_view view from Compatibility View for COBK
V_Covp_04_Age_view view inner Cold Data from ACDOCA (only value type 04)

Fields (12)

KeyField Data ElementDescription DomainTypeLength
KEY mandt mandt Client
KEY kokrs kokrs CO Area
KEY belnr co_belnr Document Number
gjahr gjahr Fiscal Year
versn versn_cobk Version
vrgng co_vorgang Bus.Transaction
timestmp rke_hzstmp Time created
valdt co_valdt Valuation Date
kokrs_sender kokrs_sender Sender CO Area
belnr_sender cobelnr_sender Send. CO Doc.No.
logsystem_sender logsystem_sender Sender Log Sys.
reprocessing_status_code fins_reprocessing_status_code Reproc status code

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.

-- CO-Objekt: Belegkopf
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE COBK (
    MANDT,                     -- Client [mandt]
    KOKRS,                     -- CO Area [kokrs]
    BELNR,                     -- Document Number [co_belnr]
    GJAHR,                     -- Fiscal Year [gjahr]
    VERSN,                     -- Version [versn_cobk]
    VRGNG,                     -- Bus.Transaction [co_vorgang]
    TIMESTMP,                  -- Time created [rke_hzstmp]
    VALDT,                     -- Valuation Date [co_valdt]
    KOKRS_SENDER,              -- Sender CO Area [kokrs_sender]
    BELNR_SENDER,              -- Send. CO Doc.No. [cobelnr_sender]
    LOGSYSTEM_SENDER,          -- Sender Log Sys. [logsystem_sender]
    REPROCESSING_STATUS_CODE,  -- Reproc status code [fins_reprocessing_status_code]
    PRIMARY KEY (MANDT, KOKRS, BELNR)
);