A_CntrlPurContrHeaderNotes_2

DDL: A_CNTRLPURCONTRHEADERNOTES_2 Type: view_entity CONSUMPTION Package: ODATA_MM_PUR_CCTR_API

Central Purchase Contract Header Notes

A_CntrlPurContrHeaderNotes_2 is a Consumption CDS View that provides data about "Central Purchase Contract Header Notes" 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). Part of development package ODATA_MM_PUR_CCTR_API.

Data Sources (1)

SourceAliasJoin Type
R_CntrlPurContractHdrNotesTP R_CntrlPurContractHdrNotesTP projection

Annotations (10)

NameValueLevelField
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)

ServiceBindingVersionContractRelease
API_CNTRLPURCONTRACT_2 API_CNTRLPURCONTRACT_2 V4 C2 NOT_RELEASED

Fields (13)

KeyFieldSource TableSource FieldDescription
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


}