I_CFinSalesDocumentPartner
Central Finance Sales Document: Partner
I_CFinSalesDocumentPartner is a Composite CDS View that provides data about "Central Finance Sales Document: Partner" in SAP S/4HANA. It reads from 2 data sources (I_CFinRpldSalesDocumentPartner, I_SDDocumentCompletePartners) and exposes 22 fields with key fields SenderLogicalSystem, CentralFinanceSalesDocument, CFinSalesDocumentItem, PartnerFunction, CentralFinanceSalesDocument. It has 1 association to related views.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_CFinRpldSalesDocumentPartner | I_CFinRpldSalesDocumentPartner | from |
| I_SDDocumentCompletePartners | SDDocumentCompletePartners | union_all |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_LogicalSystem | _LogicalSystem | $projection.SenderLogicalSystem = _LogicalSystem.LogicalSystem |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.sqlViewName | ICFINSOBP | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.representativeKey | PartnerFunction | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| EndUserText.label | Central Finance Sales Document: Partner | view |
Fields (22)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | SenderLogicalSystem | SenderLogicalSystem | Sender Logical System | |
| KEY | CentralFinanceSalesDocument | Central Finance Repl. Sales Document | ||
| KEY | CFinSalesDocumentItem | Central Finance Repl. Sales Doc. Item | ||
| KEY | PartnerFunction | PartnerFunction | Partner Functn | |
| Customer | Customer | Sold-to Party | ||
| AddressID | AddressID | Ship-to address | ||
| PartnerIsOneTimeAccount | PartnerIsOneTimeAccount | One-time acct | ||
| TaxNumber1 | TaxNumber1 | VAT Reg. No. | ||
| TaxNumber3 | TaxNumber3 | Tax Number 3 | ||
| AddressPersonID | AddressPersonID | Person Number | ||
| _LogicalSystem | _LogicalSystem | |||
| KEY | CentralFinanceSalesDocument | Central Finance Repl. Sales Document | ||
| KEY | CFinSalesDocumentItem | Central Finance Repl. Sales Doc. Item | ||
| KEY | PartnerFunction | I_SDDocumentCompletePartners | PartnerFunction | Partner Functn |
| Customer | I_SDDocumentCompletePartners | Customer | Sold-to Party | |
| AddressID | I_SDDocumentCompletePartners | AddressID | Ship-to address | |
| PartnerIsOneTimeAccount | I_SDDocumentCompletePartners | PartnerIsOneTimeAccount | One-time acct | |
| TaxNumber1 | OneTimeCustomerTaxNumber | TaxNumber1 | VAT Reg. No. | |
| TaxNumber3 | OneTimeCustomerTaxNumber | TaxNumber3 | Tax Number 3 | |
| AddressPersonID | I_SDDocumentCompletePartners | AddressPersonID | Person Number | |
| _LogicalSystem | _LogicalSystem | |||
| _DfltAddrRprstn | I_SDDocumentCompletePartners | _DfltAddrRprstn |
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 I_CFinSalesDocumentPartner.
-- 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: ICFINSOBP
CREATE VIEW I_CFinSalesDocumentPartner AS
SELECT
SenderLogicalSystem,
cast( CFinReplicatedSalesDocument as fins_cfin_av_sales_document preserving type ) AS CentralFinanceSalesDocument,
cast( CFinRpldSalesDocumentItem as fins_cfin_av_sales_doc_item preserving type ) AS CFinSalesDocumentItem,
PartnerFunction,
Customer,
AddressID,
PartnerIsOneTimeAccount,
TaxNumber1,
TaxNumber3,
AddressPersonID,
SDDocumentCompletePartners._DfltAddrRprstn AS _DfltAddrRprstn
FROM I_CFinRpldSalesDocumentPartner
LEFT OUTER JOIN I_LogicalSystem AS _LogicalSystem ON SenderLogicalSystem = _LogicalSystem.LogicalSystem -- association [0..1]
-- UNION ALL with additional select branch(es): I_SDDocumentCompletePartners
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- 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