FINCS_BUNIT_WA
Consolidation Unit Upload Work Area
FINCS_BUNIT_WA is an SAP database table in S/4HANA. Consolidation Unit Upload Work Area. It contains 23 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_CnsldtnMDUpldUnitWrkArea | view | from | BASIC | Consolidation Unit Work Area |
Fields (23)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| 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 |
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]
PRIMARY KEY (MANDT, UUID)
);
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