I_CABUSPARTINVCCORRESPNCENHCD

CDS View

Enhanced Bus Partner Invoice Correspnc

I_CABUSPARTINVCCORRESPNCENHCD is a CDS View in S/4HANA. Enhanced Bus Partner Invoice Correspnc. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_CABusPartInvcCorrespncEnhcd view_entity from COMPOSITE Enhanced Bus Partner Invoice Correspnc
A_CABusPartInvoiceCorrespnc view_entity from COMPOSITE Business Partner Invoice Correspondence
@VDM.viewType: #COMPOSITE

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

@AccessControl.authorizationCheck: #CHECK

@EndUserText.label: 'Enhanced Bus Partner Invoice Correspnc'

define view entity I_CABusPartInvcCorrespncEnhcd
  as select from         I_CABusPartInvoiceCorrespnc
  left outer to one join I_CADocCtnCorrespncBinary on I_CADocCtnCorrespncBinary.ObjectInternalID = ''

{
      //I_CABusPartInvoiceCorrespnc

      @ObjectModel.foreignKey.association: '_BusPartnerInvoice'
  key I_CABusPartInvoiceCorrespnc.CABusPartnerInvoiceUUID,
      @ObjectModel.foreignKey.association: '_CorrespondenceType'
  key I_CABusPartInvoiceCorrespnc.CACorrespondenceType,
  key I_CABusPartInvoiceCorrespnc.CACorrespondence,
  key I_CABusPartInvoiceCorrespnc.CADocCtnCorrespncSqncNumber,

      I_CABusPartInvoiceCorrespnc.CorrespondencePrintDate,
      I_CABusPartInvoiceCorrespnc.CorrespondenceCreationDate,
      I_CABusPartInvoiceCorrespnc.CorrespondenceCreationTime,

      @Semantics.mimeType: true
      cast ( 'application/pdf' as abap.char(128) ) as MimeType,

      @Semantics.largeObject.mimeType: 'MimeType'
      I_CADocCtnCorrespncBinary.CACorrespondenceBinary,

      //associations

      I_CABusPartInvoiceCorrespnc._BusPartnerInvoice,
      I_CABusPartInvoiceCorrespnc._CorrespondenceType
}