COBK
CO Object: Document Header
COBK is an SAP database table in S/4HANA. CO Object: Document Header. It contains 48 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 (48)
| 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 | ||||
| perab | CO_PERAB | From Period | ||||
| perbi | CO_PERBI | to | ||||
| bldat | CO_BLDAT | Document Date | ||||
| budat | CO_BUDAT | Posting Date | ||||
| cpudt | CO_CPUDT | Created on | ||||
| usnam | SYUNAME | User Name | ||||
| bltxt | CO_BLTXT | Doc.Header Text | ||||
| stflg | CO_STFLG | Reversal doc. | ||||
| stokz | CO_STOKZ | Reversed | ||||
| refbt | CO_REFBT | RefDocType | ||||
| refbn | CO_REFBN | Ref.document no | ||||
| refbk | CO_REFBK | RefCompanyCode | ||||
| refgj | CO_REFGJ | RefFiscalYear | ||||
| blart | CO_REFBA | Document Type | ||||
| ldgrp | FAGL_LDGRP | Ledger Group | ||||
| orgvg | CO_ORGVG | Original BTran. | ||||
| sumbz | CO_SUMBZ | Line Item Total | ||||
| delbz | CO_DELBZ | Del. Line Items | ||||
| wsdat | WSDAT | Value Date | ||||
| kurst | KURST | Exch. Rate Type | ||||
| varnr | CO_VARNR | Screen variant | ||||
| kwaer | KWAER | COarea currency | ||||
| ctyp1 | CO_CTYP1 | Currency Type 1 | ||||
| ctyp2 | CO_CTYP2 | Currency Type 2 | ||||
| ctyp3 | CO_CTYP3 | Currency Type 3 | ||||
| ctyp4 | CO_CTYP4 | Currency Type 4 | ||||
| awtyp | AWTYP | Ref. procedure | ||||
| aworg | AWORG | Refer. Org.Unit | ||||
| logsystem | LOGSYSTEM | Logical System | ||||
| cputm | CPUTM | Entered at | ||||
| alebz | CO_ALEBZ | Post Rows Ext. | ||||
| alebn | CO_ALEBN | ALE: Org.DocNr | ||||
| awsys | AWSYS | Logical System | ||||
| awref_rev | AWREF_REV | Reversal Ref. | ||||
| aworg_rev | AWORG_REV | Reversal Org. | ||||
| awkey | AWKEY | Reference Key | ||||
| 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 Object: Document Header
-- 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]
PERAB, -- From Period [CO_PERAB]
PERBI, -- to [CO_PERBI]
BLDAT, -- Document Date [CO_BLDAT]
BUDAT, -- Posting Date [CO_BUDAT]
CPUDT, -- Created on [CO_CPUDT]
USNAM, -- User Name [SYUNAME]
BLTXT, -- Doc.Header Text [CO_BLTXT]
STFLG, -- Reversal doc. [CO_STFLG]
STOKZ, -- Reversed [CO_STOKZ]
REFBT, -- RefDocType [CO_REFBT]
REFBN, -- Ref.document no [CO_REFBN]
REFBK, -- RefCompanyCode [CO_REFBK]
REFGJ, -- RefFiscalYear [CO_REFGJ]
BLART, -- Document Type [CO_REFBA]
LDGRP, -- Ledger Group [FAGL_LDGRP]
ORGVG, -- Original BTran. [CO_ORGVG]
SUMBZ, -- Line Item Total [CO_SUMBZ]
DELBZ, -- Del. Line Items [CO_DELBZ]
WSDAT, -- Value Date [WSDAT]
KURST, -- Exch. Rate Type [KURST]
VARNR, -- Screen variant [CO_VARNR]
KWAER, -- COarea currency [KWAER]
CTYP1, -- Currency Type 1 [CO_CTYP1]
CTYP2, -- Currency Type 2 [CO_CTYP2]
CTYP3, -- Currency Type 3 [CO_CTYP3]
CTYP4, -- Currency Type 4 [CO_CTYP4]
AWTYP, -- Ref. procedure [AWTYP]
AWORG, -- Refer. Org.Unit [AWORG]
LOGSYSTEM, -- Logical System [LOGSYSTEM]
CPUTM, -- Entered at [CPUTM]
ALEBZ, -- Post Rows Ext. [CO_ALEBZ]
ALEBN, -- ALE: Org.DocNr [CO_ALEBN]
AWSYS, -- Logical System [AWSYS]
AWREF_REV, -- Reversal Ref. [AWREF_REV]
AWORG_REV, -- Reversal Org. [AWORG_REV]
AWKEY, -- Reference Key [AWKEY]
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