FACVD_RJET_WLI_06

DDL: FACVD_RJET_WLI_06 SQL: FACV_RJET_WLI_06 Type: view

Creating sums of amounts from bseg

FACVD_RJET_WLI_06 is a CDS View that provides data about "Creating sums of amounts from bseg" in SAP S/4HANA. It reads from 1 data source (bseg) and exposes 4 fields with key fields belnr, bukrs, gjahr.

Data Sources (1)

SourceAliasJoin Type
bseg bseg from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName FACV_RJET_WLI_06 view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.dataClass #MIXED view
EndUserText.label Creating sums of amounts from bseg view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY belnr bseg belnr SD Document
KEY bukrs bseg bukrs Value
KEY gjahr bseg gjahr Settlement Year
rfccur bseg rfccur Functional Currency

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 FACVD_RJET_WLI_06.
-- 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: FACV_RJET_WLI_06

CREATE VIEW FACVD_RJET_WLI_06 AS
SELECT
  bseg.belnr AS belnr,
  bseg.bukrs AS bukrs,
  bseg.gjahr AS gjahr,
  bseg.rfccur AS rfccur
FROM bseg
;