P_CnsldtnGrpJEItem_A

DDL: P_CNSLDTNGRPJEITEM_A Type: view_entity COMPOSITE Package: FIN_CS_ANALYTICS_APPL_JEL

Consolidation: Standardized Data

P_CnsldtnGrpJEItem_A is a Composite CDS View that provides data about "Consolidation: Standardized Data" in SAP S/4HANA. It reads from 1 data source (P_ReportedFinancialData_RL) and exposes 116 fields with key fields FiscalYear, ConsolidationDocumentNumber, ConsolidationPostingItem, FiscalPeriod, PeriodMode. Part of development package FIN_CS_ANALYTICS_APPL_JEL.

Data Sources (1)

SourceAliasJoin Type
P_ReportedFinancialData_RL P_ReportedFinancialData_RL from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
ObjectModel.compositionRoot true view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.dataClass #MIXED view
VDM.viewType #COMPOSITE view
VDM.private true view

Fields (116)

KeyFieldSource TableSource FieldDescription
KEY FiscalYear ryear Ref. Year1
KEY ConsolidationDocumentNumber docnr Well doc.no.
KEY ConsolidationPostingItem docln Matching Document Line Item
KEY FiscalPeriod poper Posting periods
KEY PeriodMode
KEY ConsolidationGroup rcongr Consolidation Group
ConsolidationDimension rdimen Dimension
GLRecordType
ConsolidationVersion rvers Version: Tax rt
ConsolidationVersionElement rvers Version: Tax rt
TransactionCurrency rtcur Currency
LocalCurrency rhcur Local Currency
GroupCurrency rkcur Ledger curr.
BaseUnit runit Unit/Area
FiscalYearPeriod fiscyearper Period/Year
ConsolidationDocumentType docty Document Type
DebitCreditCode
Company rcomp Trading Partner
ConsolidationUnit rbunit Consolidation Unit
ConsolidationChartOfAccounts ritclg Consolidation COA
FinancialStatementItem ritem Reporting Item
PartnerConsolidationUnit rbuptr Partner Unit
CompanyCode robukrs Orig. CC
SubItemCategory sityp Trip Schedule Type
SubItem subit Subitem
PostingLevel plevl Posting Level
ConsolidationApportionment rpflg Apportionment
CurrencyConversionsDiffType rtflg Currency Translation Indicator
ConsolidationAcquisitionYear yracq Year of Acquisition
ConsolidationAcquisitionPeriod pracq Period of Acquisition
InvesteeConsolidationUnit coicu Investee Unit
AmountInTransactionCurrency tsl Trans. Currency
AmountInLocalCurrency hsl Local Crcy Amt
AmountInGroupCurrency ksl GrpCurr
CnsldtnQuantityInBaseUnit Stat. KeyFig. Qty
DocumentItemText sgtxt Text
ConsolidationPostgItemAutoFlag autom Automatic Call
BusinessTransactionType activ Transaction
PostingDate budat Posting Date
CurrencyTranslationDate wsdat Value Date
RefConsolidationDocumentNumber refdocnr Reference
ReferenceFiscalYear refryear Reference year
RefConsolidationPostingItem refdocln Reference Item
RefConsolidationDocumentType refdocct Ref. Doc. Cat.
RefBusinessTransactionType refactiv Ref. Transactn
CreationDateTime timestamp UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
CreationDate cpudt Imported On
CreationTime cputm Time
UserID usnam User Name
ReverseDocument rvsdocnr Reversed With
ReversedDocument orndocnr Reversed doc.
InvestmentActivityType coiac Investment Activity
InvestmentActivity coinr Investment Activity Number
ConsolidationDocReversalYear revyear Year of reversal doc
ReferenceDocumentType awtyp Reference Document Type
ReferenceDocumentContext aworg Refer. Org.Unit
LogicalSystem logsys Source system
ChartOfAccounts ktopl G/L Chart of Accounts
GLAccount racct GL Account From
AssignmentReference zuonr Finance Project
CostCenter rcntr Cost Center
ProfitCenter prctr Profit Centers
FunctionalArea rfarea R FuncArea
BusinessArea rbusa Business Area
ControllingArea kokrs Org. Value
Segment segment Segment number
PartnerCostCenter scntr Sender Cost Ctr
PartnerProfitCenter pprctr Partner PC
PartnerFunctionalArea sfarea Sender FnArea
PartnerBusinessArea sbusa Trdg Part.BA
PartnerCompany rassc Trading Partner
PartnerSegment psegment Partner Segment
OrderID aufnr SettlementOrder
Customer kunnr Stock customer
Supplier lifnr Vendor no.
Plant werks Receiving Plant
FinancialTransactionType rmvct Transact. Type
BillingDocumentType fkart Ship. cost type
SalesOrganization vkorg SD Sales Org.
DistributionChannel vtweg RefDistCh-Cust/Mat.
OrganizationDivision spart Source supplier
MaterialGroup matkl_mm Material Group
SoldProduct matnr_copa Product Sold
SoldProductGroup matkl Product Sold Group
CustomerGroup kdgrp Customer group
CustomerSupplierCountry land1 Trip Ctry/Reg
CustomerSupplierIndustry brsch Industry
SalesDistrict bzirk Sales District
BillToParty kunre Bill-to Party
ShipToParty kunwe Ship-to Party
CustomerSupplierCorporateGroup konzs Group
CnsldtnAdhocItem
CnsldtnAdhocSet
CnsldtnAdhocSetItem
MatchingReasonCode
OriginType
OriginReference
FinancialServicesProductGroup
FinancialServicesBranch
FinancialDataSource
GHGDataQualityCharacteristic
GHGEnergyClassification
GHGEnergyMix
GHGEnergySourcingType
GHGCategory
GHGScope
GHGScope2CalculationMethod
GHGScope2ContractualInstrument
SustainabilityModeOfTransport
FinancialManagementArea
Fund
GrantID
CnsldtnCashLedgerChartOfAccts
CashLedgerAccount
PartnerFund
CnsldtnJrnlEntryItemOrigin

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_CnsldtnGrpJEItem_A.
-- 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 P_CnsldtnGrpJEItem_A AS
SELECT
  ryear AS FiscalYear,
  docnr AS ConsolidationDocumentNumber,
  docln AS ConsolidationPostingItem,
  poper AS FiscalPeriod,
  cast('PER' as fincs_period_mode) AS PeriodMode,
  rcongr AS ConsolidationGroup,
  rdimen AS ConsolidationDimension,
  cast('0' as rrcty) AS GLRecordType,
  rvers AS ConsolidationVersion,
  rvers AS ConsolidationVersionElement,
  rtcur AS TransactionCurrency,
  rhcur AS LocalCurrency,
  rkcur AS GroupCurrency,
  runit AS BaseUnit,
  fiscyearper AS FiscalYearPeriod,
  docty AS ConsolidationDocumentType,
  cast('' as shkzg) AS DebitCreditCode,
  rcomp AS Company,
  rbunit AS ConsolidationUnit,
  ritclg AS ConsolidationChartOfAccounts,
  ritem AS FinancialStatementItem,
  rbuptr AS PartnerConsolidationUnit,
  robukrs AS CompanyCode,
  sityp AS SubItemCategory,
  subit AS SubItem,
  plevl AS PostingLevel,
  rpflg AS ConsolidationApportionment,
  rtflg AS CurrencyConversionsDiffType,
  yracq AS ConsolidationAcquisitionYear,
  pracq AS ConsolidationAcquisitionPeriod,
  coicu AS InvesteeConsolidationUnit,
  tsl AS AmountInTransactionCurrency,
  hsl AS AmountInLocalCurrency,
  ksl AS AmountInGroupCurrency,
  cast(msl as fincs_quan) AS CnsldtnQuantityInBaseUnit,
  sgtxt AS DocumentItemText,
  autom AS ConsolidationPostgItemAutoFlag,
  activ AS BusinessTransactionType,
  budat AS PostingDate,
  wsdat AS CurrencyTranslationDate,
  refdocnr AS RefConsolidationDocumentNumber,
  refryear AS ReferenceFiscalYear,
  refdocln AS RefConsolidationPostingItem,
  refdocct AS RefConsolidationDocumentType,
  refactiv AS RefBusinessTransactionType,
  timestamp AS CreationDateTime,
  cpudt AS CreationDate,
  cputm AS CreationTime,
  usnam AS UserID,
  rvsdocnr AS ReverseDocument,
  orndocnr AS ReversedDocument,
  coiac AS InvestmentActivityType,
  coinr AS InvestmentActivity,
  revyear AS ConsolidationDocReversalYear,
  awtyp AS ReferenceDocumentType,
  aworg AS ReferenceDocumentContext,
  logsys AS LogicalSystem,
  ktopl AS ChartOfAccounts,
  racct AS GLAccount,
  zuonr AS AssignmentReference,
  rcntr AS CostCenter,
  prctr AS ProfitCenter,
  rfarea AS FunctionalArea,
  rbusa AS BusinessArea,
  kokrs AS ControllingArea,
  Segment,
  scntr AS PartnerCostCenter,
  pprctr AS PartnerProfitCenter,
  sfarea AS PartnerFunctionalArea,
  sbusa AS PartnerBusinessArea,
  rassc AS PartnerCompany,
  psegment AS PartnerSegment,
  aufnr AS OrderID,
  kunnr AS Customer,
  lifnr AS Supplier,
  werks AS Plant,
  rmvct AS FinancialTransactionType,
  fkart AS BillingDocumentType,
  vkorg AS SalesOrganization,
  vtweg AS DistributionChannel,
  spart AS OrganizationDivision,
  matkl_mm AS MaterialGroup,
  matnr_copa AS SoldProduct,
  matkl AS SoldProductGroup,
  kdgrp AS CustomerGroup,
  land1 AS CustomerSupplierCountry,
  brsch AS CustomerSupplierIndustry,
  bzirk AS SalesDistrict,
  kunre AS BillToParty,
  kunwe AS ShipToParty,
  konzs AS CustomerSupplierCorporateGroup,
  cast('0' as fincs_adhocitem) AS CnsldtnAdhocItem,
  cast('0' as fincs_adhocset) AS CnsldtnAdhocSet,
  cast('00000000' as fincs_adhocsetitem) AS CnsldtnAdhocSetItem,
  cast('' as ica_rcode) AS MatchingReasonCode,
  cast('' as fincs_orig_type) AS OriginType,
  cast('' as fincs_orig_ref) AS OriginReference,
  cast('' as fincs_finsrvcsproductgroup) AS FinancialServicesProductGroup,
  cast('' as fincs_financialservicesbranch) AS FinancialServicesBranch,
  cast('' as fincs_financialdatasource) AS FinancialDataSource,
  cast('' as fincs_ghgdtaqltycharc) AS GHGDataQualityCharacteristic,
  cast('' as fincs_ghgenergyclassification) AS GHGEnergyClassification,
  cast('' as fincs_ghgenergymix) AS GHGEnergyMix,
  cast('' as fincs_ghgenergysourcingtype) AS GHGEnergySourcingType,
  cast('' as fincs_ghgcategory) AS GHGCategory,
  cast('' as fincs_ghgscope) AS GHGScope,
  cast('' as fincs_ghgscp2calculationmethod) AS GHGScope2CalculationMethod,
  cast('' as fincs_ghgscp2cntrctlinstrument) AS GHGScope2ContractualInstrument,
  cast('' as fincs_sustmodeoftransport) AS SustainabilityModeOfTransport,
  cast('' as fincs_financialmanagementarea) AS FinancialManagementArea,
  cast('' as fincs_fund) AS Fund,
  cast('' as fincs_grant) AS GrantID,
  cast('' as fincs_cashledgerchartofaccts) AS CnsldtnCashLedgerChartOfAccts,
  cast('' as fincs_cashledgeraccount) AS CashLedgerAccount,
  cast('' as bp_p_geber) AS PartnerFund,
  cast('A' as fincs_jrnl_entry_item_origin) AS CnsldtnJrnlEntryItemOrigin
FROM P_ReportedFinancialData_RL
;