A_CABusPartPaymentHeader

DDL: A_CABUSPARTPAYMENTHEADER Type: view_entity COMPOSITE Package: ODATA_API_FICA_BP_PAYMENT

Business Partner Payment Header

A_CABusPartPaymentHeader is a Composite CDS View that provides data about "Business Partner Payment Header" in SAP S/4HANA. It reads from 1 data source (R_CABusPartPaymentTP) and exposes 1 field with key field CADocumentContainerPaymentUUID. It is exposed through 1 OData service (API_CABUSPARTPAYMENT). Part of development package ODATA_API_FICA_BP_PAYMENT.

Data Sources (1)

SourceAliasJoin Type
R_CABusPartPaymentTP R_CABusPartPaymentTP projection

Annotations (9)

NameValueLevelField
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.serviceQuality #C view
AccessControl.authorizationCheck #CHECK view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Business Partner Payment Header view
ObjectModel.representativeKey CADocumentContainerPaymentUUID view

OData Services (1)

ServiceBindingVersionContractRelease
API_CABUSPARTPAYMENT API_CABUSPARTPAYMENT V4 C2 Deprecated

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY CADocumentContainerPaymentUUID CABusPartnerPaymentUUID
@VDM.viewType: #COMPOSITE
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE]

@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.serviceQuality: #C

@AccessControl.authorizationCheck: #CHECK

@Metadata.ignorePropagatedAnnotations: true

@EndUserText.label: 'Business Partner Payment Header'
@ObjectModel.representativeKey: 'CADocumentContainerPaymentUUID'

define root view entity A_CABusPartPaymentHeader
  provider contract transactional_query
  as projection on R_CABusPartPaymentTP

{
      //R_CABusPartPaymentTP

      key CABusPartnerPaymentUUID as CADocumentContainerPaymentUUID
  
}