I_CntrlPurContrHdrNotesTP_2

DDL: I_CNTRLPURCONTRHDRNOTESTP_2 Type: view_entity TRANSACTIONAL

CCTR Header Notes - TP

I_CntrlPurContrHdrNotesTP_2 is a Transactional CDS View that provides data about "CCTR Header Notes - TP" in SAP S/4HANA. It reads from 1 data source (R_CntrlPurContractHdrNotesTP) and exposes 13 fields with key field PurchasingDocumentNoteUUID.

Data Sources (1)

SourceAliasJoin Type
R_CntrlPurContractHdrNotesTP R_CntrlPurContractHdrNotesTP projection

Annotations (10)

NameValueLevelField
EndUserText.label CCTR Header Notes - TP view
AccessControl.authorizationCheck #CHECK view
AccessControl.personalData.blocking #BLOCKED_DATA_EXCLUDED view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #TRANSACTIONAL 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

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
@EndUserText.label: 'CCTR Header Notes - TP'
@AccessControl.authorizationCheck: #CHECK

@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED

@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #TRANSACTIONAL

@ObjectModel.supportedCapabilities: [#TRANSACTIONAL_PROVIDER]

@ObjectModel.modelingPattern: #TRANSACTIONAL_INTERFACE

@ObjectModel.semanticKey:  [ 'CentralPurchaseContract' ]

@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #L,
  dataClass: #TRANSACTIONAL
}

@Metadata.ignorePropagatedAnnotations: true

define view entity I_CntrlPurContrHdrNotesTP_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 I_CntrlPurchaseContractTP_2

}