A_CFinRpldBillingDocumentItem
CFin Rpld Billing Document Item (API)
A_CFinRpldBillingDocumentItem is a Consumption CDS View that provides data about "CFin Rpld Billing Document Item (API)" in SAP S/4HANA. It reads from 1 data source (cfin_avci_iteme) and exposes 27 fields with key fields SourceSystemLogicalSystem, CFinReplicatedBillingDocument, CFinRpldBillingDocumentItem. It has 1 association to related views. It is exposed through 1 OData service (API_CFINRPLDBILLINGDOCUMENT). Part of development package FINS_CFIN_ACC_VIEW_EX.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| cfin_avci_iteme | cfin_avci_iteme | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | E_CFinRpldBillingDocumentItem | _Extension | $projection.CFinReplicatedBillingDocument = _Extension.CFinReplicatedBillingDocument and $projection.SourceSystemLogicalSystem = _Extension.SourceSystemLogicalSystem and $projection.CFinRpldBillingDocumentItem = _Extension.CFinRpldBillingDocumentItem |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| EndUserText.label | CFin Rpld Billing Document Item (API) | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_CFINRPLDBILLINGDOCUMENT | API_CFINRPLDBILLINGDOC | V4 | C2 | Deprecated |
Fields (27)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SourceSystemLogicalSystem | cfin_avci_iteme | sourcesystemlogicalsystem | Sender Log Sys. |
| KEY | CFinReplicatedBillingDocument | cfin_avci_iteme | cfinreplicatedbillingdocument | Central Finance Repl. Billing Document |
| KEY | CFinRpldBillingDocumentItem | cfin_avci_iteme | cfinrpldbillingdocumentitem | Central Finance Repl. Billing Doc. Item |
| Material | cfin_avci_iteme | material | Vehicle Model | |
| Plant | cfin_avci_iteme | plant | Valuation Area | |
| TransactionCurrency | cfin_avci_iteme | transactioncurrency | Transaction Currency | |
| NetAmount | cfin_avci_iteme | netamount | Stated Amount | |
| ReturnItemProcessingType | cfin_avci_iteme | returnitemprocessingtype | Returns | |
| BillingQuantity | cfin_avci_iteme | billingquantity | Invoiced Qty | |
| BillingQuantityUnit | cfin_avci_iteme | billingquantityunit | Sales Unit | |
| ReferenceSDDocumentCategory | cfin_avci_iteme | referencesddocumentcategory | Prec.Doc.Categ. | |
| BillingQuantityInBaseUnit | cfin_avci_iteme | billingquantityinbaseunit | Bill.Qty in SKU | |
| BaseUnit | cfin_avci_iteme | baseunit | Unit of Measure | |
| SalesDocument | cfin_avci_iteme | salesdocument | SD Document | |
| SalesDocumentItem | cfin_avci_iteme | salesdocumentitem | Sales Document Item | |
| ZeroVATRsn | cfin_avci_iteme | zerovatrsn | Reason for Zero VAT | |
| ReferenceSDDocument | cfin_avci_iteme | referencesddocument | Reference Doc. | |
| WBSElementExternalID | cfin_avci_iteme | wbselementexternalid | WBS Element External ID | |
| LastChangeDateTime | cfin_avci_iteme | lastchangedatetime | Timestamp | |
| BillingDocumentItemText | cfin_avci_iteme | billingdocumentitemtext | Item Descr. | |
| TaxCode | cfin_avci_iteme | taxcode | Tax Code | |
| CostCenter | cfin_avci_iteme | costcenter | Cost Center | |
| ProfitCenter | cfin_avci_iteme | profitcenter | Profit Center | |
| DepartureCountry | cfin_avci_iteme | departurecountry | Departure Country / Region | |
| TaxJurisdiction | cfin_avci_iteme | taxjurisdiction | Tax Jurisdiction | |
| CompanyCode | cfin_avci_iteme | companycode | Receiver Company Code | |
| _CFinRpldBillingDocument | _CFinRpldBillingDocument |
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 A_CFinRpldBillingDocumentItem.
-- 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 A_CFinRpldBillingDocumentItem AS
SELECT
cfin_avci_iteme.sourcesystemlogicalsystem AS SourceSystemLogicalSystem,
cfin_avci_iteme.cfinreplicatedbillingdocument AS CFinReplicatedBillingDocument,
cfin_avci_iteme.cfinrpldbillingdocumentitem AS CFinRpldBillingDocumentItem,
cfin_avci_iteme.material AS Material,
cfin_avci_iteme.plant AS Plant,
cfin_avci_iteme.transactioncurrency AS TransactionCurrency,
cfin_avci_iteme.netamount AS NetAmount,
cfin_avci_iteme.returnitemprocessingtype AS ReturnItemProcessingType,
cfin_avci_iteme.billingquantity AS BillingQuantity,
cfin_avci_iteme.billingquantityunit AS BillingQuantityUnit,
cfin_avci_iteme.referencesddocumentcategory AS ReferenceSDDocumentCategory,
cfin_avci_iteme.billingquantityinbaseunit AS BillingQuantityInBaseUnit,
cfin_avci_iteme.baseunit AS BaseUnit,
cfin_avci_iteme.salesdocument AS SalesDocument,
cfin_avci_iteme.salesdocumentitem AS SalesDocumentItem,
cfin_avci_iteme.zerovatrsn AS ZeroVATRsn,
cfin_avci_iteme.referencesddocument AS ReferenceSDDocument,
cfin_avci_iteme.wbselementexternalid AS WBSElementExternalID,
cfin_avci_iteme.lastchangedatetime AS LastChangeDateTime,
cfin_avci_iteme.billingdocumentitemtext AS BillingDocumentItemText,
cfin_avci_iteme.taxcode AS TaxCode,
cfin_avci_iteme.costcenter AS CostCenter,
cfin_avci_iteme.profitcenter AS ProfitCenter,
cfin_avci_iteme.departurecountry AS DepartureCountry,
cfin_avci_iteme.taxjurisdiction AS TaxJurisdiction,
cfin_avci_iteme.companycode AS CompanyCode
FROM cfin_avci_iteme
LEFT OUTER JOIN E_CFinRpldBillingDocumentItem AS _Extension ON CFinReplicatedBillingDocument = _Extension.CFinReplicatedBillingDocument AND SourceSystemLogicalSystem = _Extension.SourceSystemLogicalSystem AND CFinRpldBillingDocumentItem = _Extension.CFinRpldBillingDocumentItem -- association [1..1]
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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