fins_cnv_rec_clr_bc_aa_corr
LCC:Aggregation of cleared JE before LCC
fins_cnv_rec_clr_bc_aa_corr is a CDS View that provides data about "LCC:Aggregation of cleared JE before LCC" in SAP S/4HANA. It reads from 1 data source (fins_cnv_rec_clr_bc_aa) and exposes 41 fields with key fields context_guid, rldnr, bukrs_clr, belnr_clr, gjahr_clr.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| fins_cnv_rec_clr_bc_aa | fins_cnv_rec_clr_bc_aa | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | LCC:Aggregation of cleared JE before LCC | view |
Fields (41)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | context_guid | context_guid | Context GUID | |
| KEY | rldnr | rldnr | Ledger (Compat.) | |
| KEY | bukrs_clr | bukrs_clr | Company Code | |
| KEY | belnr_clr | belnr_clr | Document Number | |
| KEY | gjahr_clr | gjahr_clr | Fiscal Year | |
| KEY | buzei_clr | buzei_clr | ||
| agzei | agzei | Clearing Item | ||
| rtcur | rtcur | Currency | ||
| racct | racct | GL Account From | ||
| kunnr | kunnr | Stock customer | ||
| lifnr | lifnr | Vendor no. | ||
| GLentitiesrbusa | ||||
| prctr | prctr | Profit Centers | ||
| segment | segment | Segment number | ||
| sbusa | sbusa | Trdg Part.BA | ||
| pprctr | pprctr | Partner PC | ||
| psegment | psegment | Partner Segment | ||
| fipex | fipex | obsolete | ||
| fistl | fistl | Funds Center | ||
| rfarea | rfarea | R FuncArea | ||
| rfund | rfund | Fund | ||
| rgrant_nbr | rgrant_nbr | Grant | ||
| measure | measure | obsolete | ||
| sfund | sfund | Partner Fund | ||
| sgrant_nbr | sgrant_nbr | Partner Grant | ||
| vname | vname | Volatility Name | ||
| egrup | egrup | Equity group | ||
| pvname | pvname | Variant | ||
| pegrup | pegrup | Partner EG (JVA) | ||
| vptnr | vptnr | Partner | ||
| tsl_dif | ||||
| hsl_dif | ||||
| ksl_dif | ||||
| osl_dif | ||||
| vsl_dif | ||||
| bsl_dif | ||||
| csl_dif | ||||
| dsl_dif | ||||
| esl_dif | ||||
| fsl_dif | ||||
| gsl_dif |
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_cnv_rec_clr_bc_aa_corr.
-- 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.
CREATE VIEW fins_cnv_rec_clr_bc_aa_corr AS
SELECT
context_guid,
rldnr,
bukrs_clr,
belnr_clr,
gjahr_clr,
buzei_clr,
agzei,
rtcur,
racct,
kunnr,
lifnr,
prctr,
segment,
sbusa,
pprctr,
psegment,
fipex,
fistl,
rfarea,
rfund,
rgrant_nbr,
measure,
sfund,
sgrant_nbr,
vname,
egrup,
pvname,
pegrup,
vptnr,
sum(tsl) AS tsl_dif,
sum(hsl) AS hsl_dif,
sum(ksl) AS ksl_dif,
sum(osl) AS osl_dif,
sum(vsl) AS vsl_dif,
sum(bsl) AS bsl_dif,
sum(csl) AS csl_dif,
sum(dsl) AS dsl_dif,
sum(esl) AS esl_dif,
sum(fsl) AS fsl_dif,
sum(gsl) AS gsl_dif
FROM fins_cnv_rec_clr_bc_aa
;
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