I_FSItemMappingAssignment
Financial Statement Item Mapping Assignment
I_FSItemMappingAssignment is a Basic CDS View that provides data about "Financial Statement Item Mapping Assignment" in SAP S/4HANA. It reads from 1 data source (fincs_fsimapa) and exposes 12 fields with key fields FSItemMappingVersion, ConsolidationChartOfAccounts, ChartOfAccounts, ValidityStartFiscalYearPeriod. It has 5 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| fincs_fsimapa | fincs_fsimapa | from |
Associations (5)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_CnsldtnChartOfAccounts | _ConsChartOfAccounts | $projection.ConsolidationChartOfAccounts = _ConsChartOfAccounts.ConsolidationChartOfAccounts |
| [1..1] | I_ChartOfAccounts | _GLChartOfAccounts | $projection.ChartOfAccounts = _GLChartOfAccounts.ChartOfAccounts |
| [1..1] | I_FSItemMapping | _Mapping | $projection.FSItemMappingID = _Mapping.FSItemMappingID |
| [1..1] | I_FSItemMappingRevision | _MappingRevision | $projection.ConsolidationChartOfAccounts = _MappingRevision.ConsolidationChartOfAccounts and $projection.FSItemMappingID = _MappingRevision.FSItemMappingID and $projection.ChartOfAccounts = _MappingRevision.ChartOfAccounts and $projection.FSItemMappingRevision = _MappingRevision.FSItemMappingRevision |
| [1..*] | I_FSItemMappingItem | _MappingItem | $projection.ConsolidationChartOfAccounts = _MappingItem.ConsolidationChartOfAccounts and $projection.FSItemMappingID = _MappingItem.FSItemMappingID and $projection.ChartOfAccounts = _MappingItem.ChartOfAccounts and $projection.FSItemMappingRevision = _MappingItem.FSItemMappingRevision |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Financial Statement Item Mapping Assignment | view | |
| AbapCatalog.sqlViewName | IFSITEMMAPASSG | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view |
Fields (12)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FSItemMappingVersion | impvs | Mapping Version | |
| KEY | ConsolidationChartOfAccounts | itclg | Consolidation COA | |
| KEY | ChartOfAccounts | ktopl | G/L Chart of Accounts | |
| KEY | ValidityStartFiscalYearPeriod | Period/Year | ||
| ValidityEndFiscalYearPeriod | To Fiscal Year Period | |||
| FSItemMappingID | mapping | Mapping Proc. | ||
| FSItemMappingRevision | revision | Revision Number | ||
| _ConsChartOfAccounts | _ConsChartOfAccounts | |||
| _GLChartOfAccounts | _GLChartOfAccounts | |||
| _Mapping | _Mapping | |||
| _MappingRevision | _MappingRevision | |||
| _MappingItem | _MappingItem |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view I_FSItemMappingAssignment.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: IFSITEMMAPASSG
CREATE VIEW I_FSItemMappingAssignment AS
SELECT
impvs AS FSItemMappingVersion,
itclg AS ConsolidationChartOfAccounts,
ktopl AS ChartOfAccounts,
cast (fromyearper as fincs_fyearperiod_fr) AS ValidityStartFiscalYearPeriod,
cast ( toyearper as fincs_fyearperiod_to) AS ValidityEndFiscalYearPeriod,
mapping AS FSItemMappingID,
revision AS FSItemMappingRevision
FROM fincs_fsimapa
LEFT OUTER JOIN I_CnsldtnChartOfAccounts AS _ConsChartOfAccounts ON ConsolidationChartOfAccounts = _ConsChartOfAccounts.ConsolidationChartOfAccounts -- association [1..1]
LEFT OUTER JOIN I_ChartOfAccounts AS _GLChartOfAccounts ON ChartOfAccounts = _GLChartOfAccounts.ChartOfAccounts -- association [1..1]
LEFT OUTER JOIN I_FSItemMapping AS _Mapping ON FSItemMappingID = _Mapping.FSItemMappingID -- association [1..1]
LEFT OUTER JOIN I_FSItemMappingRevision AS _MappingRevision ON ConsolidationChartOfAccounts = _MappingRevision.ConsolidationChartOfAccounts AND FSItemMappingID = _MappingRevision.FSItemMappingID AND ChartOfAccounts = _MappingRevision.ChartOfAccounts AND FSItemMappingRevision = _MappingRevision.FSItemMappingRevision -- association [1..1]
LEFT OUTER JOIN I_FSItemMappingItem AS _MappingItem ON ConsolidationChartOfAccounts = _MappingItem.ConsolidationChartOfAccounts AND FSItemMappingID = _MappingItem.FSItemMappingID AND ChartOfAccounts = _MappingItem.ChartOfAccounts AND FSItemMappingRevision = _MappingItem.FSItemMappingRevision -- association [1..*]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- 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
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA