P_MyUserGroupAsSubstitute

DDL: P_MYUSERGROUPASSUBSTITUTE SQL: PMYUSERGRPS Type: view BASIC Package: FCCO_VDM_APPS

My User Groups as Substitute

P_MyUserGroupAsSubstitute is a Basic CDS View that provides data about "My User Groups as Substitute" in SAP S/4HANA. Part of development package FCCO_VDM_APPS.

Annotations (5)

NameValueLevelField
AbapCatalog.sqlViewName PMYUSERGRPS view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.private true view
ClientHandling.algorithm #SESSION_VARIABLE view

Fields (1)

KeyFieldSource TableSource FieldDescription
ClosingUserGroup ClosingUserGroup
@AbapCatalog.sqlViewName: 'PMYUSERGRPS'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.private:true
@ClientHandling.algorithm: #SESSION_VARIABLE

define view P_MyUserGroupAsSubstitute
  as select distinct from I_ClosingUserGroupUserAssgmt
{
  ClosingUserGroup
}
where
      ClsgUserGroupIsForSubstitutes = 'X'
  and UserID                        = $session.user