FINCS_BUNIT

Transparent Table Customizing Table

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)

ViewTypeJoinVDMDescription
E_CnsldtnUnit view_entity from EXTENSION Consolidation Unit - Extension
FINCS_MD_BUNIT_UNION view union
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
ICA_P_CONSJOURNALENTRIES_01 view left_outer ICA: Consolidation Journal Entry Line Items from ACDOCA

Fields (9)

KeyField Data ElementDescription DomainTypeLength
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
etag FINCS_BUNIT_ETAG Consolidation Unit ETag
dummy_fincs_cu_h_incl_eew_ps CFD_DUMMY Dummy

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]
    ETAG,                          -- Consolidation Unit ETag [FINCS_BUNIT_ETAG]
    DUMMY_FINCS_CU_H_INCL_EEW_PS,  -- Dummy [CFD_DUMMY]
    PRIMARY KEY (MANDT, DIMEN, BUNIT)
);