P_BPUSRBUROLEUNIQUE

CDS View

BUM - BU Business Partner Role Unique

P_BPUSRBUROLEUNIQUE is a CDS View in S/4HANA. BUM - BU Business Partner Role Unique. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_WorkforcePersonTP view_entity inner TRANSACTIONAL BUM - Workforce Person TP
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'BUM - BU Business Partner Role Unique'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #X,
  sizeCategory: #S,
  dataClass: #MIXED
}
@VDM.private: true
@VDM.viewType: #BASIC
define view entity P_BPUsrBURoleUnique
  as select distinct from but100
    inner join            P_BPUsrRoleCustomizing on P_BPUsrRoleCustomizing.BusinessPartnerRole = but100.rltyp
                                                 and P_BPUsrRoleCustomizing.RoleCategoryUsageCode = 'B' //Business User

{
  key but100.partner                                     as BusinessPartner
}
where
  but100.dfval = ''
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_BPUSRROLECUSTOMIZING",
"BUT100"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/