I_ReceivablesFinancingFunder
Receivables Financing Funder
I_ReceivablesFinancingFunder is a Composite CDS View that provides data about "Receivables Financing Funder" in SAP S/4HANA. It reads from 2 data sources (I_SupplierCompany, I_Supplier) and exposes 3 fields with key fields BusinessPartner, Supplier, CompanyCode. Part of development package FTRF_FINCG_AGREEMENT_BO.
Data Sources (2)
| Source | Alias | Join Type |
|---|---|---|
| I_SupplierCompany | _SupplierCompany | inner |
| I_Supplier | I_Supplier | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Receivables Financing Funder | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.viewType | #COMPOSITE | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | BusinessPartner | |||
| KEY | Supplier | I_Supplier | Supplier | |
| KEY | CompanyCode | I_SupplierCompany | CompanyCode |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Receivables Financing Funder'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
@AccessControl.personalData.blocking: #NOT_REQUIRED
@VDM.viewType: #COMPOSITE
define view entity I_ReceivablesFinancingFunder as select from I_Supplier
inner join I_SupplierCompany as _SupplierCompany on I_Supplier.Supplier = _SupplierCompany.Supplier
{
key I_Supplier._SupplierToBusinessPartner._BusinessPartner.BusinessPartner,
key I_Supplier.Supplier,
key _SupplierCompany.CompanyCode
}where I_Supplier._SupplierToBusinessPartner._BusinessPartner.BusinessPartner is not initial
Learn More
- 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 Annotations — A Complete Guide
- 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