A_CAInvcgDocRelation

DDL: A_CAINVCGDOCRELATION Type: view_entity CONSUMPTION

Invoicing Document Relation

A_CAInvcgDocRelation is a Consumption CDS View that provides data about "Invoicing Document Relation" in SAP S/4HANA. It reads from 1 data source (I_CAInvcgDocRelation) and exposes 9 fields with key fields CAInvcgReferenceObject, CAReferenceObjectID, CAInvcgCreationDate, CAInvoicingDocument. It has 1 association to related views. It is exposed through 1 OData service (API_CAINVOICINGDOCUMENT).

Data Sources (1)

SourceAliasJoin Type
I_CAInvcgDocRelation I_CAInvcgDocRelation from

Associations (1)

CardinalityTargetAliasCondition
[1..1] A_CAInvcgDocument _CAInvcgDocument $projection.CAInvoicingDocument = _CAInvcgDocument.CAInvoicingDocument

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Invoicing Document Relation view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
OData.entityType.name CAInvcgDocRelation_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_CAINVOICINGDOCUMENT API_CAINVOICINGDOCUMENT V4 C2 C1

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY CAInvcgReferenceObject CAInvcgReferenceObject
KEY CAReferenceObjectID CAReferenceObjectID
KEY CAInvcgCreationDate CAInvcgCreationDate
KEY CAInvoicingDocument CAInvoicingDocument
CAInvcgIsDocumentPosted CAInvcgIsDocumentPosted
CAInvcgIsDocumentSimulated CAInvcgIsDocumentSimulated
CAInvcgIsDocumentPreliminary CAInvcgIsDocumentPreliminary
CAReferenceObjectAddlText CAReferenceObjectAddlText
_CAInvcgDocument _CAInvcgDocument
@AccessControl: {
  authorizationCheck: #MANDATORY,
  personalData.blocking: #('TRANSACTIONAL_DATA')
}
@EndUserText.label: 'Invoicing Document Relation'
@VDM: {
  lifecycle.contract.type: #PUBLIC_REMOTE_API,
  viewType: #CONSUMPTION,
  usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ]
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
  usageType.serviceQuality: #B,
  usageType.sizeCategory: #XL,
  usageType.dataClass: #TRANSACTIONAL
}
@OData.entityType.name: 'CAInvcgDocRelation_Type'
define view entity A_CAInvcgDocRelation
  as select from I_CAInvcgDocRelation

  association [1..1] to A_CAInvcgDocument as _CAInvcgDocument on $projection.CAInvoicingDocument = _CAInvcgDocument.CAInvoicingDocument
{
  key CAInvcgReferenceObject,
  key CAReferenceObjectID,
  key CAInvcgCreationDate,
  key CAInvoicingDocument,
      CAInvcgIsDocumentPosted,
      CAInvcgIsDocumentSimulated,
      CAInvcgIsDocumentPreliminary,
      CAReferenceObjectAddlText,

      /* Associations */
      _CAInvcgDocument
}