A_CntrlPurContrHeaderNotes_2
A_CntrlPurContrHeaderNotes_2 is a Consumption CDS View in SAP S/4HANA. It reads from 1 data source (R_CntrlPurContractHdrNotesTP) and exposes 13 fields with key field PurchasingDocumentNoteUUID. It is exposed through 1 OData service (API_CNTRLPURCONTRACT_2).
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_CntrlPurContractHdrNotesTP | R_CntrlPurContractHdrNotesTP | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | 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 | CentralPurchaseContractHdrNotes_Type | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| API_CNTRLPURCONTRACT_2 | API_CNTRLPURCONTRACT_2 | V4 | C2 | NOT_RELEASED |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PurchasingDocumentNoteUUID | PurchasingDocumentNoteUUID | ||
| PurchasingDocumentObjNodeType | PurchasingDocumentObjNodeType | |||
| CentralPurchaseContract | CentralPurchaseContract | |||
| PurchasingDocumentNoteObjectID | PurchasingDocumentNoteObjectID | |||
| PurchasingDocumentNoteType | PurchasingDocumentNoteType | |||
| PurchasingDocumentNoteLanguage | PurchasingDocumentNoteLanguage | |||
| PurchasingDocumentNoteTitle | PurchasingDocumentNoteTitle | |||
| PurchasingDocumentNoteMimeType | PurchasingDocumentNoteMimeType | |||
| PurgDocNoteCreatedBy | PurgDocNoteCreatedBy | |||
| PurgDocNoteCreationDateTime | PurgDocNoteCreationDateTime | |||
| PurgDocNoteLastChangedBy | PurgDocNoteLastChangedBy | |||
| PurgDocNoteLastChangedDateTime | PurgDocNoteLastChangedDateTime | |||
| PurgDocNoteText | PurgDocNoteText |
@AccessControl.authorizationCheck: #CHECK
@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' ]
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #L,
dataClass: #TRANSACTIONAL
}
@Metadata.ignorePropagatedAnnotations: true
@OData.entityType.name: 'CentralPurchaseContractHdrNotes_Type'
define view entity A_CntrlPurContrHeaderNotes_2
as projection on R_CntrlPurContractHdrNotesTP
{
key PurchasingDocumentNoteUUID,
PurchasingDocumentObjNodeType,
CentralPurchaseContract,
PurchasingDocumentNoteObjectID,
PurchasingDocumentNoteType,
PurchasingDocumentNoteLanguage,
PurchasingDocumentNoteTitle,
PurchasingDocumentNoteMimeType,
PurgDocNoteCreatedBy,
PurgDocNoteCreationDateTime,
PurgDocNoteLastChangedBy,
PurgDocNoteLastChangedDateTime,
PurgDocNoteText,
/* Associations */
_CntrlPurchaseContract : redirected to parent A_CentralPurchaseContract_2
}
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