R_BPUSRROLENEXTBASE
Business User Role Next Base
R_BPUSRROLENEXTBASE is a CDS View in S/4HANA. Business User Role Next Base. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| R_BPUsrRoleNext | view_entity | inner | COMPOSITE | Business User Role Next (valid in future) |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED /*#CHECK*/
@EndUserText.label: 'Business User Role Next Base'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #XL,
dataClass: #MASTER
}
@VDM: {
viewType: #COMPOSITE,
lifecycle.contract.type: #SAP_INTERNAL_API
}
define view entity R_BPUsrRoleNextBase
as select from R_BPUsrRole
{
key BusinessPartnerUUID,
@Semantics.dateTime: true
min( BPUsrRoleValidFromDate ) as BPUsrRoleValidFromDate
}
where
BPUsrRoleValidFromDate > $session.system_date
group by
BusinessPartnerUUID
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_BPUSRROLE"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/