A_CAInvcgDocPosting

DDL: A_CAINVCGDOCPOSTING Type: view_entity CONSUMPTION Package: FCI_ODATA_API_INVDOC

Invoicing Document Posting Doc Reference

A_CAInvcgDocPosting is a Consumption CDS View that provides data about "Invoicing Document Posting Doc Reference" in SAP S/4HANA. It reads from 1 data source (R_CAInvcgDocPostingTP) and exposes 8 fields with key fields CAInvoicingDocument, CASequenceNumber. It has 1 association to related views. It is exposed through 1 OData service (API_CAINVOICINGDOCUMENT). Part of development package FCI_ODATA_API_INVDOC.

Data Sources (1)

SourceAliasJoin Type
R_CAInvcgDocPostingTP R_CAInvcgDocPostingTP from

Associations (1)

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

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Invoicing Document Posting Doc Reference 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 CAInvcgDocPosting_Type view

OData Services (1)

ServiceBindingVersionContractRelease
API_CAINVOICINGDOCUMENT API_CAINVOICINGDOCUMENT V4 C2 C1

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY CAInvoicingDocument CAInvoicingDocument
KEY CASequenceNumber CASequenceNumber
CAInvcgRefPostingDocType CAInvcgRefPostingDocType
CADocumentNumber CADocumentNumber
CARepetitionItemNumber CARepetitionItemNumber
CABPItemNumber CABPItemNumber
CAInvcgIsPostedInCurrentInvcg CAInvcgIsPostedInCurrentInvcg
_CAInvcgDocument _CAInvcgDocument
@AccessControl: {
  authorizationCheck: #MANDATORY,
  personalData.blocking: #('TRANSACTIONAL_DATA')
}
@EndUserText.label: 'Invoicing Document Posting Doc Reference'
@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: 'CAInvcgDocPosting_Type'
define view entity A_CAInvcgDocPosting
  as select from R_CAInvcgDocPostingTP
  
  association [1..1] to A_CAInvcgDocument as _CAInvcgDocument on $projection.CAInvoicingDocument = _CAInvcgDocument.CAInvoicingDocument  
{
  key  CAInvoicingDocument,
  key  CASequenceNumber,
       CAInvcgRefPostingDocType,
       CADocumentNumber,
       CARepetitionItemNumber,
       CABPItemNumber,
       CAInvcgIsPostedInCurrentInvcg,

       /* Associations */ 
       _CAInvcgDocument
}