C_CollsInvcPaytDelayPrediction

DDL: C_COLLSINVCPAYTDELAYPREDICTION Type: view_entity CONSUMPTION

Payment Delay Prediction

C_CollsInvcPaytDelayPrediction is a Consumption CDS View that provides data about "Payment Delay Prediction" in SAP S/4HANA. It reads from 1 data source (I_CollsInvcPaytDelayPrediction) and exposes 17 fields with key fields CompanyCode, AccountingDocument, FiscalYear, AccountingDocumentItem. It is exposed through 1 OData service (UI_PROCESSRECEIVABLES_MANAGE).

Data Sources (1)

SourceAliasJoin Type
I_CollsInvcPaytDelayPrediction I_CollsInvcPaytDelayPrediction projection

Annotations (8)

NameValueLevelField
Metadata.allowExtensions true view
VDM.viewType #CONSUMPTION view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XXL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.representativeKey AccountingDocumentItem view
EndUserText.label Payment Delay Prediction view

OData Services (1)

ServiceBindingVersionContractRelease
UI_PROCESSRECEIVABLES_MANAGE UI_PROCESSRECEIVABLES_MAN V2 C1 NOT_TO_BE_RELEASED_STABLE

Fields (17)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode
KEY AccountingDocument AccountingDocument
KEY FiscalYear FiscalYear
KEY AccountingDocumentItem AccountingDocumentItem
ClearingDelayInDaysScoreValue ClearingDelayInDaysScoreValue
ClrgDlyInDaysProbabilityValue ClrgDlyInDaysProbabilityValue
ClrgDelayInDaysIsOverThreshold ClrgDelayInDaysIsOverThreshold
ClrgDlyInDaysInflncgParam1 ClrgDlyInDaysInflncgParam1
ClrgDlyInflncgParam1QltyVal ClrgDlyInflncgParam1QltyVal
ClrgDlyInDaysInflncgParam2 ClrgDlyInDaysInflncgParam2
ClrgDlyInflncgParam2QltyVal ClrgDlyInflncgParam2QltyVal
ClrgDlyInDaysInflncgParam3 ClrgDlyInDaysInflncgParam3
ClrgDlyInflncgParam3QltyVal ClrgDlyInflncgParam3QltyVal
LatePaymentRisk LatePaymentRisk
_CompanyCode _CompanyCode
_OperationalAcctgDocItem _OperationalAcctgDocItem
_CollectionsLatePaymentRisk _CollectionsLatePaymentRisk
@Metadata: { allowExtensions: true }
@VDM: { usage: { type:     [ #TRANSACTIONAL_PROCESSING_SERVICE ] },
                 viewType: #CONSUMPTION }
@AccessControl: { authorizationCheck: #MANDATORY }
@ObjectModel: { usageType: { serviceQuality: #A,
                             sizeCategory:   #XXL,
                             dataClass:      #TRANSACTIONAL },
                representativeKey: 'AccountingDocumentItem',
                                semanticKey: [ 'CompanyCode',
                                               'FiscalYear',
                                               'AccountingDocument',
                                               'AccountingDocumentItem' ] }
@EndUserText: { label: 'Payment Delay Prediction' }

define root view entity C_CollsInvcPaytDelayPrediction
  provider contract transactional_query
  as projection on I_CollsInvcPaytDelayPrediction
{
          // VDM Fields

  key     CompanyCode,
  key     AccountingDocument,
  key     FiscalYear,
  key     AccountingDocumentItem,
          ClearingDelayInDaysScoreValue,
          ClrgDlyInDaysProbabilityValue,
          ClrgDelayInDaysIsOverThreshold,
          ClrgDlyInDaysInflncgParam1,
          ClrgDlyInflncgParam1QltyVal,
          ClrgDlyInDaysInflncgParam2,
          ClrgDlyInflncgParam2QltyVal,
          ClrgDlyInDaysInflncgParam3,
          ClrgDlyInflncgParam3QltyVal,
          LatePaymentRisk,

          // Virtual elements

          @ObjectModel: { virtualElement: true,   
                          virtualElementCalculatedBy: 'ABAP:CL_UDM_COLL_ML_VE' }
  virtual ClrgDlyInDaysInflncgParam1Name : udm_coll_infl_param_1_name,
  
          @ObjectModel: { virtualElement: true,   
                          virtualElementCalculatedBy: 'ABAP:CL_UDM_COLL_ML_VE' }
  virtual ClrgDlyInDaysInflncgParam2Name : udm_coll_infl_param_2_name,
  
          @ObjectModel: { virtualElement: true,   
                          virtualElementCalculatedBy: 'ABAP:CL_UDM_COLL_ML_VE' }
  virtual ClrgDlyInDaysInflncgParam3Name : udm_coll_infl_param_3_name,

          // Exposed Associations

          _CompanyCode,
          _OperationalAcctgDocItem,
          _CollectionsLatePaymentRisk

}