A_CABusPartInvcCorrespncEnhcd

DDL: A_CABUSPARTINVCCORRESPNCENHCD Type: view_entity COMPOSITE

Enhanced Bus Partner Invoice Correspnc

A_CABusPartInvcCorrespncEnhcd is a Composite CDS View that provides data about "Enhanced Bus Partner Invoice Correspnc" in SAP S/4HANA. It reads from 1 data source (I_CABusPartInvcCorrespncEnhcd) and exposes 9 fields with key fields CABusPartnerInvoiceUUID, CACorrespondenceType, CACorrespondence, CADocCtnCorrespncSqncNumber.

Data Sources (1)

SourceAliasJoin Type
I_CABusPartInvcCorrespncEnhcd I_CABusPartInvcCorrespncEnhcd from

Annotations (12)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
ObjectModel.createEnabled false view
ObjectModel.deleteEnabled false view
ObjectModel.updateEnabled false view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
EndUserText.label Enhanced Bus Partner Invoice Correspnc view
Metadata.ignorePropagatedAnnotations true view
OData.entityType.name CABusPartInvcCorrespncEnhcd_Type view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #COMPOSITE view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY CABusPartnerInvoiceUUID CABusPartnerInvoiceUUID
KEY CACorrespondenceType CACorrespondenceType Corresp. Type
KEY CACorrespondence CACorrespondence
KEY CADocCtnCorrespncSqncNumber CADocCtnCorrespncSqncNumber
CorrespondencePrintDate CorrespondencePrintDate
CorrespondenceCreationDate CorrespondenceCreationDate
CorrespondenceCreationTime CorrespondenceCreationTime
MimeType MimeType MIMETYPE
CACorrespondenceBinary CACorrespondenceBinary

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view A_CABusPartInvcCorrespncEnhcd.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW A_CABusPartInvcCorrespncEnhcd AS
SELECT
  CABusPartnerInvoiceUUID,
  CACorrespondenceType,
  CACorrespondence,
  CADocCtnCorrespncSqncNumber,
  CorrespondencePrintDate,
  CorrespondenceCreationDate,
  CorrespondenceCreationTime,
  MimeType,
  CACorrespondenceBinary
FROM I_CABusPartInvcCorrespncEnhcd
;