P_BPUsrReservation

DDL: P_BPUSRRESERVATION SQL: PBPUSRRESERV Type: view BASIC

Business User - User Reservation

P_BPUsrReservation is a Basic CDS View that provides data about "Business User - User Reservation" in SAP S/4HANA. It reads from 1 data source (bpu0105) and exposes 2 fields with key field BusinessPartner.

Data Sources (1)

SourceAliasJoin Type
bpu0105 bpu0105 from

Annotations (8)

NameValueLevelField
AbapCatalog.sqlViewName PBPUSRRESERV view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
ClientDependent true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Business User - User Reservation view
VDM.private true view
VDM.viewType #BASIC view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY BusinessPartner partner
UserID
@AbapCatalog.sqlViewName: 'PBPUSRRESERV'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@ClientDependent: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Business User - User Reservation'
@VDM.private: true
@VDM.viewType: #BASIC
define view P_BPUsrReservation as select from bpu0105 {
  key   partner                               as BusinessPartner,
  cast( bname as vdm_userid preserving type ) as UserID 
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"BPU0105"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/