I_ReceivablesFinancingFunder

DDL: I_RECEIVABLESFINANCINGFUNDER Type: view_entity COMPOSITE Package: FTRF_FINCG_AGREEMENT_BO

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)

SourceAliasJoin Type
I_SupplierCompany _SupplierCompany inner
I_Supplier I_Supplier from

Annotations (8)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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