E_ProcurementProject

DDL: E_PROCUREMENTPROJECT Type: view_entity EXTENSION Package: VDM_MM_PUR_PROCMTPROJ

Procurement Project - Extension

E_ProcurementProject is a Extension CDS View that provides data about "Procurement Project - Extension" in SAP S/4HANA. It reads from 1 data source (mmprocmtproj) and exposes 1 field with key field ProcurementProjectUUID. Part of development package VDM_MM_PUR_PROCMTPROJ.

Data Sources (1)

SourceAliasJoin Type
mmprocmtproj Persistence from

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #EXTENSION view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
EndUserText.label Procurement Project - Extension view
AbapCatalog.extensibility.extensible true view
AbapCatalog.extensibility.allowNewDatasources false view
AbapCatalog.extensibility.elementSuffix PPJ view
AbapCatalog.extensibility.quota.maximumFields 204 view
AbapCatalog.extensibility.quota.maximumBytes 4080 view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY ProcurementProjectUUID mmprocmtproj procurementprojectuuid
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@VDM.viewType: #EXTENSION

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

@EndUserText.label: 'Procurement Project - Extension'
@AbapCatalog.viewEnhancementCategory: [#PROJECTION_LIST]
@AbapCatalog.extensibility: {
  extensible: true,
  dataSources: ['Persistence'],
  allowNewDatasources: false,
  elementSuffix: 'PPJ',
  quota: { maximumFields: 204,
           maximumBytes: 4080 } }
  
define view entity E_ProcurementProject
  as select from mmprocmtproj as Persistence
{

  key Persistence.procurementprojectuuid as ProcurementProjectUUID

}