C_CollsInvcPaytDelayPrediction
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)
| Source | Alias | Join Type |
|---|---|---|
| I_CollsInvcPaytDelayPrediction | I_CollsInvcPaytDelayPrediction | projection |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_PROCESSRECEIVABLES_MANAGE | UI_PROCESSRECEIVABLES_MAN | V2 | C1 | NOT_TO_BE_RELEASED_STABLE |
Fields (17)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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