P_EventBasedTotalVarianceRvsl

DDL: P_EVENTBASEDTOTALVARIANCERVSL Type: view_entity COMPOSITE

Event based total variance reversal

P_EventBasedTotalVarianceRvsl is a Composite CDS View that provides data about "Event based total variance reversal" in SAP S/4HANA. It reads from 1 data source (I_GLAccountLineItemRawData) and exposes 8 fields with key fields ControllingObject, SourceLedger, ReferenceDocumentContext, ReferenceDocument.

Data Sources (1)

SourceAliasJoin Type
I_GLAccountLineItemRawData I_GLAccountLineItemRawData from

Parameters (1)

NameTypeDefault
P_FiscalPeriodEndDate budat

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Event based total variance reversal view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MIXED view
VDM.private true view
VDM.viewType #COMPOSITE view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY ControllingObject ControllingObject Object number
KEY SourceLedger SourceLedger Source Ledger
KEY ReferenceDocumentContext ReferenceDocumentContext Reference Document Context
KEY ReferenceDocument ReferenceDocument Reference Document
CompanyCode CompanyCode Receiver Company Code
OrderID OrderID Order ID
ReversalReferenceDocumentCntxt ReversalReferenceDocumentCntxt Reversal Reference Document Context
ReversalReferenceDocument ReversalReferenceDocument Reversal Reference Document

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 P_EventBasedTotalVarianceRvsl.
-- 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.
-- Parameters: P_FiscalPeriodEndDate : budat

CREATE VIEW P_EventBasedTotalVarianceRvsl AS
SELECT
  ControllingObject,
  SourceLedger,
  ReferenceDocumentContext,
  ReferenceDocument,
  CompanyCode,
  OrderID,
  ReversalReferenceDocumentCntxt,
  ReversalReferenceDocument
FROM I_GLAccountLineItemRawData
;