FINCS_SEGMENT_WA
Consolidation Segment Upload Work Area
FINCS_SEGMENT_WA is an SAP database table in S/4HANA. Consolidation Segment Upload Work Area. It contains 8 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_CnsldtnMDUpldSegment | view_entity | from | BASIC | Consolidation Segment Upload Work Area |
Fields (8)
| 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 | ||||
| langu | spras | Language | ||||
| segment | fincs_segment | Segment | ||||
| name | fincs_segmentname | Segment Description |
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 Segment Upload Work Area
-- Category TRANSPARENT · Delivery class A
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINCS_SEGMENT_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]
LANGU, -- Language [spras]
SEGMENT, -- Segment [fincs_segment]
NAME, -- Segment Description [fincs_segmentname]
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