P_PPM_PROJECTSFROMPERS

CDS View

P_PPM_PROJECTSFROMPERS is a CDS View in S/4HANA. It contains 1 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_PPM_LastUsedProject view inner COMPOSITE Display Last Used Projects

Fields (1)

KeyField CDS FieldsUsed in Views
OrdinalNumber OrdinalNumber 1
@VDM.viewType: #COMPOSITE
@VDM.private: true
@AbapCatalog.sqlViewName: 'PPPMPROFROMPERS'
@AbapCatalog.compiler.compareFilter: true
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory:  #S
@ObjectModel.usageType.dataClass:  #MASTER
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
// @EndUserText.label: 'Last used Projects, Simulations and Snapshots for a User'

define view P_PPM_ProjectsFromPers as select from I_PPM_ObjFromPers( P_PersonalizationType : 'DPR_LAST_OBJECTS' )  as Pers 
    {
    hextobin( Pers.ReferencedObjectUUID ) as ReferencedObjectUUID,
    OrdinalNumber 
} where ObjectType = 'DPO'                 
 /*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PPM_OBJFROMPERS"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/