Finsvd_F4__Va_Simledger
Value help view: simulation ledger according valuation area
Finsvd_F4__Va_Simledger is a CDS View that provides data about "Value help view: simulation ledger according valuation area" in SAP S/4HANA. It reads from 4 data sources (tacc_bwber_pr, tacc_trgt_ldgr, fagl_tldgrp_map, Finsvd_F4_Rldnr_For_Simulation) and exposes 7 fields with key fields bwber, rldnr.
Data Sources (4)
| Source | Alias | Join Type |
|---|---|---|
| tacc_bwber_pr | bpr | inner |
| tacc_trgt_ldgr | ldg | inner |
| fagl_tldgrp_map | map | inner |
| Finsvd_F4_Rldnr_For_Simulation | sld | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FINSV_F4_VASIMLD | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Value help view: simulation ledger according valuation area | view | |
| ObjectModel.usageType.serviceQuality | C | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #S | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | bwber | tacc_bwber_pr | bwber | Valuation Area |
| KEY | rldnr | Finsvd_F4_Rldnr_For_Simulation | rldnr | Ledger (Compat.) |
| name | Finsvd_F4_Rldnr_For_Simulation | name | Zone name | |
| ExtensionLedgerType | Finsvd_F4_Rldnr_For_Simulation | ExtensionLedgerType | Extn. Ledger Type | |
| ExtensionLedgerTypeName | Finsvd_F4_Rldnr_For_Simulation | ExtensionLedgerTypeName | ||
| core | Finsvd_F4_Rldnr_For_Simulation | core | Underlying Ledger | |
| ldgrp | tacc_trgt_ldgr | ldgrp_gl | Target Ledger Group |
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 Finsvd_F4__Va_Simledger.
-- 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_F4_VASIMLD
CREATE VIEW Finsvd_F4__Va_Simledger AS
SELECT
bpr.bwber AS bwber,
sld.rldnr AS rldnr,
sld.name AS name,
sld.ExtensionLedgerType AS ExtensionLedgerType,
sld.ExtensionLedgerTypeName AS ExtensionLedgerTypeName,
sld.core AS core,
ldg.ldgrp_gl AS ldgrp
FROM Finsvd_F4_Rldnr_For_Simulation AS sld
INNER JOIN fagl_tldgrp_map AS map ON /* join condition not captured in parsed metadata */
INNER JOIN tacc_trgt_ldgr AS ldg ON /* join condition not captured in parsed metadata */
INNER JOIN tacc_bwber_pr AS bpr 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