P_PPM_DISBUSINESSPARTNERFOROBJ

CDS View

P_PPM_DISBUSINESSPARTNERFOROBJ is a CDS View in S/4HANA. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_PPM_MyTask view from COMPOSITE My Tasks
@VDM.viewType: #COMPOSITE
@VDM.private: true
@AbapCatalog.sqlViewName: 'PPPMDISBPFOROBJ'
@AbapCatalog.compiler.compareFilter: true

@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED

@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MIXED

/* view was created to fix performance issues in I_PPM_MYTASK,
   distinct is now made here instead of directly in I_PPM_MYTASK  */

define view P_PPM_DisBusinessPartnerForObj as select distinct from I_PPM_BusinessPartnerForObject {
  key ReferencedObjectUUID,
  key BusinessPartnerUUID
}





/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PPM_BUSINESSPARTNERFOROBJECT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/