FINCS_BUNIT_WA

Transparent Table Application Table

Consolidation Unit Upload Work Area

FINCS_BUNIT_WA is an SAP database table in S/4HANA. Consolidation Unit Upload Work Area. It contains 25 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_CnsldtnMDUpldUnitWrkArea view from BASIC Consolidation Unit Work Area

Fields (25)

KeyField Data ElementDescription DomainTypeLength
KEY mandt MANDT Client
KEY uuid FINCS_UUID UUID
username SYST_UNAME User Name
status FINCS_MD_UPL_STATUS Status
status_detail FINCS_MD_UPL_STATUS_DETAIL Status Detail
rldnr FC_RLDNR Ledger
rvers FC_RVERS Version
bunit FC_BUNIT Cons. Unit
fiscyearper FINCS_FISCALYEARPER Fiscal Year Period
taxrt FC_TAXRT Tax Rate
gcind FC_GCIND Entry in GC
cntry FC_CNTRY Country/Region
curr FC_CURR Local Currency
curr_local_send FC_CURR_LOCAL_SEND Sender LC
curr_group_send FC_CURR_GROUP_SEND GroupCrcySource
periv FC_PERIV FY variant
ctrgr FC_CTRGR Transl. Method
trans FC_TRANS Transfer method
upmeth FC_UPMETH Upload method
fryear_h FC_FRYEAR_H Effective Yr Read UD
langu SPRAS Language
txtsh FC_TXTSH Short Text
txtmi FC_TXTMI Medium Text
dummy_fincs_cu_h_incl_eew_ps CFD_DUMMY Dummy
dummy_fincs_cu_tvd_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 Upload Work Area
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINCS_BUNIT_WA (
    MANDT,                           -- Client [MANDT]
    UUID,                            -- UUID [FINCS_UUID]
    USERNAME,                        -- User Name [SYST_UNAME]
    STATUS,                          -- Status [FINCS_MD_UPL_STATUS]
    STATUS_DETAIL,                   -- Status Detail [FINCS_MD_UPL_STATUS_DETAIL]
    RLDNR,                           -- Ledger [FC_RLDNR]
    RVERS,                           -- Version [FC_RVERS]
    BUNIT,                           -- Cons. Unit [FC_BUNIT]
    FISCYEARPER,                     -- Fiscal Year Period [FINCS_FISCALYEARPER]
    TAXRT,                           -- Tax Rate [FC_TAXRT]
    GCIND,                           -- Entry in GC [FC_GCIND]
    CNTRY,                           -- Country/Region [FC_CNTRY]
    CURR,                            -- Local Currency [FC_CURR]
    CURR_LOCAL_SEND,                 -- Sender LC [FC_CURR_LOCAL_SEND]
    CURR_GROUP_SEND,                 -- GroupCrcySource [FC_CURR_GROUP_SEND]
    PERIV,                           -- FY variant [FC_PERIV]
    CTRGR,                           -- Transl. Method [FC_CTRGR]
    TRANS,                           -- Transfer method [FC_TRANS]
    UPMETH,                          -- Upload method [FC_UPMETH]
    FRYEAR_H,                        -- Effective Yr Read UD [FC_FRYEAR_H]
    LANGU,                           -- Language [SPRAS]
    TXTSH,                           -- Short Text [FC_TXTSH]
    TXTMI,                           -- Medium Text [FC_TXTMI]
    DUMMY_FINCS_CU_H_INCL_EEW_PS,    -- Dummy [CFD_DUMMY]
    DUMMY_FINCS_CU_TVD_INCL_EEW_PS,  -- Dummy [CFD_DUMMY]
    PRIMARY KEY (MANDT, UUID)
);