FINS_IC_SPL_LD
IC: Split line items with ledger
FINS_IC_SPL_LD is a CDS View that provides data about "IC: Split line items with ledger" in SAP S/4HANA. It reads from 1 data source (acdoca) and exposes 12 fields with key fields mandt, rldnr, bukrs, gjahr, belnr. Part of development package FINS_FI_IC.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| acdoca | a | inner |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FINSV_IC_SPL_LD | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| AbapCatalog.preserveKey | true | view | |
| EndUserText.label | IC: Split line items with ledger | view |
Fields (12)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | mandt | s | mandt | Editing Client |
| KEY | rldnr | acdoca | rldnr | Ledger (Compat.) |
| KEY | bukrs | s | bukrs | Value |
| KEY | gjahr | s | gjahr | Settlement Year |
| KEY | belnr | s | belnr | SD Document |
| KEY | buzei | s | buzei | Posting View Item |
| KEY | spl_no | s | spl_no | Sequence Number |
| KEY | curtp | s | curtp | Valuation Area |
| waers | s | waers | Transaction Currency | |
| wrbtr | s | wrbtr | Gross Amount | |
| currtyp | s | currtyp | Currency Type | |
| _dataaging | s | _dataaging | Data Aging |
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 FINS_IC_SPL_LD.
-- 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: FINSV_IC_SPL_LD
CREATE VIEW FINS_IC_SPL_LD AS
SELECT
s.mandt AS mandt,
a.rldnr AS rldnr,
s.bukrs AS bukrs,
s.gjahr AS gjahr,
s.belnr AS belnr,
s.buzei AS buzei,
s.spl_no AS spl_no,
s.curtp AS curtp,
s.waers AS waers,
s.wrbtr AS wrbtr,
s.currtyp AS currtyp,
s._dataaging AS _dataaging
INNER JOIN acdoca AS a ON /* join condition not captured in parsed metadata */
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- 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