A_CAInvcgDocPosting
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)
| Source | Alias | Join Type |
|---|---|---|
| R_CAInvcgDocPostingTP | R_CAInvcgDocPostingTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA