FINS_REV_REC_ACDOCA_API
View on ACDOCA for new project invoicing
FINS_REV_REC_ACDOCA_API is a CDS View that provides data about "View on ACDOCA for new project invoicing" in SAP S/4HANA. It reads from 1 data source (acdoca) and exposes 34 fields. Part of development package FINS_REV_REC_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| acdoca | acdoca | from |
Parameters (1)
| Name | Type | Default |
|---|---|---|
| P_Budat | budat |
Annotations (5)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | View on ACDOCA for new project invoicing | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view |
Fields (34)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| rldnr | rldnr | Ledger (Compat.) | ||
| ps_psp_pnr | ps_psp_pnr | WBS Element | ||
| pernr | pernr | Personnel no. | ||
| slalittype | slalittype | SLALineItemType | ||
| runit | runit | Unit/Area | ||
| hkont | racct | GL Account From | ||
| rsrce | rsrce | Resource | ||
| matnr | matnr | Vehicle Model | ||
| rwcur | rwcur | Transaction Currency | ||
| rhcur | rhcur | Local Currency | ||
| rkcur | rkcur | Ledger curr. | ||
| rocur | rocur | Free Defined Crcy 1 | ||
| rvcur | rvcur | Free Defined Crcy 4 | ||
| rbcur | rbcur | Free Defined Crcy 3 | ||
| rccur | rccur | Third Currency | ||
| rdcur | rdcur | Free Defined Crcy 5 | ||
| recur | recur | Free Defined Crcy 6 | ||
| rfcur | rfcur | Free Defined Crcy 7 | ||
| rgcur | rgcur | Free Defined Crcy 8 | ||
| rco_ocur | rco_ocur | Object Currency | ||
| msl | ||||
| wsl | ||||
| hsl | ||||
| ksl | ||||
| kfsl | ||||
| osl | ||||
| vsl | ||||
| bsl | ||||
| csl | ||||
| dsl | ||||
| esl | ||||
| fsl | ||||
| gsl | ||||
| co_osl |
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 FINS_REV_REC_ACDOCA_API.
-- 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.
-- Parameters: P_Budat : budat
CREATE VIEW FINS_REV_REC_ACDOCA_API AS
SELECT
rldnr,
ps_psp_pnr,
pernr,
slalittype,
runit,
racct AS hkont,
rsrce,
matnr,
rwcur,
rhcur,
rkcur,
rocur,
rvcur,
rbcur,
rccur,
rdcur,
recur,
rfcur,
rgcur,
rco_ocur,
sum(msl) AS msl,
sum(wsl) AS wsl,
sum(hsl) AS hsl,
sum(ksl) AS ksl,
sum(kfsl) AS kfsl,
sum(osl) AS osl,
sum(vsl) AS vsl,
sum(bsl) AS bsl,
sum(csl) AS csl,
sum(dsl) AS dsl,
sum(esl) AS esl,
sum(fsl) AS fsl,
sum(gsl) AS gsl,
sum(co_osl) AS co_osl
FROM acdoca
;
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