P_BPUsrReservation

DDL: P_BPUSRRESERVATION Type: view_entity BASIC Package: FS4_BPU

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. Part of development package FS4_BPU.

Data Sources (1)

SourceAliasJoin Type
bpu0105 bpu0105 from

Annotations (4)

NameValueLevelField
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
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Business User - User Reservation'
@VDM.private: true
@VDM.viewType: #BASIC
define view entity P_BPUsrReservation as select from bpu0105 {
  key   partner                               as BusinessPartner,
  cast( bname as vdm_userid preserving type ) as UserID 
}