R_CAINVCGDOCPOSTINGTP

CDS View

Invoicing Document Posting Doc Ref - TP

R_CAINVCGDOCPOSTINGTP is a CDS View in S/4HANA. Invoicing Document Posting Doc Ref - TP. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_CAInvcgDocPosting view_entity projection CONSUMPTION Invoicing Document Posting Doc Reference
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Invoicing Document Posting Doc Ref - TP'
@ObjectModel: {
  usageType: {
    serviceQuality: #B,
    sizeCategory: #XL,
    dataClass: #TRANSACTIONAL
  },
  representativeKey: 'CASequenceNumber'
}
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
define view entity R_CAInvcgDocPostingTP
  as select from I_CAInvcgDocPosting as _CAInvcgDocPosting

  association to parent R_CAInvcgDocumentTP as _CAInvcgDocument on $projection.CAInvoicingDocument = _CAInvcgDocument.CAInvoicingDocument
{
  key  CAInvoicingDocument,
  key  CASequenceNumber,
       CAInvcgRefPostingDocType,
       CADocumentNumber,
       CARepetitionItemNumber,
       CABPItemNumber,
       CAInvcgIsPostedInCurrentInvcg,

       /* Associations */
       _CAInvcgRefPostgDocTyp,
       _CAInvcgDocument
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CAINVCGDOCPOSTING"
],
"ASSOCIATED":
[
"I_CAINVCGREFPOSTGDOCTYP",
"R_CAINVCGDOCUMENTTP"
],
"BASE":
[
"I_CAINVCGDOCPOSTING"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/