C_CollsPrms2PInstallmentStatus
Installment Plan Status
C_CollsPrms2PInstallmentStatus is a Consumption CDS View that provides data about "Installment Plan Status" in SAP S/4HANA. It reads from 1 data source (I_CollsPrms2PInstallmentStatus) and exposes 11 fields with key fields PromiseToPayUUID, InstallmentDueDate. It is exposed through 1 OData service (UI_PROMISETOPAY_MANAGE). It is used in 1 Fiori application: Manage Promises to Pay.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CollsPrms2PInstallmentStatus | I_CollsPrms2PInstallmentStatus | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Installment Plan Status | view | |
| ObjectModel.representativeKey | InstallmentDueDate | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.query.implementedBy | ABAP:CL_COLL_P2P_INST_STAT_QUERY | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Metadata.allowExtensions | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_PROMISETOPAY_MANAGE | UI_PROMISETOPAY_MANAGE | V2 | C1 | NOT_TO_BE_RELEASED_STABLE |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F4710 | Manage Promises to Pay | Transactional | Use this app to manage promises to pay of customers, which were created in the collection process using the Process Receivables app. You can display, edit, and withdraw promises to pay. |
Manage Promises to Pay
Business Role: Accounts Receivable Accountant
Use this app to manage promises to pay of customers, which were created in the collection process using the Process Receivables app. You can display, edit, and withdraw promises to pay.
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PromiseToPayUUID | PromiseToPayUUID | ||
| KEY | InstallmentDueDate | InstallmentDueDate | ||
| InstallmentAmtInPrmsToPayCrcy | InstallmentAmtInPrmsToPayCrcy | |||
| OpenAmountInDocumentCurrency | OpenAmountInDocumentCurrency | |||
| PaidOnScheduleAmount | PaidOnScheduleAmount | |||
| PaidOffScheduleAmount | PaidOffScheduleAmount | |||
| OverdueAmount | OverdueAmount | |||
| Currency | Currency | |||
| PromiseToPayStatus | PromiseToPayStatus | |||
| _CollsPromiseToPay | _CollsPromiseToPay | |||
| _CollsPromiseToPayStatus | _CollsPromiseToPayStatus |
@EndUserText: { label: 'Installment Plan Status' }
@ObjectModel: { representativeKey: 'InstallmentDueDate',
semanticKey: [ 'InstallmentDueDate' ],
usageType: { dataClass: #TRANSACTIONAL,
sizeCategory: #L,
serviceQuality: #A },
query: { implementedBy: 'ABAP:CL_COLL_P2P_INST_STAT_QUERY' } }
@AccessControl: { authorizationCheck: #NOT_REQUIRED,
personalData: { blocking: #BLOCKED_DATA_EXCLUDED } }
@VDM: { viewType: #CONSUMPTION,
usage: { type: [ #TRANSACTIONAL_PROCESSING_SERVICE ] } }
@Metadata: { allowExtensions: true }
define root view entity C_CollsPrms2PInstallmentStatus
as projection on I_CollsPrms2PInstallmentStatus
{
// VDM Fields
key PromiseToPayUUID,
key InstallmentDueDate,
InstallmentAmtInPrmsToPayCrcy,
OpenAmountInDocumentCurrency,
PaidOnScheduleAmount,
PaidOffScheduleAmount,
OverdueAmount,
Currency,
@ObjectModel: { text: { element: [ 'PromiseToPayStatusName' ] } }
PromiseToPayStatus,
// Text Elements
@Semantics: { text: true }
_CollsPromiseToPayStatus._Text.PromiseToPayStatusName as PromiseToPayStatusName : localized,
// Exposed Associations
@ObjectModel: { sort: { enabled: false },
filter: { enabled: false } }
_CollsPromiseToPay,
@ObjectModel: { sort: { enabled: false },
filter: { enabled: false } }
_CollsPromiseToPayStatus
}
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