FAA_CalctDrvdAreaDocit04

DDL: FAA_CALCTDRVDAREADOCIT04 SQL: FAAVCDADI04 Type: view

DOC_IT of Calculated Area

FAA_CalctDrvdAreaDocit04 is a CDS View that provides data about "DOC_IT of Calculated Area" in SAP S/4HANA. It reads from 2 data sources (FAA_CalctDrvdAreaValnVws02, acdoca) and exposes 53 fields with key fields bukrs, anln1, anln2, gjahr, awtyp.

Data Sources (2)

SourceAliasJoin Type
FAA_CalctDrvdAreaValnVws02 CalculatedAssetValuationView inner
acdoca Values from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName FAAVCDADI04 view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label DOC_IT of Calculated Area view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #XXL view

Fields (53)

KeyFieldSource TableSource FieldDescription
KEY bukrs acdoca rbukrs Company Code
KEY anln1 acdoca anln1 Asset
KEY anln2 acdoca anln2 Sub-number
KEY gjahr acdoca gjahr Settlement Year
KEY awtyp acdoca awtyp Reference Document Type
KEY awref acdoca awref Reference Doc.
KEY aworg acdoca aworg Refer. Org.Unit
KEY awsys acdoca awsys Logical System
KEY subta acdoca subta Sub Transaction
KEY afabe acdoca afabe Deprec. Area
KEY slalittype acdoca slalittype SLALineItemType
KEY drcrk acdoca drcrk Debit/Credit
awitem acdoca awitem Ref. Doc. Line Item
vorgn acdoca vorgn Transaction
budat acdoca budat Posting Date
bzdat acdoca bzdat Reference date
poper acdoca poper Posting periods
bwasl acdoca anbwa Trans. type
movcat acdoca movcat Trans.Type Cat.
hsl acdoca hsl Local Crcy Amt
ksl acdoca ksl GrpCurr
osl acdoca osl Other Crcy Amnt
rhcur acdoca rhcur Local Currency
rkcur acdoca rkcur Ledger curr.
rocur acdoca rocur Free Defined Crcy 1
xreversing acdoca xreversing Reversal doc.
xreversed acdoca xreversed Reversed
xsettling acdoca xsettling Is Settling
xsettled acdoca xsettled Is Settled
prec_awtyp acdoca prec_awtyp PrecRefTransact
prec_aworg acdoca prec_aworg PrecRefOrgUnit
prec_awref acdoca prec_awref PrecRefDocument
prec_subta acdoca prec_subta Sub Transaction
awtyp_rev acdoca awtyp_rev ReversalRefTran
awref_rev acdoca awref_rev Reversal Ref.
aworg_rev acdoca aworg_rev Reversal Org.
subta_rev acdoca subta_rev Reversal Sub Trans
anlkl acdoca anlkl Asset Class
ktogr acdoca ktogr Account Determ.
panl1 acdoca panl1 Partner Asset
panl2 acdoca panl2 Partner Sub-No.
bldat acdoca bldat Journal Entry Date
sgtxt acdoca sgtxt Text
zuonr acdoca zuonr Finance Project
anln2_pn acdoca anln2_pn Sub-number
bwasl_pn acdoca bwasl_pn Trans. Type
bzdat_pn acdoca bzdat_pn Asset Val. Date
ubzdt_pn acdoca ubzdt_pn Orig. Val. Dat
xvabg_pn acdoca xvabg_pn Compl.Retiremnt
prozs_pn acdoca prozs_pn Percentage Rate
origin Origin
bstat acdoca bstat Document Status
bttype acdoca bttype Business Transaction Type

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 FAA_CalctDrvdAreaDocit04.
-- 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: FAAVCDADI04

CREATE VIEW FAA_CalctDrvdAreaDocit04 AS
SELECT
  Values.rbukrs AS bukrs,
  Values.anln1 AS anln1,
  Values.anln2 AS anln2,
  Values.gjahr AS gjahr,
  Values.awtyp AS awtyp,
  Values.awref AS awref,
  Values.aworg AS aworg,
  Values.awsys AS awsys,
  Values.subta AS subta,
  Values.afabe AS afabe,
  Values.slalittype AS slalittype,
  Values.drcrk AS drcrk,
  Values.awitem AS awitem,
  Values.vorgn AS vorgn,
  Values.budat AS budat,
  Values.bzdat AS bzdat,
  Values.poper AS poper,
  Values.anbwa AS bwasl,
  Values.movcat AS movcat,
  Values.hsl AS hsl,
  Values.ksl AS ksl,
  Values.osl AS osl,
  Values.rhcur AS rhcur,
  Values.rkcur AS rkcur,
  Values.rocur AS rocur,
  Values.xreversing AS xreversing,
  Values.xreversed AS xreversed,
  Values.xsettling AS xsettling,
  Values.xsettled AS xsettled,
  Values.prec_awtyp AS prec_awtyp,
  Values.prec_aworg AS prec_aworg,
  Values.prec_awref AS prec_awref,
  Values.prec_subta AS prec_subta,
  Values.awtyp_rev AS awtyp_rev,
  Values.awref_rev AS awref_rev,
  Values.aworg_rev AS aworg_rev,
  Values.subta_rev AS subta_rev,
  Values.anlkl AS anlkl,
  Values.ktogr AS ktogr,
  Values.panl1 AS panl1,
  Values.panl2 AS panl2,
  Values.bldat AS bldat,
  Values.sgtxt AS sgtxt,
  Values.zuonr AS zuonr,
  Values.anln2_pn AS anln2_pn,
  Values.bwasl_pn AS bwasl_pn,
  Values.bzdat_pn AS bzdat_pn,
  Values.ubzdt_pn AS ubzdt_pn,
  Values.xvabg_pn AS xvabg_pn,
  Values.prozs_pn AS prozs_pn,
  'A' AS origin,
  Values.bstat AS bstat,
  Values.bttype AS bttype
FROM acdoca AS Values
INNER JOIN FAA_CalctDrvdAreaValnVws02 AS CalculatedAssetValuationView ON /* join condition not captured in parsed metadata */
;