P_PPM_Note

DDL: P_PPM_NOTE SQL: PPPMNOTE Type: view BASIC

P_PPM_Note is a Basic CDS View in SAP S/4HANA. It reads from 1 data source (I_TextObject) and exposes 1 field with key field TextObjectKeyString.

Data Sources (1)

SourceAliasJoin Type
I_TextObject I_TextObject from

Annotations (7)

NameValueLevelField
VDM.private true view
VDM.viewType #BASIC view
AbapCatalog.sqlViewName PPPMNOTE view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey TextObjectKeyString view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY TextObjectKeyString
@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' 
  
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_TEXTOBJECT"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/