FAA_UPA_MIG_DA_CONS_DOCIT
Constitutional area DOC_IT
FAA_UPA_MIG_DA_CONS_DOCIT is a CDS View that provides data about "Constitutional area DOC_IT" in SAP S/4HANA. It reads from 2 data sources (FAA_UPA_MIG_DA_CONS_AREA, acdoca) and exposes 67 fields with key fields bukrs, anln1, anln2, gjahr, awtyp.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| FAA_UPA_MIG_DA_CONS_AREA | ConstitutionalArea | inner |
| acdoca | Values | from |
Annotations (6)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Constitutional area DOC_IT | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (67)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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 | |
| vsl | acdoca | vsl | Amount in Currency 2 | |
| bsl | acdoca | bsl | Exchange Key | |
| csl | acdoca | csl | Amount in Currency 4 | |
| dsl | acdoca | dsl | Amount in Currency 5 | |
| esl | acdoca | esl | Amount in Currency 6 | |
| fsl | acdoca | fsl | Amount in Currency 7 | |
| gsl | acdoca | gsl | Amount in Currency 8 | |
| rhcur | acdoca | rhcur | Local Currency | |
| rkcur | acdoca | rkcur | Ledger curr. | |
| rocur | acdoca | rocur | Free Defined Crcy 1 | |
| rvcur | acdoca | rvcur | Free Defined Crcy 4 | |
| rbcur | acdoca | rbcur | Free Defined Crcy 3 | |
| rccur | acdoca | rccur | Third Currency | |
| rdcur | acdoca | rdcur | Free Defined Crcy 5 | |
| recur | acdoca | recur | Free Defined Crcy 6 | |
| rfcur | acdoca | rfcur | Free Defined Crcy 7 | |
| rgcur | acdoca | rgcur | Free Defined Crcy 8 | |
| 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_UPA_MIG_DA_CONS_DOCIT.
-- 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 FAA_UPA_MIG_DA_CONS_DOCIT 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.vsl AS vsl,
Values.bsl AS bsl,
Values.csl AS csl,
Values.dsl AS dsl,
Values.esl AS esl,
Values.fsl AS fsl,
Values.gsl AS gsl,
Values.rhcur AS rhcur,
Values.rkcur AS rkcur,
Values.rocur AS rocur,
Values.rvcur AS rvcur,
Values.rbcur AS rbcur,
Values.rccur AS rccur,
Values.rdcur AS rdcur,
Values.recur AS recur,
Values.rfcur AS rfcur,
Values.rgcur AS rgcur,
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_UPA_MIG_DA_CONS_AREA AS ConstitutionalArea ON /* join condition not captured in parsed metadata */
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA