ICA_P_CONSJOURNALENTRIES_01

DDL: ICA_P_CONSJOURNALENTRIES_01 SQL: ICAPCJES01 Type: view

ICA: Consolidation Journal Entry Line Items from ACDOCA

ICA_P_CONSJOURNALENTRIES_01 is a CDS View that provides data about "ICA: Consolidation Journal Entry Line Items from ACDOCA" in SAP S/4HANA. It reads from 8 data sources and exposes 85 fields.

Data Sources (8)

SourceAliasJoin Type
acdoca acdoca from
fincs_bunit fincs_bunit_2 left_outer
fincs_bunit_atvd fincs_bunit_atvd left_outer
finsc_fisc_date finsc_fisc_date inner
finsc_ledger_rep finsc_ledger_rep inner
I_CompanyCode I_CompanyCode inner
I_FSItemMappingAssgmtWithVers I_FSItemMappingAssgmtWithVers inner
tf200 tf200 left_outer

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName ICAPCJES01 view
AbapCatalog.compiler.compareFilter true view
EndUserText.label ICA: Consolidation Journal Entry Line Items from ACDOCA view
ClientHandling.type #CLIENT_DEPENDENT view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.sizeCategory #XL view

Fields (85)

KeyFieldSource TableSource FieldDescription
rclnt rclnt Client
rldnr tf200 rldnr_cons Cons. Ledger
rdimen
ryear finsc_fisc_date fiscal_year Tax Item Fiscal Year
gjahr gjahr Settlement Year
fiscyearper finsc_fisc_date fiscal_year_period Fiscal Year Period
ref_belnr belnr SD Document
ref_docln docln Matching Document Line Item
rrcty rrcty Record Type
bttype bttype Business Transaction Type
drcrk drcrk Debit/Credit
rvers tf200 rvers Version: Tax rt
iatvs tf200 iatvs FS Item Attributes Version
rwcur rwcur Transaction Currency
rtcur rtcur Currency
runit runit Unit/Area
poper finsc_fisc_date fiscal_period Posting Period
docct
rcomp I_CompanyCode Company Owner
rbunit fincs_bunit bunit Consolidation Unit
ritclg
ritem
rbuptr
rcongr
robukrs rbukrs Company Code
itbrkdwn fincs_fsitem itbrkdwn Breakdown Category
plevl
rtflg
docty
blart blart Rep. rec. doc. type
wsl wsl OrigTrnsCrcyAmt
tsl tsl Trans. Currency
msl msl Stat. KeyFig. Qty
sgtxt sgtxt Text
budat budat Posting Date
timestamp timestamp UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
awtyp awtyp Reference Document Type
aworg aworg Refer. Org.Unit
ktopl ktopl G/L Chart of Accounts
racct racct GL Account From
zuonr zuonr Finance Project
rcntr rcntr Cost Center
prctr acdoca prctr Profit Centers
rfarea rfarea R FuncArea
kokrs kokrs Org. Value
segment segment Segment number
scntr scntr Sender Cost Ctr
pprctr pprctr Partner PC
sfarea sfarea Sender FnArea
rassc rassc Trading Partner
psegment psegment Partner Segment
aufnr aufnr SettlementOrder
kunnr kunnr Stock customer
koart koart Account type
umskz umskz Special G/L Ind
mwskz acdoca mwskz Tax Code
xopvw acdoca xopvw OI Management
augdt augdt Clearing
augbl augbl Clrng doc.
auggj auggj Clrg Fiscal Yr
lifnr lifnr Vendor no.
matnr matnr Vehicle Model
matkl_mm matkl_mm Material Group
werks werks Receiving Plant
rmvct rmvct Transact. Type
ps_psp_pnr ps_psp_pnr WBS Element
ps_posid ps_posid WBS Element
ps_pspid ps_pspid Project def.
fkart fkart Ship. cost type
vkorg vkorg SD Sales Org.
vtweg vtweg RefDistCh-Cust/Mat.
spart spart Source supplier
matnr_copa matnr_copa Product Sold
matkl matkl Product Sold Group
kdgrp kdgrp Customer group
land1 land1 Trip Ctry/Reg
brsch brsch Industry
bzirk bzirk Sales District
kunre kunre Bill-to Party
kunwe kunwe Ship-to Party
konzs konzs Group
xreversing xreversing Reversal doc.
xreversed xreversed Reversed
awref awref Reference Doc.
awref_rev awref_rev Reversal Ref.

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 ICA_P_CONSJOURNALENTRIES_01.
-- 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: ICAPCJES01

CREATE VIEW ICA_P_CONSJOURNALENTRIES_01 AS
SELECT
  rclnt,
  tf200.rldnr_cons AS rldnr,
  cast('Y1' as fc_dimen) AS rdimen,
  finsc_fisc_date.fiscal_year AS ryear,
  gjahr,
  finsc_fisc_date.fiscal_year_period AS fiscyearper,
  belnr AS ref_belnr,
  docln AS ref_docln,
  rrcty,
  bttype,
  drcrk,
  tf200.rvers AS rvers,
  tf200.iatvs AS iatvs,
  rwcur,
  rtcur,
  runit,
  finsc_fisc_date.fiscal_period AS poper,
  cast('A' as docct) AS docct,
  I_CompanyCode.Company AS rcomp,
  fincs_bunit_2.bunit AS rbunit,
  coalesce( I_FSItemMappingAssgmtWithVers.ConsolidationChartOfAccounts, '') AS ritclg,
  coalesce( I_FSItemMappingAssgmtWithVers.FinancialStatementItem, '' ) AS ritem,
  coalesce( fincs_bunit_3.bunit, '') AS rbuptr,
  cast('' as fc_congr) AS rcongr,
  rbukrs AS robukrs,
  fincs_fsitem.itbrkdwn AS itbrkdwn,
  cast('' as fc_plevl) AS plevl,
  cast('0' as fc_rtflg) AS rtflg,
  cast('0F' as fc_docty) AS docty,
  blart,
  wsl,
  tsl,
  msl,
  sgtxt,
  budat,
  timestamp,
  awtyp,
  aworg,
  ktopl,
  racct,
  zuonr,
  rcntr,
  acdoca.prctr AS prctr,
  rfarea,
  kokrs,
  segment,
  scntr,
  pprctr,
  sfarea,
  rassc,
  psegment,
  aufnr,
  kunnr,
  koart,
  umskz,
  acdoca.mwskz AS mwskz,
  acdoca.xopvw AS xopvw,
  augdt,
  augbl,
  auggj,
  lifnr,
  matnr,
  matkl_mm,
  werks,
  rmvct,
  ps_psp_pnr,
  ps_posid,
  ps_pspid,
  fkart,
  vkorg,
  vtweg,
  spart,
  matnr_copa,
  matkl,
  kdgrp,
  land1,
  brsch,
  bzirk,
  kunre,
  kunwe,
  konzs,
  xreversing,
  xreversed,
  awref,
  awref_rev
FROM acdoca
INNER JOIN I_CompanyCode ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN fincs_bunit AS fincs_bunit_2 ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN fincs_bunit_atvd ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN tf200 ON /* join condition not captured in parsed metadata */
INNER JOIN finsc_ledger_rep ON /* join condition not captured in parsed metadata */
INNER JOIN finsc_fisc_date ON /* join condition not captured in parsed metadata */
INNER JOIN I_FSItemMappingAssgmtWithVers ON /* join condition not captured in parsed metadata */
;