I_BillingDocumentPartnerTP

DDL: I_BILLINGDOCUMENTPARTNERTP Type: view_entity TRANSACTIONAL Package: RAP_SD_BIL_BD_API

Billing Document Partner - TP

I_BillingDocumentPartnerTP is a Transactional CDS View that provides data about "Billing Document Partner - TP" in SAP S/4HANA. It reads from 1 data source (R_BillingDocumentPartnerTP) and exposes 8 fields with key fields BillingDocument, PartnerFunction. Part of development package RAP_SD_BIL_BD_API.

Data Sources (1)

SourceAliasJoin Type
R_BillingDocumentPartnerTP R_BillingDocumentPartnerTP projection

Annotations (9)

NameValueLevelField
EndUserText.label Billing Document Partner - TP view
AccessControl.authorizationCheck #MANDATORY view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #TRANSACTIONAL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.modelingPattern #TRANSACTIONAL_INTERFACE view
Metadata.ignorePropagatedAnnotations true view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY BillingDocument BillingDocument
KEY PartnerFunction PartnerFunction
Customer Customer
Supplier Supplier
Personnel Personnel
ContactPerson ContactPerson
ReferenceBusinessPartner ReferenceBusinessPartner
BusinessPartnerAddressUUID BusinessPartnerAddressUUID
@EndUserText.label: 'Billing Document Partner - TP'

@AccessControl: {
  authorizationCheck: #MANDATORY,  
  personalData.blocking: #('TRANSACTIONAL_DATA')

}

@VDM: {
  lifecycle.contract.type: #PUBLIC_LOCAL_API,
  viewType: #TRANSACTIONAL
}

@ObjectModel: {
    usageType: {
      dataClass:      #TRANSACTIONAL,
      serviceQuality: #C,
      sizeCategory:   #XL
    },
    semanticKey:           ['BillingDocument', 'PartnerFunction'],
    modelingPattern:        #TRANSACTIONAL_INTERFACE,
    supportedCapabilities: [#TRANSACTIONAL_PROVIDER]
}

@Metadata.ignorePropagatedAnnotations: true

define view entity I_BillingDocumentPartnerTP
  as projection on R_BillingDocumentPartnerTP
{
  key BillingDocument,
  key PartnerFunction,
      Customer,
      Supplier,
      Personnel,
      ContactPerson,
      ReferenceBusinessPartner,
      BusinessPartnerAddressUUID,

      _BillingDocument : redirected to parent I_BillingDocumentTP
}