A_CAInvcgDocPosting

DDL: A_CAINVCGDOCPOSTING Type: view_entity CONSUMPTION

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 7 fields with key fields CAInvoicingDocument, CASequenceNumber.

Data Sources (1)

SourceAliasJoin Type
R_CAInvcgDocPostingTP R_CAInvcgDocPostingTP projection

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #CHECK 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

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY CAInvoicingDocument CAInvoicingDocument
KEY CASequenceNumber CASequenceNumber
CAInvcgRefPostingDocType CAInvcgRefPostingDocType
CADocumentNumber CADocumentNumber
CARepetitionItemNumber CARepetitionItemNumber
CABPItemNumber CABPItemNumber
CAInvcgIsPostedInCurrentInvcg CAInvcgIsPostedInCurrentInvcg
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Invoicing Document Posting Doc Reference'
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #CONSUMPTION
@VDM.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 projection on R_CAInvcgDocPostingTP
{
  key  CAInvoicingDocument,
  key  CASequenceNumber,
       CAInvcgRefPostingDocType,
       CADocumentNumber,
       CARepetitionItemNumber,
       CABPItemNumber,
       CAInvcgIsPostedInCurrentInvcg,

       /* Associations */ 
       _CAInvcgDocument : redirected to A_CAInvcgDocument
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_CAINVCGDOCPOSTINGTP"
],
"ASSOCIATED":
[
"A_CAINVCGDOCUMENT",
"R_CAINVCGDOCUMENTTP"
],
"BASE":
[
"R_CAINVCGDOCPOSTINGTP"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/