C_RU_GLAcctBalanceCube

DDL: C_RU_GLACCTBALANCECUBE SQL: CRUGLACCTBALC Type: view CONSUMPTION

C_RU_GLAcctBalanceCube is a Consumption CDS View (Cube) in SAP S/4HANA. It reads from 1 data source (P_RU_GLAcctBalance4) and exposes 80 fields with key fields Ledger, CompanyCode, FiscalYear, SourceLedger, AccountingDocument.

Data Sources (1)

SourceAliasJoin Type
P_RU_GLAcctBalance4 P_RU_GLAcctBalance4 from

Parameters (6)

NameTypeDefault
P_FromPostingDate fis_budat_from
P_ToPostingDate fis_budat_to
P_DisplayCurrency firu_display_currency
P_GLAccountGroup firu_account_grouping
P_DisplayAltvAcct firu_display_account
P_ZeroBalanceGLAccIsDisplayed firu_zero_turnover

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CRUGLACCTBALC view
AbapCatalog.compiler.compareFilter true view
Analytics.dataCategory #CUBE view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #REQUIRED view
Metadata.allowExtensions true view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #D view

Fields (80)

KeyFieldSource TableSource FieldDescription
KEY Ledger P_RU_GLAcctBalance4 Ledger Ledger
KEY CompanyCode P_RU_GLAcctBalance4 CompanyCode Receiver Company Code
KEY FiscalYear
KEY SourceLedger P_RU_GLAcctBalance4 SourceLedger Source Ledger
KEY AccountingDocument P_RU_GLAcctBalance4 AccountingDocument Journal Entry
KEY LedgerGLLineItem P_RU_GLAcctBalance4 LedgerGLLineItem Journal Entry Item
ChartOfAccounts ChartOfAccounts Node Class
CountryChartOfAccounts CountryChartOfAccounts Chart of Accts
GLAccount GLAccount General Ledger
GLAccountExternal GLAccountExternal G/L Acct External ID
AlternativeGLAccount AlternativeGLAccount Group Account
DocumentDate DocumentDate Journal Entry Date
DocumentItemText DocumentItemText Text
LogicalSystem LogicalSystem Logical System
AccountingDocumentCreationDate AccountingDocumentCreationDate Journal Entry Date
DocumentReferenceID DocumentReferenceID Reference
AccountingDocumentHeaderText AccountingDocumentHeaderText Doc.Header Text
OffsettingItem OffsettingItem G/L Line Item
OffsettingChartOfAccounts OffsettingChartOfAccounts Offsetting Chart of Accounts
OffsettingAccount Offsetting Acct
OffsettingAccountExternal OffsettingAccountExternal
ControllingArea ControllingArea Controlling Area
CostCenter CostCenter Cost Center
ProfitCenter ProfitCenter Profit Center
FunctionalArea FunctionalArea Sendr Fctl Area
BusinessArea BusinessArea Business Area
Segment Segment Segment number
OrderID OrderID Order ID
WBSElement WBSElement WBS Internal ID
WBSElementInternalID WBSElementInternalID WBS Internal ID
ContractNum ContractNumber ContractNum
Product Product Product Sold
Plant Plant Valuation Area
Supplier P_RU_GLAcctBalance4 Supplier Supplier
Customer P_RU_GLAcctBalance4 Customer Sold-to Party
AccountingDocumentType AccountingDocumentType Journal Entry Type
DebitCreditCode DebitCreditCode Single-Character Flag
PostingDate PostingDate Posting Date for GR
FiscalPeriod FiscalPeriod Tax period
StartingBalAmtInDspCrcy StartingBalAmtInDspCrcy
EndingBalAmtInDspCrcy EndingBalAmtInDspCrcy
DebitAmountInDisplayCrcy DebitAmountInDisplayCrcy
CreditAmountInDisplayCrcy CreditAmountInDisplayCrcy
Currency P_RU_GLAcctBalance4 Currency Valuation Crcy
BaseUnit BaseUnit Unit of Measure
Quantity Quantity Value
_Ledger _Ledger
_CompanyCode P_RU_GLAcctBalance4 _CompanyCode
_FiscalYear _FiscalYear
_SourceLedger _SourceLedger
_GLAccountInChartOfAccounts _GLAccountInChartOfAccounts
_AlternativeGLAccount _AlternativeGLAccount
_OffsettingAccount _OffsettingAccount
_ChartOfAccounts _ChartOfAccounts
_CountryChartOfAccounts _CountryChartOfAccounts
_ControllingArea _ControllingArea
_CostCenter _CostCenter
_ProfitCenter _ProfitCenter
_FunctionalArea _FunctionalArea
_BusinessArea _BusinessArea
_Segment _Segment
_Order _Order
_WBSElement _WBSElement
_WBSElementBasicData _WBSElementBasicData
_Product _Product
_Plant _Plant
_Supplier P_RU_GLAcctBalance4 _Supplier
_Customer P_RU_GLAcctBalance4 _Customer
_AccountingDocumentType _AccountingDocumentType
_DebitCreditCode _DebitCreditCode
SupplierFinsAuthorizationGrp
SupplierAccountGroup
SupplierIsBusPrpsCmpltd
SupplierCompanyAuthznGroup SupplierCompany AuthorizationGroup AuthorizGroup
SuplrCoIsBusPrpsCmpltd SupplierCompany IsBusinessPurposeCompleted Purpose Completed
CustomerFinsAuthorizationGrp
CustomerAccountGroup
CustomerIsBusPrpsCmpltd
CustomerCompanyAuthznGroup CustomerCompany AuthorizationGroup AuthorizGroup
CustCoIsBusPrpsCmpltd CustomerCompany IsBusinessPurposeCompleted Purpose Completed

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 C_RU_GLAcctBalanceCube.
-- 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: CRUGLACCTBALC
-- Parameters: P_FromPostingDate : fis_budat_from, P_ToPostingDate : fis_budat_to, P_DisplayCurrency : firu_display_currency, P_GLAccountGroup : firu_account_grouping, P_DisplayAltvAcct : firu_display_account, P_ZeroBalanceGLAccIsDisplayed : firu_zero_turnover

CREATE VIEW C_RU_GLAcctBalanceCube AS
SELECT
  P_RU_GLAcctBalance4.Ledger AS Ledger,
  P_RU_GLAcctBalance4.CompanyCode AS CompanyCode,
  cast( P_RU_GLAcctBalance4.FiscalYear as fis_gjahr_no_conv preserving type ) AS FiscalYear,
  P_RU_GLAcctBalance4.SourceLedger AS SourceLedger,
  P_RU_GLAcctBalance4.AccountingDocument AS AccountingDocument,
  P_RU_GLAcctBalance4.LedgerGLLineItem AS LedgerGLLineItem,
  ChartOfAccounts,
  CountryChartOfAccounts,
  GLAccount,
  GLAccountExternal,
  AlternativeGLAccount,
  DocumentDate,
  DocumentItemText,
  LogicalSystem,
  AccountingDocumentCreationDate,
  DocumentReferenceID,
  AccountingDocumentHeaderText,
  OffsettingItem,
  OffsettingChartOfAccounts,
  cast( OffsettingAccount as fis_racct preserving type ) AS OffsettingAccount,
  OffsettingAccountExternal,
  ControllingArea,
  CostCenter,
  ProfitCenter,
  FunctionalArea,
  BusinessArea,
  Segment,
  OrderID,
  WBSElement,
  WBSElementInternalID,
  ContractNumber AS ContractNum,
  Product,
  Plant,
  P_RU_GLAcctBalance4.Supplier AS Supplier,
  P_RU_GLAcctBalance4.Customer AS Customer,
  AccountingDocumentType,
  DebitCreditCode,
  PostingDate,
  FiscalPeriod,
  StartingBalAmtInDspCrcy,
  EndingBalAmtInDspCrcy,
  DebitAmountInDisplayCrcy,
  CreditAmountInDisplayCrcy,
  P_RU_GLAcctBalance4.Currency AS Currency,
  BaseUnit,
  Quantity,
  P_RU_GLAcctBalance4._CompanyCode AS _CompanyCode,
  P_RU_GLAcctBalance4._Supplier AS _Supplier,
  P_RU_GLAcctBalance4._Customer AS _Customer,
  P_RU_GLAcctBalance4._Supplier.AuthorizationGroup AS SupplierFinsAuthorizationGrp,
  P_RU_GLAcctBalance4._Supplier.SupplierAccountGroup AS SupplierAccountGroup,
  P_RU_GLAcctBalance4._Supplier.IsBusinessPurposeCompleted AS SupplierIsBusPrpsCmpltd,
  SupplierCompany.AuthorizationGroup AS SupplierCompanyAuthznGroup,
  SupplierCompany.IsBusinessPurposeCompleted AS SuplrCoIsBusPrpsCmpltd,
  P_RU_GLAcctBalance4._Customer.AuthorizationGroup AS CustomerFinsAuthorizationGrp,
  P_RU_GLAcctBalance4._Customer.CustomerAccountGroup AS CustomerAccountGroup,
  P_RU_GLAcctBalance4._Customer.IsBusinessPurposeCompleted AS CustomerIsBusPrpsCmpltd,
  CustomerCompany.AuthorizationGroup AS CustomerCompanyAuthznGroup,
  CustomerCompany.IsBusinessPurposeCompleted AS CustCoIsBusPrpsCmpltd
FROM P_RU_GLAcctBalance4
;