R_CAINVCGDOCPOSTINGTP
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)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_CAInvcgDocPosting | view_entity | from | CONSUMPTION | Invoicing Document Posting Doc Reference |
@AccessControl.authorizationCheck: #MANDATORY
@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 [1..1] to R_CAInvcgDocumentTP as _CAInvcgDocument on $projection.CAInvoicingDocument = _CAInvcgDocument.CAInvoicingDocument
{
key CAInvoicingDocument,
key CASequenceNumber,
CAInvcgRefPostingDocType,
CADocumentNumber,
CARepetitionItemNumber,
CABPItemNumber,
CAInvcgIsPostedInCurrentInvcg,
/* Associations */
_CAInvcgRefPostgDocTyp,
_CAInvcgDocument
}