FINOC_TRANSFER_APAR
Organization Change: Transfer for AP/AR items
FINOC_TRANSFER_APAR is a CDS View that provides data about "Organization Change: Transfer for AP/AR items" in SAP S/4HANA. It reads from 4 data sources (FINOC_ACDOCA_BUZEI, acdoca, fagl_splinfo, fagl_splinfo_val) and exposes 51 fields with key fields rldnr, rbukrs, gjahr, belnr, buzei. It has 2 associations to related views.
Data Sources (4)
| Source | Alias | Join Type |
|---|---|---|
| FINOC_ACDOCA_BUZEI | acdoca_buzei | inner |
| acdoca | acdoca_prec | left_outer |
| fagl_splinfo | splinfo | from |
| fagl_splinfo_val | splinfo_val | inner |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | acdoca | _acdoca | $projection.rldnr = _acdoca.rldnr and $projection.rbukrs = _acdoca.rbukrs and $projection.gjahr = _acdoca.gjahr and $projection.belnr = _acdoca.belnr and $projection.docln = _acdoca.docln |
| [0..1] | fagl_splinfo | _splinfo | $projection.belnr = _splinfo.belnr and $projection.gjahr = _splinfo.gjahr and $projection.rbukrs = _splinfo.bukrs and $projection.buzei = _splinfo.buzei and $projection.spl_no = _splinfo.spl_no |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FINOCV_APAR | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Organization Change: Transfer for AP/AR items | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (51)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | rldnr | FINOC_ACDOCA_BUZEI | rldnr | Ledger (Compat.) |
| KEY | rbukrs | fagl_splinfo | bukrs | Value |
| KEY | gjahr | fagl_splinfo | gjahr | Settlement Year |
| KEY | belnr | fagl_splinfo | belnr | SD Document |
| KEY | buzei | fagl_splinfo | buzei | Posting View Item |
| KEY | spl_no | fagl_splinfo | spl_no | Sequence Number |
| KEY | curtp | fagl_splinfo_val | curtp | Valuation Area |
| KEY | seqno | 0 | ||
| docln | FINOC_ACDOCA_BUZEI | docln | Matching Document Line Item | |
| ps_psp_pnr | ||||
| kdauf | ||||
| kdpos | fagl_splinfo | kdpos | Sales Ord. Item | |
| werks | ||||
| matnr | fagl_splinfo | matnr | Vehicle Model | |
| aufnr | ||||
| kokrs | ||||
| rcntr | fagl_splinfo | kostl | Substitute CC | |
| anln1 | ||||
| anln2 | fagl_splinfo | anln2 | Sub-number | |
| paobjnr | ||||
| aufpl | ||||
| aplzl | fagl_splinfo | aplzl | Plan No.f.Oper. | |
| vornr | _acdoca | vornr | Operation | |
| imkey | ||||
| open_item_id | ||||
| gsberasrbusa | ||||
| egrup | fagl_splinfo | egrup | Equity group | |
| vptnr | fagl_splinfo | vptnr | Partner | |
| vname | fagl_splinfo | vname | Volatility Name | |
| rfund | fagl_splinfo | geber | Fund | |
| rgrant_nbr | fagl_splinfo | grant_nbr | Receiver Grant | |
| rfarea | fagl_splinfo | fkber | Functional Area | |
| xopvw | ||||
| budat | _acdoca | budat | Posting Date | |
| poper | _acdoca | poper | Posting periods | |
| bstat | _acdoca | bstat | Document Status | |
| augdt | _acdoca | augdt | Clearing | |
| augbl | _acdoca | augbl | Clrng doc. | |
| vorgn | _acdoca | vorgn | Transaction | |
| awtyp | _acdoca | awtyp | Reference Document Type | |
| orgl_change | ||||
| koart | ||||
| slalittype | _acdoca | slalittype | SLALineItemType | |
| ktosl | _acdoca | ktosl | Transaction | |
| pswsl | ||||
| pswbt | fagl_splinfo | pswbt | G/L Amount | |
| waers | fagl_splinfo_val | waers | Transaction Currency | |
| wrbtr | fagl_splinfo_val | wrbtr | Gross Amount | |
| prctr_old | fagl_splinfo | prctr | Profit Centers | |
| _acdoca | _acdoca | |||
| _splinfo | _splinfo |
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 FINOC_TRANSFER_APAR.
-- 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: FINOCV_APAR
CREATE VIEW FINOC_TRANSFER_APAR AS
SELECT
acdoca_buzei.rldnr AS rldnr,
splinfo.bukrs AS rbukrs,
splinfo.gjahr AS gjahr,
splinfo.belnr AS belnr,
splinfo.buzei AS buzei,
splinfo.spl_no AS spl_no,
splinfo_val.curtp AS curtp,
0 AS seqno,
acdoca_buzei.docln AS docln,
splinfo.kdpos AS kdpos,
splinfo.matnr AS matnr,
splinfo.kostl AS rcntr,
splinfo.anln2 AS anln2,
splinfo.aplzl AS aplzl,
_acdoca.vornr AS vornr,
splinfo.egrup AS egrup,
splinfo.vptnr AS vptnr,
splinfo.vname AS vname,
splinfo.geber AS rfund,
splinfo.grant_nbr AS rgrant_nbr,
splinfo.fkber AS rfarea,
_acdoca.budat AS budat,
_acdoca.poper AS poper,
_acdoca.bstat AS bstat,
_acdoca.augdt AS augdt,
_acdoca.augbl AS augbl,
_acdoca.vorgn AS vorgn,
_acdoca.awtyp AS awtyp,
cast( ' ' as finoc_orgl_change preserving type ) AS orgl_change,
_acdoca.slalittype AS slalittype,
_acdoca.ktosl AS ktosl,
splinfo.pswbt AS pswbt,
splinfo_val.waers AS waers,
splinfo_val.wrbtr AS wrbtr,
splinfo.prctr AS prctr_old
FROM fagl_splinfo AS splinfo
INNER JOIN fagl_splinfo_val AS splinfo_val ON /* join condition not captured in parsed metadata */
INNER JOIN FINOC_ACDOCA_BUZEI AS acdoca_buzei ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN acdoca AS acdoca_prec ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN acdoca AS _acdoca ON rldnr = _acdoca.rldnr AND rbukrs = _acdoca.rbukrs AND gjahr = _acdoca.gjahr AND belnr = _acdoca.belnr AND docln = _acdoca.docln -- association [0..1]
LEFT OUTER JOIN fagl_splinfo AS _splinfo ON belnr = _splinfo.belnr AND gjahr = _splinfo.gjahr AND rbukrs = _splinfo.bukrs AND buzei = _splinfo.buzei AND spl_no = _splinfo.spl_no -- association [0..1]
;
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