A_CntrlPurContrItemNotes_2
Central Purchase Contract Item Notes
A_CntrlPurContrItemNotes_2 is a Consumption CDS View that provides data about "Central Purchase Contract Item Notes" in SAP S/4HANA. It reads from 1 data source (R_CntrlPurContrItemNotesTP) and exposes 14 fields with key field PurchasingDocumentNoteUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_CntrlPurContrItemNotesTP | R_CntrlPurContrItemNotesTP | projection |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Central Purchase Contract Item Notes | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_EXCLUDED | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.modelingPattern | #TRANSACTIONAL_INTERFACE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| OData.entityType.name | CentralPurchaseContractItemNotes_Type | view |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PurchasingDocumentNoteUUID | PurchasingDocumentNoteUUID | ||
| PurchasingDocumentObjNodeType | PurchasingDocumentObjNodeType | |||
| PurchasingDocumentNoteObjectID | PurchasingDocumentNoteObjectID | |||
| PurchasingDocumentNoteType | PurchasingDocumentNoteType | |||
| PurchasingDocumentNoteLanguage | PurchasingDocumentNoteLanguage | |||
| PurchasingDocumentNoteTitle | PurchasingDocumentNoteTitle | |||
| PurchasingDocumentNoteMimeType | PurchasingDocumentNoteMimeType | |||
| PurgDocNoteCreatedBy | PurgDocNoteCreatedBy | |||
| PurgDocNoteCreationDateTime | PurgDocNoteCreationDateTime | |||
| PurgDocNoteLastChangedBy | PurgDocNoteLastChangedBy | |||
| PurgDocNoteLastChangedDateTime | PurgDocNoteLastChangedDateTime | |||
| PurgDocNoteText | PurgDocNoteText | |||
| CentralPurchaseContract | CentralPurchaseContract | |||
| CentralPurchaseContractItem | CentralPurchaseContractItem |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Central Purchase Contract Item Notes'
@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.viewType: #CONSUMPTION
@ObjectModel.supportedCapabilities: [#TRANSACTIONAL_PROVIDER]
@ObjectModel.modelingPattern: #TRANSACTIONAL_INTERFACE
@ObjectModel.semanticKey: [ 'CentralPurchaseContract', 'CentralPurchaseContractItem' ]
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
@Metadata.ignorePropagatedAnnotations: true
@OData.entityType.name: 'CentralPurchaseContractItemNotes_Type'
define view entity A_CntrlPurContrItemNotes_2
as projection on R_CntrlPurContrItemNotesTP
{
key PurchasingDocumentNoteUUID,
PurchasingDocumentObjNodeType,
PurchasingDocumentNoteObjectID,
PurchasingDocumentNoteType,
PurchasingDocumentNoteLanguage,
PurchasingDocumentNoteTitle,
PurchasingDocumentNoteMimeType,
PurgDocNoteCreatedBy,
PurgDocNoteCreationDateTime,
PurgDocNoteLastChangedBy,
PurgDocNoteLastChangedDateTime,
PurgDocNoteText,
CentralPurchaseContract,
CentralPurchaseContractItem,
/* Associations */
_CentralPurchaseContract : redirected to A_CentralPurchaseContract_2,
_CntrlPurchaseContractItem : redirected to parent A_CntrlPurContrItem_2
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_CNTRLPURCONTRITEMNOTESTP"
],
"ASSOCIATED":
[
"A_CENTRALPURCHASECONTRACT_2",
"A_CNTRLPURCONTRITEM_2",
"R_CNTRLPURCHASECONTRACTITEMTP",
"R_CNTRLPURCHASECONTRACTTP"
],
"BASE":
[
"R_CNTRLPURCONTRITEMNOTESTP"
],
"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