C_CollsPromiseToPayInvoiceTP

DDL: C_COLLSPROMISETOPAYINVOICETP Type: view_entity CONSUMPTION

Promise To Pay Invoice

C_CollsPromiseToPayInvoiceTP is a Consumption CDS View that provides data about "Promise To Pay Invoice" in SAP S/4HANA. It reads from 1 data source (R_CollsPromiseToPayInvoiceTP) and exposes 16 fields with key fields PromiseToPayUUID, LinkedInvoiceKey. It is exposed through 1 OData service (UI_PROMISETOPAY_MANAGE). It is used in 1 Fiori application: Manage Promises to Pay.

Data Sources (1)

SourceAliasJoin Type
R_CollsPromiseToPayInvoiceTP R_CollsPromiseToPayInvoiceTP projection

Annotations (9)

NameValueLevelField
ObjectModel.representativeKey LinkedInvoiceKey view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #X view
VDM.viewType #CONSUMPTION view
EndUserText.label Promise To Pay Invoice view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
Metadata.allowExtensions true view

OData Services (1)

ServiceBindingVersionContractRelease
UI_PROMISETOPAY_MANAGE UI_PROMISETOPAY_MANAGE V2 C1 NOT_TO_BE_RELEASED_STABLE

Fiori Apps (1)

App IDApp NameTypeDescription
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 (16)

KeyFieldSource TableSource FieldDescription
KEY PromiseToPayUUID PromiseToPayUUID
KEY LinkedInvoiceKey LinkedInvoiceKey
CompanyCode CompanyCode
AccountingDocument AccountingDocument
FiscalYear FiscalYear
AccountingDocumentItem AccountingDocumentItem
NetDueDate NetDueDate
OverdueDays OverdueDays
OpenAmountInDocumentCurrency OpenAmountInDocumentCurrency
PromisedAmount PromisedAmount
Currency Currency
CompanyCodeName _CompanyCode CompanyCodeName
CurrencyNameasCurrencyNamelocalized
_CollectionsInvoice _CollectionsInvoice
_CompanyCode _CompanyCode
_Currency _Currency
@ObjectModel: { representativeKey: 'LinkedInvoiceKey',
                semanticKey:       [ 'AccountingDocument' ],
                usageType:         { dataClass:      #TRANSACTIONAL,
                                     sizeCategory:   #L,
                                     serviceQuality: #X } }
@VDM: { viewType: #CONSUMPTION }
@EndUserText: { label: 'Promise To Pay Invoice' }
@AccessControl: { authorizationCheck: #CHECK,
                  personalData: { blocking: #BLOCKED_DATA_EXCLUDED } }
@Metadata: { allowExtensions: true }

define view entity C_CollsPromiseToPayInvoiceTP
  as projection on R_CollsPromiseToPayInvoiceTP
{

      // VDM Fields

  key PromiseToPayUUID,
  key LinkedInvoiceKey,
      
      @ObjectModel: { text: { element: [ 'CompanyCodeName' ] } }
      CompanyCode,
      
      AccountingDocument,
      FiscalYear,
      AccountingDocumentItem,
      NetDueDate,
      OverdueDays,
      OpenAmountInDocumentCurrency,
      PromisedAmount,
      
      @ObjectModel: { text: { element: [ 'CurrencyName' ] } }
      Currency,

      // Text Elements

      _CompanyCode.CompanyCodeName as CompanyCodeName,
      _Currency._Text.CurrencyName as CurrencyName : localized,

      // Exposed Associations

      _CollectionsInvoice,
      _CollsPromiseToPayTP : redirected to parent C_CollsPromiseToPayTP,
      _CompanyCode,
      _Currency

}