E_PPM_EngagementProject

DDL: E_PPM_ENGAGEMENTPROJECT SQL: EPPMENGPROJ Type: view EXTENSION

Engagement project - Extension

E_PPM_EngagementProject is a Extension CDS View that provides data about "Engagement project - Extension" in SAP S/4HANA. It reads from 1 data source (/cpd/d_mp_hdr) and exposes 1 field with key field ProjectUUID.

Data Sources (1)

SourceAliasJoin Type
/cpd/d_mp_hdr Persistence from

Annotations (10)

NameValueLevelField
ClientHandling.algorithm #AUTOMATED view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
AbapCatalog.sqlViewName EPPMENGPROJ view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
VDM.viewType #EXTENSION view
EndUserText.label Engagement project - Extension view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY ProjectUUID /cpd/d_mp_hdr db_key
@ClientHandling.algorithm: #AUTOMATED   // in order to retain their self-join optimization logic for extension views. 

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

@AbapCatalog.sqlViewName: 'EPPMENGPROJ'
@AbapCatalog.preserveKey:true
@AbapCatalog.compiler.compareFilter:true
 
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@VDM.viewType: #EXTENSION
@EndUserText.label: 'Engagement project - Extension' 
define view E_PPM_EngagementProject as select from /cpd/d_mp_hdr as Persistence {
  key Persistence.db_key as ProjectUUID
   
} 
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/CPD/D_MP_HDR"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/