FINCS_FSIMAPA
Financial Statement Item Mapping Assignment
FINCS_FSIMAPA is an SAP database table in S/4HANA. Financial Statement Item Mapping Assignment. It contains 9 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_FSItemMappingAssignment | view | from | BASIC | Financial Statement Item Mapping Assignment |
| P_CnsldtnFSItemMappingAssgmt | view_entity | from | BASIC | Consolidation FS Item Mapping Assignment |
Fields (9)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | mandt | MANDT | Client | |||
| KEY | itclg | FC_ITCLG | Cons. COA | |||
| KEY | ktopl | KTOPL | Chart of Accts | |||
| KEY | impvs | FC_IMPVS | Item Mapping Version | |||
| KEY | fromyearper | FINCS_FISCALYEARPER | Fiscal Year Period | |||
| toyearper | FINCS_FISCALYEARPER | Fiscal Year Period | ||||
| mapping | FINCS_FSI_MAP | Mapping | ||||
| revision | FINCS_FSI_MAP_REVISION | Revision | ||||
| etag | FINCS_ETAG | 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.
-- Financial Statement Item Mapping Assignment
-- Category TRANSPARENT · Delivery class C
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE FINCS_FSIMAPA (
MANDT, -- Client [MANDT]
ITCLG, -- Cons. COA [FC_ITCLG]
KTOPL, -- Chart of Accts [KTOPL]
IMPVS, -- Item Mapping Version [FC_IMPVS]
FROMYEARPER, -- Fiscal Year Period [FINCS_FISCALYEARPER]
TOYEARPER, -- Fiscal Year Period [FINCS_FISCALYEARPER]
MAPPING, -- Mapping [FINCS_FSI_MAP]
REVISION, -- Revision [FINCS_FSI_MAP_REVISION]
ETAG, -- ETag [FINCS_ETAG]
PRIMARY KEY (MANDT, ITCLG, KTOPL, IMPVS, FROMYEARPER)
);
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