COBK
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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| 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)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| 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)
);
Learn More
- SAP Tables vs CDS Views — Key Differences
- CO Tables in S/4HANA: COEP, COBK to ACDOCA
- Understanding Data Lineage in SAP S/4HANA
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA