@VDM.private: true
@VDM.viewType: #BASIC
@AbapCatalog.sqlViewName: 'PPPMNOTE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'TextObjectKeyString'
define view P_PPM_Note as select from I_TextObject {
key left(I_TextObject.TextObjectKey, 32) as TextObjectKeyString
} where I_TextObject.TextObjectCategory = 'CGPL_TEXT' and I_TextObject.TextObjectType = 'LOG'