FINCS_BUNIT
Consolidation Unit
FINCS_BUNIT is an SAP database table in S/4HANA. Consolidation Unit. It contains 9 fields. 8 CDS views read from this table.
CDS Views using this table (8)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| E_CnsldtnUnit | view_entity | from | EXTENSION | Consolidation Unit - Extension |
| FINCS_MD_BUNIT_UNION | view | union | Consolidation Unit Year-Dependent | |
| I_CnsldtnUnit_3 | view | from | BASIC | Consolidation Unit |
| I_CnsldtnUnit_4 | view_entity | from | BASIC | Consolidation Unit |
| ICA_CONSJOURNALENTRIES_5 | view | left_outer | Match Consolidation Journal Entry Lines | |
| ICA_CONSJOURNALENTRIES_7 | view_entity | left_outer | ICA: Consolidation Journal Entry Line Items | |
| ICA_CONSUNIT | view | from | Consolidation Unit Master Data for ICA | |
| ICA_P_CONSJOURNALENTRIES_01 | view | left_outer | ICA: Consolidation Journal Entry Line Items from ACDOCA |
Fields (9)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | mandt | Client | |||
| KEY | dimen | fc_dimen | Dimension | |||
| KEY | bunit | fincs_md_bunit | Consolidation Unit | |||
| cntry | fc_cntry | Country/Region | ||||
| link | fincs_md_bunit_link | Link URL | ||||
| linklabel | fincs_md_bunit_link_label | Link Title | ||||
| rcomp | rcomp_d | Company | ||||
| created_at | fincs_creationdatetime | |||||
| etag | fincs_bunit_etag | Consolidation Unit ETag |
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.
-- Consolidation Unit
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINCS_BUNIT (
MANDT, -- Client [mandt]
DIMEN, -- Dimension [fc_dimen]
BUNIT, -- Consolidation Unit [fincs_md_bunit]
CNTRY, -- Country/Region [fc_cntry]
LINK, -- Link URL [fincs_md_bunit_link]
LINKLABEL, -- Link Title [fincs_md_bunit_link_label]
RCOMP, -- Company [rcomp_d]
CREATED_AT, -- fincs_creationdatetime
ETAG, -- Consolidation Unit ETag [fincs_bunit_etag]
PRIMARY KEY (MANDT, DIMEN, BUNIT)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- 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
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA