R_CAInvcgDocPostingTP

DDL: R_CAINVCGDOCPOSTINGTP Type: view_entity TRANSACTIONAL Package: FCI_RAP_INVDOC

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. It has 1 association to related views. Part of development package FCI_RAP_INVDOC.

Data Sources (1)

SourceAliasJoin Type
I_CAInvcgDocPosting _CAInvcgDocPosting from

Associations (1)

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

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #MANDATORY 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: #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
}