I_CntrlPurContrItemNotesTP_2

DDL: I_CNTRLPURCONTRITEMNOTESTP_2 Type: view_entity TRANSACTIONAL Package: RAP_MM_PUR_CNTRL_PUR_CONTR_TR

CCTR Item Notes - TP

I_CntrlPurContrItemNotesTP_2 is a Transactional CDS View that provides data about "CCTR Item Notes - TP" in SAP S/4HANA. It reads from 1 data source (R_CntrlPurContrItemNotesTP) and exposes 14 fields with key field PurchasingDocumentNoteUUID. Part of development package RAP_MM_PUR_CNTRL_PUR_CONTR_TR.

Data Sources (1)

SourceAliasJoin Type
R_CntrlPurContrItemNotesTP R_CntrlPurContrItemNotesTP projection

Annotations (10)

NameValueLevelField
EndUserText.label CCTR Item 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 (14)

KeyFieldSource TableSource FieldDescription
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
@EndUserText.label: 'CCTR Item 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', 'CentralPurchaseContractItem' ]

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

@Metadata.ignorePropagatedAnnotations: true

define view entity I_CntrlPurContrItemNotesTP_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 I_CntrlPurchaseContractTP_2,
      _CntrlPurchaseContractItem : redirected to parent I_CntrlPurchaseContractItmTP_2 
}