R_CAInvcgDocPostingTP

DDL: R_CAINVCGDOCPOSTINGTP Type: view_entity TRANSACTIONAL

Invoicing Document Posting Doc Ref - TP

R_CAInvcgDocPostingTP is a Transactional CDS View that provides data about "Invoicing Document Posting Doc Ref - TP" in SAP S/4HANA. It reads from 1 data source (I_CAInvcgDocPosting) and exposes 9 fields with key fields CAInvoicingDocument, CASequenceNumber.

Data Sources (1)

SourceAliasJoin Type
I_CAInvcgDocPosting _CAInvcgDocPosting from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Invoicing Document Posting Doc Ref - TP view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.representativeKey CASequenceNumber view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY CAInvoicingDocument CAInvoicingDocument
KEY CASequenceNumber CASequenceNumber
CAInvcgRefPostingDocType CAInvcgRefPostingDocType
CADocumentNumber CADocumentNumber
CARepetitionItemNumber CARepetitionItemNumber
CABPItemNumber CABPItemNumber
CAInvcgIsPostedInCurrentInvcg CAInvcgIsPostedInCurrentInvcg
_CAInvcgRefPostgDocTyp _CAInvcgRefPostgDocTyp
_CAInvcgDocument _CAInvcgDocument
@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":""
}
}*/