I_RblsFinancingApplication

DDL: I_RBLSFINANCINGAPPLICATION Type: view_entity BASIC Package: FTRF_CORE

Receivables Financing Application

I_RblsFinancingApplication is a Basic CDS View that provides data about "Receivables Financing Application" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field ReceivablePayableApplication. It has 1 association to related views. Part of development package FTRF_CORE.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_RblsFinancingApplicationText _Text $projection.ReceivablePayableApplication = _Text.ReceivablePayableApplication

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.representativeKey ReceivablePayableApplication view
ObjectModel.usageType.dataClass #META view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Receivables Financing Application view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ReceivablePayableApplication
_Text _Text
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.representativeKey: 'ReceivablePayableApplication'
@ObjectModel: { usageType: { dataClass: #META,
                             serviceQuality: #A,
                             sizeCategory: #S } }
@EndUserText.label: 'Receivables Financing Application'
@VDM.viewType: #BASIC

define view entity I_RblsFinancingApplication
  as select from dd07l
  association [0..*] to I_RblsFinancingApplicationText as _Text on $projection.ReceivablePayableApplication = _Text.ReceivablePayableApplication
{
      @ObjectModel.text.association: '_Text'
  key cast( left(dd07l.domvalue_l, 1) as frp_rp_appl preserving type) as ReceivablePayableApplication,

      _Text
}
where
      dd07l.domname  = 'FRP_RP_APPL'
  and dd07l.as4local = 'A'